What problem does it solve?
This Skill eliminates the duplication problem that occurs when multiple integration skills repeat identical setup instructions, API documentation, and error handling content. By extracting shared resources into a master skill, it provides a single source of truth and achieves significant context reduction across all related skills.
Core Features & Use Cases
- Master Skill Creation: Build production-ready master skills (shared resource libraries) for any integration like Airtable, Slack, GitHub, or Linear.
- DRY Architecture: Automatically generates the standardized folder structure with references (setup-guide.md, api-reference.md, error-handling.md) and scripts (check_config.py, discover_resources.py) to eliminate content duplication.
- Guided Workflow: Enforces a Project First → Research Second → Build Third methodology with mandatory phases for comprehensive web research, architecture design, template-based building, and validation.
- Use Case: Imagine you have 3 Notion skills with 950 lines of duplicated content. Use this Skill to create a notion-master skill that reduces context by 60% and provides a single source of truth for setup, API docs, and error handling.
Quick Start
Use the create-master-skill skill to build a master skill for any integration by saying "create master skill for [integration name]" and following the guided research and build workflow.