# Skill Name

> Replace with a description of what this skill does and when it should be used. Include trigger keywords so the agent reliably activates this skill.

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

---


# Skill Title

One-sentence summary of what this skill accomplishes.

## When to Use

Bullet list of situations that should trigger this skill:

- User asks to ...
- User wants to ...
- The codebase contains ... and needs ...

## Procedure

Step-by-step instructions for the agent. Be explicit and unambiguous.

### Step 1 — ...

Description of the step.

```bash
# Example command
```

### Step 2 — ...

Description of the step.

### Step 3 — ...

Description of the step.

## Examples

### Example: ...

**Input:** ...

**Expected output:** ...

## Edge Cases

- If ... then ...
- If ... then ...

## Notes

- Any important caveats or constraints
- Link to [reference material](references/REFERENCE.md) if needed
