What problem does it solve?
Prevents teams from re-discovering the same design and safety patterns when building conversational skills by capturing the fractal rubric — safety tiers, purpose, diagnostic loops, domain micro, and cross-system awareness — while the experience is still fresh.
Core Features & Use Cases
- Three-tier safety model: Defines read-only, configuration, and destructive tiers so permission boundaries are explicit from the start.
- Trigger-first frontmatter: Shows how to write a description that determines when the skill should be invoked rather than how to use it.
- Diagnostic loop & domain micro: Encourages TRY → OBSERVE → DIAGNOSE → ADAPT cycles and capturing hard-won gotchas from real usage.
- Creation flow: Guides builders through design, eval, and quality-gate phases so skills ship with measurable reliability.
- Use case: A developer who just integrated PostHog or Slack can capture exact config gotchas, draft a SKILL.md, and run evals to ensure reliable triggering.
Quick Start
Draft a SKILL.md with name and a trigger-focused description, add a top-level safety block, write a one-paragraph purpose, and include domain micro and a diagnostic loop before saving.