pi-extension-development
Installation
SKILL.md
Pi Extension Development
Build standalone Pi extensions as Git-backed Pi packages with consistent local development, verification, and release workflows. Never publish these repositories to npm.
Step 1: Establish the task
Interpret the arguments appended to the skill invocation as an operation and optional path:
create <path-or-name>— scaffold a standalone extension repository.audit <path>— compare an existing repository against this standard.release <version>— apply the standardized release workflow to the current repository.- No operation — ask what repository and outcome the user wants.
Before creating files, inspect the target path and read its AGENTS.md, CLAUDE.md, and applicable rule files. Never overwrite an existing repository or unrelated work.