# My Skill Name

> Performs [specific task] and [specific task]. Triggers on phrases like "create a widget" or "debug the frobnitz". Do NOT activate for unrelated tasks like [X] or [Y].

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

---


<!-- BODY: loaded on activation · budget: <500 lines / ~5k tokens
     The description field controls triggering — not the body.
     The body tells the agent HOW to execute, not WHEN to activate.
     Move detailed docs to references/ and link from here.
     Write in imperative voice: "Extract the data" not "This skill extracts data"
     https://agentskills.io/specification#body -->

# my-skill-name

## Instructions

<!-- Step-by-step instructions in imperative voice.
     Be specific — agents follow instructions literally.
     Prefer structured lists and code blocks over prose. -->

## Quick Reference

<!-- Concise lookup table, decision tree, or cheat sheet.
     Agents read this after activation — make it immediately actionable.
     Example:
     | Task            | Command / Approach        |
     |-----------------|---------------------------|
     | Create widget   | Run scripts/create.sh     |
     | Update widget   | Edit assets/template.yaml | -->

## Examples

<!-- Concrete input/output examples beat explanations.
     ```
     User: "Create a dashboard widget"
     Agent: runs scripts/create-widget.sh → outputs widget.html
     ``` -->

## Constraints

<!-- Hard boundaries the agent must respect.
     - Never modify files outside the project root
     - Always validate output before returning to user -->

For extended guidelines, see [REFERENCE.md](references/REFERENCE.md).

