rule-template

{{Topic}} Rules

Content Preview
---
paths:
  - "{{glob-pattern}}"
---

# {{Topic}} Rules

## Conventions
- {{convention 1}}
- {{convention 2}}

## Patterns
- {{preferred pattern with example}}
- {{anti-pattern to avoid}}

## Commands
- {{relevant command}}: `{{command}}`
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/rule-template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/self-improving-agent/templates/rule-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/rule-template.md

Related Skills