skill-template

{{One-line description}}. Use when: {{trigger conditions}}.

Content Preview
---
name: {{skill-name}}
description: "{{One-line description}}. Use when: {{trigger conditions}}."
---

# {{Skill Title}}

> {{One-line value proposition}}

## Quick Reference

| Problem | Solution |
|---------|----------|
| {{error/symptom 1}} | {{fix 1}} |
| {{error/symptom 2}} | {{fix 2}} |

## The Problem

{{2-3 sentences explaining what goes wrong and why.
Include the exact error message if applicable.}}

## Solutions

### Option 1: {{Name}} (Recommended)

{{Step-by-step instructions.}}

`
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/self-improving-agent/templates/skill-template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/self-improving-agent/templates/skill-template.md

Related Skills