← ClaudeAtlas

skill-templatelisted

Template for creating new Kilo-Kit skills. Copy this folder and customize for your skill. Keywords: template, new, create, skill
cheemsiulord/KILO-KIT · ★ 0 · Data & Documents · score 78
Install: claude install-skill cheemsiulord/KILO-KIT
# 📋 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 Han