agentic-ai-engineering/skills/templates/SKILL.md.template

54 lines
805 B
Plaintext

# {SKILL NAME}
**Category**: {security | orchestration | verification | task | research | observability}
**Level**: {beginner | intermediate | advanced | production}
**Compatibility**: {Claude Code | Pi Agent | OpenCode | All}
## Purpose
{One sentence describing what this skill does}
## When to Use
- {Use case 1}
- {Use case 2}
- {Use case 3}
## Configuration
```yaml
# {skill-name}/config.yaml
setting: value
```
## How It Works
{2-3 sentences explaining the mechanism}
## Installation
```bash
# Claude Code
cp -r {skill-name} ~/.claude/skills/
# Pi Agent
cp -r {skill-name} ~/.pi/skills/
```
## Verification
```bash
# Test that the skill is active
# Expected output:
```
## Dependencies
- {Dependency 1}
- {Dependency 2}
## Related Skills
- {Related skill 1}
- {Related skill 2}