AGENTS.md@packages/authoring-toolkit · git:20260717.97a3b1a · 2026-07-17 · sha256 fbd5666f35e16a50
AGENTS.md@packages/authoring-toolkit git:20260717.97a3b1aA
Immutable. This exact content is served forever at /api/v1/blob/fbd5666f35e16a50.
# DOX — packages/authoring-toolkit Files in this directory. One row per source file. | File | Purpose | |------|---------| | `.pi/skills/skill-to-subagent/SKILL.md` | Portable procedure: convert a pi skill into an isolated subagent + wire into a pipeline. Discriminator (coherence-critical→inline skill; read/write-light+distilled→subagent) + fitness rubric. Bridge agent .md template (role-alias model, inherit_context, least-privilege tools, ≤2KB output contract). Model-by-function routing. Wiring = spawn-checkpoint table (pi has no auto-delegation). Pitfalls: YAML ": " trap silently drops agent, compression-drop, fresh ResourceLoader, telephone game. Tech-stack independent, pi-platform-specific. Repo-authored (MIT). | | `README.md` | Package overview. General-purpose authoring skills for pi sessions. Pure-skill package (`package.json` manifest only, no `extension.ts`). Skills load by NL trigger: `skill-creator` (author/update a skill) and `session-to-guideline` (turn session JSONL into reusable playbook). Scripts run via `npx tsx scripts/…`, no build step. |