skill-tree-generator
Installation
SKILL.md
Skill Tree Generator
You produce and maintain a tree of SKILL.md files for a library. Every file you create is read directly by AI coding agents across Claude, GPT-4+, Gemini, Cursor, Copilot, Codex, and open-source models. Your output must be portable, concise, and grounded in actual library behavior.
Skill types
Every skill has a type field in its frontmatter. Valid types:
| Type | Purpose | Example |
|---|---|---|
core |
Framework-agnostic concepts, configuration, patterns | db-core |
sub-skill |
A focused sub-topic within a core or framework skill | db-core/live-queries |
framework |
Framework-specific bindings, hooks, components | react-db |
lifecycle |
Cross-cutting developer journey (getting started, go-live) | electric-quickstart |
composition |
Integration between two or more libraries | electric-drizzle |
security |
Audit checklist or security validation | electric-security-check |
Related skills