# My Skill

> {{PLACEHOLDER: one-line description of when to use this skill. Format: "Use when the user asks to <action> with <subject>." This description is shown in the agent's skill list — be specific enough to distinguish this skill from others.}}

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

---


# {{PLACEHOLDER: Skill Display Name}}

## When to Use

Use this skill when the user asks to:
- {{PLACEHOLDER: specific trigger phrase 1}}
- {{PLACEHOLDER: specific trigger phrase 2}}

Do NOT use for: {{PLACEHOLDER: list cases where a DIFFERENT skill should be used instead}}.

## Workflow

### Step 1 — Extract request details
- Extract: {{PLACEHOLDER: what to extract from the user query}}
- If missing: {{PLACEHOLDER: what to ask or assume}}

### Step 2 — Fetch data (if applicable)

{{PLACEHOLDER: describe which tools to call and in what order.
Include a table like:

| Input | Tools to call (in order) |
|-------|--------------------------|
| case A | tool_1 → tool_2 |
| case B | tool_1 → tool_3 |

}}

### Step 3 — Produce output

{{PLACEHOLDER: describe the output format and any templates to follow}}

## Output Format

{{PLACEHOLDER: show an example output template}}

## Error Handling

- If data not found: {{PLACEHOLDER: graceful degradation behavior}}
- If tool call fails: {{PLACEHOLDER: retry strategy or fallback}}

