Skip to content
Skillv1.0.0

askhal

Issues live as local markdown files under `.ai/scratch/<feature-slug>/`. See `.ai/docs/agents/issue-tracker.md`.

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

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

See reviews

About

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

Agent skills

Issue tracker

Issues live as local markdown files under .ai/scratch/<feature-slug>/. See .ai/docs/agents/issue-tracker.md.

Triage labels

Uses the default canonical label names: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See .ai/docs/agents/triage-labels.md.

Domain docs

Single-context layout: CONTEXT.md at repo root + .ai/docs/adr/. See .ai/docs/agents/domain.md.

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/eaddario-askhal-askhal/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.

eaddario-askhal-askhal.ocm.jsonjson
{
  "ocm": "1",
  "id": "eaddario-askhal-askhal",
  "kind": "skill",
  "name": "askhal",
  "description": "Issues live as local markdown files under `.ai/scratch/<feature-slug>/`. See `.ai/docs/agents/issue-tracker.md`.",
  "publisher": "EAddario",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Issues live as local markdown files under `.ai/scratch/<feature-slug>/`. See `.ai/docs/agents/issue-tracker.md`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/EAddario/askhal",
      "path": "AGENTS.md",
      "ref": "92c948544957e2e74ce57aebe3c3bd8272873230",
      "url": "https://github.com/EAddario/askhal/blob/92c948544957e2e74ce57aebe3c3bd8272873230/AGENTS.md",
      "key": "EAddario/askhal/AGENTS.md"
    }
  },
  "instructions": "## Agent skills\n\n### Issue tracker\n\nIssues live as local markdown files under `.ai/scratch/<feature-slug>/`. See `.ai/docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nUses the default canonical label names: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. See `.ai/docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context layout: `CONTEXT.md` at repo root + `.ai/docs/adr/`. See `.ai/docs/agents/domain.md`.",
  "cost": {
    "context_tokens": 111
  }
}

Fetch it by URL: GET /api/v1/registry/eaddario-askhal-askhal/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.