# Skill Name

> One-sentence summary of what this skill does and when to use it. Include trigger terms — words the user might say that should make the agent activate this skill. Use when the user says "X", "Y", "Z", or asks about <topic>.

- Skill: `viamagic333-lang/skill-name` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add viamagic333-lang/skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/viamagic333-lang/skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: viamagic333-lang (https://skillmd.com/u/viamagic333-lang)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/viamagic333-lang/skill-name

---


# Skill Name

Short intro: what this skill does, in 1–2 paragraphs max.

## When to activate

Describe the trigger conditions. Auto-activate on <X>, also invokable
via `/skill-name`. Do **not** activate for <Y>.

## Workflow

### 1. Step one

What to do first.

### 2. Step two

What to do next.

### 3. Return the result

What the output should look like.

## Anti-patterns

- Don't do X.
- Don't do Y.

## Verification

Before returning, confirm:

- [ ] Step 1 done
- [ ] Step 2 done
- [ ] Output format matches the spec

## Additional resources

- For detailed <topic>, see [reference.md](reference.md).
- For examples, see [examples.md](examples.md).

