What problem does it solve?
This Skill automates the creation of stack skills, which document how libraries connect in a codebase, saving time and reducing errors in dependency analysis and integration architecture.
Core Features & Use Cases
- Code-Mode: Analyzes dependency manifests and co-import patterns from actual source code.
- Compose-Mode: Synthesizes from pre-generated individual skills and architecture documents when no codebase exists yet.
- Integration Detection: Identifies integration points between libraries and classifies them into patterns like Middleware Chain, Shared Types, and Configuration Bridge.
- Documentation Generation: Outputs a comprehensive SKILL.md file with integration patterns, library summaries, and project conventions.
Quick Start
Use the skf-create-stack-skill to generate a stack skill for your project. If you have a codebase, set the mode to code. If you have no codebase but have pre-generated skills and an architecture document, set the mode to compose.