# Your Skill Name

> A clear, specific description of what this skill does and when an agent should activate it. Include relevant keywords so agents can match it to user requests. Max 1024 characters.

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

---


# Your Skill Name

Brief introduction explaining what this skill helps the agent accomplish.

## When to Use

- Scenario or request pattern 1
- Scenario or request pattern 2
- Scenario or request pattern 3

## Instructions

Provide step-by-step instructions the agent should follow when this skill is
activated. Be specific and prescriptive.

### Step 1: Understand the request

- Guideline or sub-step A
- Guideline or sub-step B

### Step 2: Execute

- Action 1
- Action 2

### Step 3: Verify

- Check result
- Confirm with user if needed

## Examples

### Example 1: Typical usage

**User input:** "..."

**Agent should:** ...

### Example 2: Edge case

**User input:** "..."

**Agent should:** ...

## Notes

- Edge cases or caveats the agent should watch for
- Any constraints or limitations
- References to related files in `references/` or `scripts/`

