pknull-termart-termart.ocm.jsonjson {
"ocm": "1",
"id": "pknull-termart-termart",
"kind": "skill",
"name": "termart",
"description": "This project uses the **Asha** framework for session coordination and memory persistence.",
"publisher": "pknull",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project uses the **Asha** framework for session coordination and memory persistence."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pknull/termart",
"path": "AGENTS.md",
"ref": "776b465de298b4f04e97926ddb693972730149e5",
"url": "https://github.com/pknull/termart/blob/776b465de298b4f04e97926ddb693972730149e5/AGENTS.md",
"key": "pknull/termart/AGENTS.md"
}
},
"instructions": "# AI Assistant Context\n\nThis project uses the **Asha** framework for session coordination and memory persistence.\n\n## Framework\n\nAsha plugin provides operational protocols via session hooks. Context is automatically injected when `.asha/config.json` exists.\n\n## Memory Bank\n\nProject context stored in `Memory/*.md` files:\n- `activeContext.md` - Current project state\n- `projectbrief.md` - Project scope and objectives\n- `workflowProtocols.md` - Validated patterns\n\n## Session Workflow\n\n1. Read `Memory/activeContext.md` for context\n2. Follow existing patterns in the codebase\n3. Use authority markers",
"cost": {
"context_tokens": 165
}
}