decision-logic-framework
Installation
SKILL.md
Quick Reference (30 seconds)
Core Principle: Clear separation between Agents (orchestrators) and Skills (capabilities).
| Component | Location | Contains |
|---|---|---|
| Agents | .claude/agents/ |
workflows/ (TOON + MD steps) |
| Skills | .claude/skills/ |
scripts/ (UV Python) OR modules/ (single-file MDs) |
Decision Tree:
Need external Python packages? → UV Script (.py)
Need system commands? → UV Script (.py)
Reference/documentation? → Single-File MD (.md)
Simple data/rules? → Single-File MD (.md)