# Example Skill

> Short description — what this does and when to use it.

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

---


# Example Skill

Write the skill instructions as plain Markdown below the frontmatter.
Agents load this entire file when the skill activates, so keep it focused
and under ~500 lines. Move deep-dive docs to `references/` and large
assets to `assets/` — they're loaded on demand.

## When to use

- Describe the triggering situation
- Describe what the agent should output

## Steps

1. First step
2. Second step

## Files under this skill

- `scripts/` — executable code the agent can run
- `references/REFERENCE.md` — detailed docs (loaded only when needed)
- `assets/` — templates, images, data files

## Notes

- This file is validated against the agentskills.io open standard.
- Run `python -m starfire_plugin validate <plugin-dir>` before publishing.

