# Your Skill Name

> One or two sentences describing what this skill does and WHEN Claude should use it. Be specific about trigger phrases — this description is how Claude decides to load the skill. Example: "Use this skill whenever the user asks to compare options, analyse a list, or wants data summarised in a structured way."

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

---


# Your Skill Name

One sentence explaining the goal of this skill. Why does it exist? What problem does it solve?

## How to approach the task

Explain the general thinking process — not a rigid checklist, but the reasoning Claude should follow. What should it consider first? What are the key decisions?

## Output format

Describe what a good output looks like. Be specific about structure, length, and format if it matters.

## Example

Show a before/after or input/output pair so it's clear what success looks like.

**Input:** "..."

**Output:**
[Show example output here]

## Edge cases

Note anything tricky — inputs that look similar but need different handling, common mistakes to avoid, or cases where the usual approach shouldn't apply.

