# Your Skill Name

> A clear description of what this skill does and when to use it. This should be comprehensive so agents understand when to activate this skill.

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

---


# Skill Name

[Provide a brief introduction to what this skill does]

## When to Apply

Reference these guidelines when:
- [Condition 1 - when to use this skill]
- [Condition 2 - when to use this skill]
- [Condition 3 - when to use this skill]

## Core Guidelines

### Guideline 1

[Description of the first guideline]
- [Specific rule or requirement]
- [Another specific rule]
- [Example scenario]

### Guideline 2

[Description of the second guideline]
- [Specific rule or requirement]
- [Another specific rule]
- [Example scenario]

## Example Usage

```bash
# Example of how to use this skill
```

```javascript
// Code example if applicable
```

## Best Practices

- [Best practice 1]
- [Best practice 2]
- [Best practice 3]

## Common Pitfalls

- [Pitfall 1 and how to avoid it]
- [Pitfall 2 and how to avoid it]

## Scripts

If this skill includes helper scripts, document them here:

### script-name.sh

Description of what the script does.

Usage:
```bash
./scripts/script-name.sh [options]
```

## References

- [Link to relevant documentation]
- [Link to related resources]
- [Link to examples]

