# Example Skill

> Starter skill template. Replace the body with your own playbook before relying on it; this stub exists only to teach the workspace layout.

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

---


# Example Skill

A skill is a named playbook the agent can invoke by referring to this file. The
folder name (`example-skill`) is the skill id.

## When to use

Describe the situations in which the agent should reach for this skill. Be
concrete — the runtime feeds this section back to the agent when it is selecting
between skills.

## Steps

1. State the inputs the skill needs.
2. Describe the work — what files to read, what to write, what to summarize.
3. State the expected output format.

Delete this file once you have authored your own skills.

