# Your Skill Name

> One sentence on what it does. Then when to use it — the phrases and situations that should trigger it, including ones that don't name the skill.

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

---


# your-skill-name

One paragraph: the problem, and what a good result looks like.

## 1. Collect

```bash
python3 <this skill's folder>/scripts/main.py
```

What the script prints, and what Claude does with it.

## 2. Produce

The output format, with a short example.

## Rules

- What it must never do, and why.

