Skills Catalog
Skills
Section titled “Skills”| Skill | Version | Type | Description |
|---|---|---|---|
/drawio |
1.0.0 | utility | Generate draw.io diagrams as native XML files with PNG/SVG/PDF export |
/detect-stack |
1.0.0 | utility | Classify project type, language, framework, and build tools |
/review-pr |
1.0.0 | orchestrator | Review pull request changes for quality, style, and correctness |
/document |
1.0.0 | orchestrator | Generate project documentation with architecture diagrams |
/drawio
Section titled “/drawio”Generates draw.io diagrams as native .drawio XML files. Supports export to PNG, SVG, and PDF.
/detect-stack
Section titled “/detect-stack”Classifies a project’s technology stack: language, framework, build tools, and project type. Used by other skills to adapt their behavior.
/review-pr
Section titled “/review-pr”Orchestrator skill that reviews pull request changes. Checks for code quality, style consistency, and correctness issues.
/document
Section titled “/document”Orchestrator skill that generates comprehensive project documentation including architecture diagrams (via /drawio).
| Rule | Purpose |
|---|---|
drawio-conventions |
Standards for clean, readable draw.io diagrams |
code-style |
General coding conventions and best practices |
documentation-standards |
Documentation quality and completeness requirements |
Workflows
Section titled “Workflows”| Workflow | Purpose |
|---|---|
document-project |
End-to-end project documentation using /document skill and drawio |
Meta-skills (platform only)
Section titled “Meta-skills (platform only)”These stay in the starter repo and are not delivered to consumers.
| Meta-skill | Description |
|---|---|
/create-resource |
Orchestrator: idea → design → develop → test → release |
/design-resource |
Phase 1: creates design.md + architecture diagrams |
/develop-resource |
Phase 2: scaffolds and implements from design |
/test-resource |
Phase 3: type-aware testing against specimens |