extension-builder
Installation
SKILL.md
Build Autohand extensions
Turn the user's description or source package into a working Autohand extension. Finish with an installed, fresh-process-verified result when the user asked for installation. Modify Autohand itself only when the requested behavior cannot fit the declarative extension contract and the current workspace is the Autohand source repository.
Load the relevant contract
- Read references/autohand-extension-v1.md before creating or changing an Autohand extension package.
- Also read references/pi-compatibility.md when the request mentions Pi, pi-mono, a
pipackage manifest,registerTool,registerCommand, Pi events, or Pi skills.