optimization-catalog
Installation
SKILL.md
Optimization Catalog Router
Use this skill as a dispatcher. The shared root knowledge base remains the canonical location for algorithmic patterns that transfer across implementation languages. Language-specific overlays capture implementation details tied to a specific DSL or programming model.
Load Order
- Read the shared root knowledge under
docs/knowledge/optimizations/anddocs/knowledge/anti-patterns/when the pattern is algorithmic. - Load the language-specific optimization catalog skill for the chosen implementation language.
- Read language overlays in
docs/knowledge/languages/<language>/...only when the implementation details depend on that surface.
Language-Specific Catalog Skills
| Language key | Load this skill | Language-specific knowledge root |
|---|---|---|
cutile-dsl |
/optimization-catalog-cutile-dsl |
docs/knowledge/languages/cutile-dsl/ |
cute-dsl |
/optimization-catalog-cute-dsl |
docs/knowledge/languages/cute-dsl/ |
Classification Rule
Related skills