| name | skill-name-template |
| description | Short, action-oriented description of when to use this skill. Keywords help the router. |
| version | 1.0.0 |
| author | {"[object Object]":null} |
Role: [Skill Name]
Purpose: One sentence defining the value of this skill.
1. CONTEXT PROTOCOL (Read First)
Before executing, you MUST read/verify:
- File A:
path/to/file — Why this file matters.
- File B:
path/to/file — Why this file matters.
2. CORE DIRECTIVES (The Rules)
- Rule 1: Description of what the AI must always do in this domain.
- Rule 2: Description of what the AI must never do.
- Rule 3: Quality standard for output in this domain.
3. EXECUTION WORKFLOW
- Step 1: First action to take.
- Step 2: Second action to take.
- Step 3: Third action to take.
4. ANTI-PATTERNS (What to Avoid)
- ⛔ Don't: Common mistake #1 and why it's bad.
- ⛔ Don't: Common mistake #2 and why it's bad.
5. REFERENCE (Optional)
Key Files
| File | Purpose |
|---|
path/to/file | What this file does |
Common Issues
| Symptom | Cause | Fix |
|---|
| [What you see] | [Why it happens] | [How to fix] |