# Example Skill

> Template/example skill showing the minimal structure. Replace or delete it. Use as a starting point when you want to capture a repeatable workflow as a skill.

- Skill: `promptpartner/example-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add promptpartner/example-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/promptpartner/example-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: PromptPartner (https://skillmd.com/u/promptpartner)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/promptpartner/example-skill

---


# Example Skill

This is a working but trivial skill, here to show the shape. Copy this folder, rename it, and
rewrite the body with your real workflow.

## When this fires
The agent loads this when the task matches the `description` above, or when you invoke it using
the client's supported skill syntax. Keep the description precise — it's the only thing the agent
matches on.

## Steps
1. State the goal in one line.
2. Do the work, following the project's `core/` rules (verify before done, no secrets, etc.).
3. Report the outcome with evidence.

## Notes
- Put supporting files (scripts, references, longer instructions) next to this `SKILL.md`;
  they load only when referenced (progressive disclosure — keeps context lean).
- Delete this example once you've added your own skills.

