This is a collection of extensions for pi coding agent. Extensions in `packages/` are for distribution, follow the standard of this dir. Extensions in `my-experiments/` are for my own experiments and
Imported from baggiiiie/pi-stuff (AGENTS.md). Install upstream with npx skills add baggiiiie/pi-stuff. Copyright stays with the author.
This is a collection of extensions for pi coding agent.
Extensions in packages/ are for distribution, follow the standard of this dir.
Extensions in my-experiments/ are for my own experiments and learning.
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/baggiiiie-pi-stuff-pi-stuff/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.
baggiiiie-pi-stuff-pi-stuff.ocm.jsonjson
{
"ocm": "1",
"id": "baggiiiie-pi-stuff-pi-stuff",
"kind": "skill",
"name": "pi-stuff",
"description": "This is a collection of extensions for pi coding agent. Extensions in `packages/` are for distribution, follow the standard of this dir. Extensions in `my-experiments/` are for my own experiments and learning.",
"publisher": "baggiiiie",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is a collection of extensions for pi coding agent. Extensions in `packages/` are for distribution, follow the standard of this dir. Extensions in `my-experiments/` are for my own experiments and learning."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/baggiiiie/pi-stuff",
"path": "AGENTS.md",
"ref": "2630ff04d52120c02b630738691820a75c916b6a",
"url": "https://github.com/baggiiiie/pi-stuff/blob/2630ff04d52120c02b630738691820a75c916b6a/AGENTS.md",
"key": "baggiiiie/pi-stuff/AGENTS.md"
}
},
"instructions": "This is a collection of extensions for pi coding agent.\nExtensions in `packages/` are for distribution, follow the standard of this dir.\nExtensions in `my-experiments/` are for my own experiments and learning.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/baggiiiie-pi-stuff-pi-stuff/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.