skill-template · v1.0.0 · 2026-03-03 · sha256 8b02f931af41897f
skill-template v1.0.0A
Immutable. This exact content is served forever at /api/v1/blob/8b02f931af41897f.
--- name: skill-template description: >- Template for creating new Kilo-Kit skills. Copy this folder and customize for your skill. Keywords: template, new, create, skill version: 1.0.0 behaviors: [] dependencies: [] token_estimate: min: 500 typical: 1500 max: 5000 --- # 📋 Skill Template > **Replace this with your skill name** ## When to Use Use this skill when: - [Trigger condition 1] - [Trigger condition 2] - [Trigger condition 3] **Do NOT use this skill when:** - [Wrong condition 1] - [Wrong condition 2] --- ## Prerequisites Before using this skill, ensure: - [ ] [Prerequisite 1] - [ ] [Prerequisite 2] - [ ] [Prerequisite 3] --- ## Process ### Phase 1: [Phase Name] **Goal:** [What this phase achieves] **Steps:** 1. [Step 1] 2. [Step 2] 3. [Step 3] **Output:** [What this phase produces] ### Phase 2: [Phase Name] **Goal:** [What this phase achieves] **Steps:** 1. [Step 1] 2. [Step 2] 3. [Step 3] **Output:** [What this phase produces] ### Phase 3: [Phase Name] **Goal:** [What this phase achieves] **Steps:** 1. [Step 1] 2. [Step 2] 3. [Step 3] **Output:** [What this phase produces] --- ## Guidelines ### DO ✅ - [Guideline 1] - [Guideline 2] - [Guideline 3] ### DON'T ❌ - [Anti-pattern 1] - [Anti-pattern 2] - [Anti-pattern 3] --- ## Common Patterns ### Pattern 1: [Pattern Name] **When:** [Condition] **Action:** [What to do] ``` [Example code or pseudo-code] ``` ### Pattern 2: [Pattern Name] **When:** [Condition] **Action:** [What to do] ``` [Example code or pseudo-code] ``` --- ## Anti-Patterns (AVOID) ### Anti-Pattern 1: [Name] **Problem:** [What goes wrong] **Instead:** [What to do instead] ### Anti-Pattern 2: [Name] **Problem:** [What goes wrong] **Instead:** [What to do instead] --- ## Error Handling | Error Type | Cause | Solution | |------------|-------|----------| | [Error 1] | [Cause] | [Solution] | | [Error 2] | [Cause] | [Solution] | | [Error 3] | [Cause] | [Solution] | --- ## Success Criteria Before claiming completion, verify: - [ ] [Criterion 1] - [ ] [Criterion 2] - [ ] [Criterion 3] - [ ] [Criterion 4] - [ ] User request fully addressed --- ## References - `references/detailed-guide.md` - In-depth documentation - `scripts/helper.py` - Automation scripts - `assets/template.md` - Template files --- ## Related Skills - `skills/[related-skill-1]/` - [Why related] - `skills/[related-skill-2]/` - [Why related] --- ## Feedback Integration If this skill was: **Successful:** - Record successful patterns for future reference - Note any optimizations discovered **Unsuccessful:** - Document what went wrong - Identify what should be tried differently - Flag for skill improvement --- *Skill Template v1.0.0*