What problem does it solve? Creating a pi extension from scratch involves many disconnected steps—planning the architecture, scaffolding the package, writing TypeScript code, generating documentation, validating the build, and installing it. This Skill orchestrates that entire lifecycle into a single guided workflow so nothing is missed. ## Core Features & Use Cases - End-to-End Workflow: Guides the AI through seven phases—plan, scaffold, implement, document, validate, review, and install—using the extension_creator tool. - Documentation Generation: Produces README.md and ARCHITECTURE.md files with badges, feature lists, and usage sections based on actual source code analysis. - Validation & Review: Runs TypeScript compilation checks and structural reviews before installation to catch manifest and entrypoint errors. - Use Case: A user says "create an extension that blocks dangerous file writes" and the Skill walks through planning the extension type, scaffolding the package, implementing the tool registration, writing docs, validating, and installing to ~/.pi-extensions/. ## Quick Start Ask the AI to create a pi extension for your goal, for example: build an extension that adds a custom tool for git operations.