name: skill-graph-creator description: Guide for creating skill graphs — interlinked, modular skill architectures that decompose knowledge into navigable reference networks. Use when users want to create a new skill graph (or upgrade an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Always produces graph-structured output with lean index files, interlinked references, and explicit extension points.
Skill Graph Creator
This skill provides a navigable reference graph for creating skill graphs. All detailed content lives in reference files and tool scripts — this file contains only navigation.
Core Principles
Foundational rules preserved from the skill creation framework:
| Principle | Reference |
|---|---|
| Overview of all principles | references/core-principles/overview.md |
| Conciseness & context efficiency | references/core-principles/conciseness.md |
| Degrees of freedom | references/core-principles/degrees-of-freedom.md |
| Progressive disclosure | references/core-principles/progressive-disclosure.md |
| Skill anatomy & structure | references/core-principles/skill-anatomy.md |
| Problem decomposition | references/core-principles/problem-decomposition.md |
| One-shot design | references/core-principles/one-shot-design.md |
Graph Architecture
How to structure skills as interlinked graphs instead of monolithic files:
| Topic | Reference |
|---|---|
| Graph principles overview | references/graph-architecture/overview.md |
| Index design (lean SKILL.md) | references/graph-architecture/index-design.md |
| Interlinking patterns | references/graph-architecture/interlinking.md |
| Content decomposition | references/graph-architecture/decomposition.md |
| Extension points | references/graph-architecture/extension-points.md |
| Context management | references/graph-architecture/context-management.md |
Creation Process
Nine-step process for building a skill graph. Steps 0.5, 1–2, and 9 are mandatory and must never be skipped:
Frameworks
Reusable frameworks referenced throughout the creation process:
| Framework | Purpose | Reference |
|---|---|---|
| Questionnaire | Mandatory clarification & ongoing questioning | references/questionnaire-framework/overview.md |
| Research | Best practices & standards gathering | references/research-framework/overview.md |
| Planning | Todo lists & permanent process steps | references/planning-framework/overview.md |
Tool Scripts
| Tool | Script | Purpose |
|---|---|---|
| Initialize | scripts/init_skill_graph.py | Create a new skill graph from template |
| Validate | scripts/validate_graph.py | Validate graph structure, links, and metadata |
| Package | scripts/package_skill.py | Package skill graph into distributable .skill file |
Design Patterns
| Pattern | Reference |
|---|---|
| Workflow patterns | references/workflows.md |
| Output patterns | references/output-patterns.md |