Skip to content
Skillv1.0.0

pi-auto-trees

Keep `index.ts` a composition root; prompts, marker persistence, summary routing, and command orchestration retain separate owners. - Marker state lives in branch custom entries; semantic-leaf lookup

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

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

See reviews

About

Imported from IgorWarzocha/howaboua-pi-stuff (packages/pi-auto-trees/AGENTS.md). Install upstream with npx skills add IgorWarzocha/howaboua-pi-stuff --skill pi-auto-trees. Copyright stays with the author.

  • Keep index.ts a composition root; prompts, marker persistence, summary routing, and command orchestration retain separate owners.
  • Marker state lives in branch custom entries; semantic-leaf lookup MUST skip custom/label metadata.
  • Summary hooks handle only navigation armed by this extension; unavailable configured models fall back visibly to Pi's current model.

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/igorwarzocha-howaboua-pi-stuff-pi-auto-trees/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.

igorwarzocha-howaboua-pi-stuff-pi-auto-trees.ocm.jsonjson
{
  "ocm": "1",
  "id": "igorwarzocha-howaboua-pi-stuff-pi-auto-trees",
  "kind": "skill",
  "name": "pi-auto-trees",
  "description": "Keep `index.ts` a composition root; prompts, marker persistence, summary routing, and command orchestration retain separate owners. - Marker state lives in branch custom entries; semantic-leaf lookup MUST skip custom/label metadata. - Summary hooks handle only navigation armed by this extension; unavailable configured models fall back visibly to Pi's current model.",
  "publisher": "IgorWarzocha",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep `index.ts` a composition root; prompts, marker persistence, summary routing, and command orchestration retain separate owners. - Marker state lives in branch custom entries; semantic-leaf lookup MUST skip custom/label metadata. - Summary hooks handle only navigation armed by this extension; unavailable configured models fall back visibly to Pi's current model."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/IgorWarzocha/howaboua-pi-stuff",
      "path": "packages/pi-auto-trees/AGENTS.md",
      "ref": "5193fa5844a14d5ad7d1b077dfadf17eafb7e1bc",
      "url": "https://github.com/IgorWarzocha/howaboua-pi-stuff/blob/5193fa5844a14d5ad7d1b077dfadf17eafb7e1bc/packages/pi-auto-trees/AGENTS.md",
      "key": "IgorWarzocha/howaboua-pi-stuff/packages/pi-auto-trees/AGENTS.md"
    }
  },
  "instructions": "- Keep `index.ts` a composition root; prompts, marker persistence, summary routing, and command orchestration retain separate owners.\n- Marker state lives in branch custom entries; semantic-leaf lookup MUST skip custom/label metadata.\n- Summary hooks handle only navigation armed by this extension; unavailable configured models fall back visibly to Pi's current model.",
  "cost": {
    "context_tokens": 92
  }
}

Fetch it by URL: GET /api/v1/registry/igorwarzocha-howaboua-pi-stuff-pi-auto-trees/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.