Imported from oneopane/pi-extensions (packages/workflows/AGENTS.md). Install upstream with npx skills add oneopane/pi-extensions --skill workflows. Copyright stays with the author.
AGENTS.md
Package role
Pi dynamic workflows extension.
Registers the workflow tool for JavaScript workflow orchestration with agent, parallel, pipeline, loop, and phase helpers.
Boundaries
Keep this package focused on workflow tool/runtime/UI transparency.
Do not couple it to PAM internals; PAM owns typed durable orchestration.
Prefer bounded, explainable workflow status and progress rendering.
Testing
Package tests live in tests/.
Run from repo root with bun run typecheck:workflows and bun run test:workflows.
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/oneopane-pi-extensions-workflows/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.
oneopane-pi-extensions-workflows.ocm.jsonjson
{
"ocm": "1",
"id": "oneopane-pi-extensions-workflows",
"kind": "skill",
"name": "workflows",
"description": "AGENTS.md",
"publisher": "oneopane",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/oneopane/pi-extensions",
"path": "packages/workflows/AGENTS.md",
"ref": "f6e75dfd15c025dbe9fa4721c0de1b1b57ccc26e",
"url": "https://github.com/oneopane/pi-extensions/blob/f6e75dfd15c025dbe9fa4721c0de1b1b57ccc26e/packages/workflows/AGENTS.md",
"key": "oneopane/pi-extensions/packages/workflows/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Package role\n\n- Pi dynamic workflows extension.\n- Registers the `workflow` tool for JavaScript workflow orchestration with `agent`, `parallel`, `pipeline`, `loop`, and `phase` helpers.\n\n## Boundaries\n\n- Keep this package focused on workflow tool/runtime/UI transparency.\n- Do not couple it to PAM internals; PAM owns typed durable orchestration.\n- Prefer bounded, explainable workflow status and progress rendering.\n\n## Testing\n\n- Package tests live in `tests/`.\n- Run from repo root with `bun run typecheck:workflows` and `bun run test:workflows`.",
"cost": {
"context_tokens": 141
}
}
Fetch it by URL: GET /api/v1/registry/oneopane-pi-extensions-workflows/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.