# Your Skill Name

> Replace with what this skill does and when to use it. Include trigger phrases users say, e.g. "audit my API", "scaffold a skill"; activation-critical routing belongs here.

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

---


# Your Skill Title

One paragraph explaining the outcome for the user.

## Trigger examples

- Should trigger: "..."
- Should trigger: "..."
- Should not trigger: "..."

## Instructions

1. First step
2. Second step
3. Present results in a clear summary

## Output format

Describe how to format the final response.

## Sources

Maintain [references/sources.md](references/sources.md). Follow [skill-source-citations](https://github.com/arenukvern/skill_steward/blob/main/skills/skill-source-citations/SKILL.md).

## Install

```bash
npx skills add arenukvern/skill_steward --skill your-skill-name
```

