# Sample Skill Advanced

> Demonstrate progressive disclosure with references, scripts, and assets for creating a new skill. Use when you need a structured example of how to split instructions and supporting files.

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

---


## When to use this skill

Use this skill to see a complete example of a skill that keeps core instructions in `SKILL.md` and loads additional context only when needed.

## Core workflow

1. Read this file to understand the minimal, always-loaded guidance.
2. If you need detailed rules or a checklist, read `references/REFERENCE.md`.
3. If you need a template for output formatting, open `assets/skill-template.md`.
4. If you need to validate a skill folder, run `scripts/validate-skill.sh`.

## Output expectations

- The skill uses progressive disclosure correctly.
- Optional folders are used only when their content is needed.
- References are relative to the skill root and one level deep.

