Template
Template for creating new Kilo-Kit skills. Copy this folder and customize for your skill. Keywords: template, new, create, skillFrom its SKILL.md
npx -y skills add VoDaiLocz/kilo-kit-mcp --skill _templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 24 stars24 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.7 KB, 718 tokens by cl100k_base, as published. Nobody here has run it
📋 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:
- [Step 1]
- [Step 2]
- [Step 3]
Output: [What this phase produces]
Phase 2: [Phase Name]
Goal: [What this phase achieves]
Steps:
- [Step 1]
- [Step 2]
- [Step 3]
Output: [What this phase produces]
Phase 3: [Phase Name]
Goal: [What this phase achieves]
Steps:
- [Step 1]
- [Step 2]
- [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 documentationscripts/helper.py- Automation scriptsassets/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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.