What problem does it solve? When multiple skills for the same integration duplicate setup instructions, API documentation, and error handling, context windows bloat and maintenance becomes inconsistent. This Skill extracts that shared content into a single master skill library that child skills reference on demand. ## Core Features & Use Cases - Guided Four-Phase Workflow: Creates a planning project, runs structured web research on the target API, designs the architecture, then builds and validates the master skill. - Template-Based Generation: Ships templates for SKILL.md, setup guides, API references, error handling docs, and Python validation/discovery scripts, populated via an init script. - Use Case: You maintain three Airtable skills that each repeat the same authentication and error-handling content. Run this Skill to research the Airtable API, generate an airtable-master resource library, and cut duplicated context across all child skills. ## Quick Start Ask the AI to create a master skill for your chosen integration, such as saying "create master skill for airtable", and follow the guided research and build workflow.