# SKILL_NAME

> SKILL_DESCRIPTION - when to use this skill

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

---


# SKILL_TITLE

Brief introduction to what this skill does.

## When to Use

- Condition 1 that triggers this skill
- Condition 2 that triggers this skill
- Condition 3 that triggers this skill

## Usage

### Basic Command

```bash
# Example command
command --option value
```

### Common Options

| Option | Description |
|--------|-------------|
| `--option1` | Description of option 1 |
| `--option2` | Description of option 2 |

## Examples

### Example 1: Basic Usage

```bash
# Description of what this does
command example
```

### Example 2: Advanced Usage

```bash
# Description of what this does
command --option value example
```

## Notes

- Important note 1
- Important note 2
- Limitations or edge cases

