# Sample Skill

> Provide a short, repeatable workflow for adding and documenting a new skill in this repository. Use when creating a new skill folder or updating skill documentation.

- Skill: `lc-rezende/sample-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lc-rezende/sample-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lc-rezende/sample-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: lc-rezende (https://skillmd.com/u/lc-rezende)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lc-rezende/sample-skill

---


## Workflow

1. Create a new folder using lowercase letters, numbers, and hyphens.
2. Add a `SKILL.md` with required frontmatter and concise instructions.
3. Keep the file under 500 lines and under 5,000 tokens.
4. Add optional `references/`, `scripts/`, or `assets/` only if needed.
5. Validate the skill with `skills-ref validate ./path-to-skill`.

## Output expectations

- The skill folder follows the Agent Skills specification.
- The `SKILL.md` description states what the skill does and when to use it.

