Skip to content
Skillv1.0.0

pi-extensions

Pi Extensions Monorepo

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

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

See reviews

About

Imported from iurysza/pi-extensions (AGENTS.md). Install upstream with npx skills add iurysza/pi-extensions. Copyright stays with the author.

Pi Extensions Monorepo

  • Keep the root workspace private; publish only scoped child packages.
  • The root pi manifest is the explicit union of every child Pi resource. Update it with every child manifest change.
  • Import repository history with git subtree; never use Git submodules.
  • Preserve imported package provenance, licenses, and third-party notices.
  • Do not modify the external agents repository, installed Pi configuration, profiles, or old source repositories while working here.
  • Keep exactly one root package-lock.json; child locks are forbidden.
  • Run npm ci and npm run check before committing.

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/iurysza-pi-extensions-pi-extensions/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.

iurysza-pi-extensions-pi-extensions.ocm.jsonjson
{
  "ocm": "1",
  "id": "iurysza-pi-extensions-pi-extensions",
  "kind": "skill",
  "name": "pi-extensions",
  "description": "Pi Extensions Monorepo",
  "publisher": "iurysza",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Pi Extensions Monorepo"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/iurysza/pi-extensions",
      "path": "AGENTS.md",
      "ref": "25b2a564cb70ddd7a1e45e4904c13bcf9310b51b",
      "url": "https://github.com/iurysza/pi-extensions/blob/25b2a564cb70ddd7a1e45e4904c13bcf9310b51b/AGENTS.md",
      "key": "iurysza/pi-extensions/AGENTS.md"
    }
  },
  "instructions": "# Pi Extensions Monorepo\n\n- Keep the root workspace private; publish only scoped child packages.\n- The root `pi` manifest is the explicit union of every child Pi resource. Update it with every child manifest change.\n- Import repository history with `git subtree`; never use Git submodules.\n- Preserve imported package provenance, licenses, and third-party notices.\n- Do not modify the external `agents` repository, installed Pi configuration, profiles, or old source repositories while working here.\n- Keep exactly one root `package-lock.json`; child locks are forbidden.\n- Run `npm ci` and `npm run ",
  "cost": {
    "context_tokens": 156
  }
}

Fetch it by URL: GET /api/v1/registry/iurysza-pi-extensions-pi-extensions/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.