Skip to content
Skillv1.0.0

termart

This project uses the **Asha** framework for session coordination and memory persistence.

by pknull(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from pknull/termart (AGENTS.md). Install upstream with npx skills add pknull/termart. Copyright stays with the author.

AI Assistant Context

This project uses the Asha framework for session coordination and memory persistence.

Framework

Asha plugin provides operational protocols via session hooks. Context is automatically injected when .asha/config.json exists.

Memory Bank

Project context stored in Memory/*.md files:

  • activeContext.md - Current project state
  • projectbrief.md - Project scope and objectives
  • workflowProtocols.md - Validated patterns

Session Workflow

  1. Read Memory/activeContext.md for context
  2. Follow existing patterns in the codebase
  3. Use authority markers when uncertain: [Inference], [Speculation], [Unverified]

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/pknull-termart-termart/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

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
  }
}

Fetch it by URL: GET /api/v1/registry/pknull-termart-termart/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.