| name | mde-EXAMPLE |
| disable-model-invocation | true |
| description | TEMPLATE — not a real skill. Copy this folder to `.claude/skills/mde-<domain>/` and remove `disable-model-invocation`. One-line WHAT + WHEN + at least 6 trigger phrases users would actually say. Trigger when the user says "phrase A", "phrase B", "phrase C", "phrase D", "phrase E", or "phrase F". Does NOT handle <out-of-scope topic 1> (use <other-skill>) or <out-of-scope topic 2> (use <other-skill>). Replaces the legacy skills <list>. |
mde-EXAMPLE — superskill template
Copy this folder to .claude/skills/mde-<domain>/ and fill in the four sections below. Keep this file ≤300 lines (PDF best practice: SKILL.md under 5,000 words). Move deep how-to to references/.
When to invoke
| Trigger phrase | Action |
|---|
| "<obvious phrase 1>" | Route to <topic-1>.md |
| "<obvious phrase 2>" | Route to <topic-2>.md |
| "" | Route via decision tree below |
Don't invoke for
- <Anti-trigger 1> →
<sibling-skill>
- <Anti-trigger 2> →
<sibling-skill>
Sub-modules at a glance
Routing decision tree
User intent
│
├─ <decision 1>?
│ ├─ Yes → topic-1.md
│ └─ No → continue
│
├─ <decision 2>?
│ ├─ Yes → topic-2.md
│ └─ No → topic-3.md
Quick links
Author checklist (delete before commit)