# Template Skill

> Template for creating new skills - customize and rename for your use case

- Skill: `freepeak/template-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add freepeak/template-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/freepeak/template-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: freepeak (https://skillmd.com/u/freepeak)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/freepeak/template-skill

---


# Template Skill

Brief description of what this skill does and when to use it.

## When to Use

Use this skill when:
- Condition 1
- Condition 2
- Condition 3

## Overview

Explain the core concept or workflow that this skill implements.

## Steps/Phases

### Phase 1: [Name]

**Goal**: [What you're trying to achieve]

**Steps**:
1. Step 1
2. Step 2
3. Step 3

**Template**:
```markdown
## Template Section

- [ ] Item 1
- [ ] Item 2
```

### Phase 2: [Name]

[Continue with additional phases as needed]

## Best Practices

### Do
✅ Best practice 1
✅ Best practice 2
✅ Best practice 3

### Don't
❌ Anti-pattern 1
❌ Anti-pattern 2
❌ Anti-pattern 3

## Examples

### Example 1: [Scenario]

```markdown
Example content here
```

### Example 2: [Scenario]

```markdown
Example content here
```

## Integration with Kilo

This skill integrates with Kilo's workflow:

1. **Phase**: [How it integrates]
2. **Evidence**: [How to provide evidence]
3. **Minimal Changes**: [How to keep it minimal]

Use with other skills:
- **related-skill-1**: [When to use together]
- **related-skill-2**: [When to use together]

## Troubleshooting

### Common Issue 1
**Problem**: [Description]
**Solution**: [Fix]

### Common Issue 2
**Problem**: [Description]
**Solution**: [Fix]

## Quick Reference

```bash
# Quick commands or checklist
command 1
command 2
command 3
```
