# Example Skill

> Use when working with an example skill template showing the SKILL.md format. Use this when you need to understand skill structure.

- Skill: `tomevault-io/example-skill-18` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/example-skill-18`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/example-skill-18/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/example-skill-18

---


# Example Skill

This is an example skill that demonstrates the SKILL.md format used by Claude and GitHub Copilot.

## When to Use This Skill

Use this skill when:
- You need to understand the skill file format
- You're creating a new skill
- You want to see best practices for skill documentation

## Core Instructions

1. **Always use YAML frontmatter** at the top of the file with at least `name` and `description`
2. **Write clear, actionable instructions** in the markdown body
3. **Include examples** to demonstrate expected behavior
4. **List guidelines** for consistent results

## Examples

### Good Skill Instruction
```markdown
When creating a new React component:
1. Use functional components with hooks
2. Define props interface with TypeScript
3. Export as named export for better tree-shaking
```

### Bad Skill Instruction
```markdown
Make good components.
```

## Guidelines

- Keep instructions specific and actionable
- Include code examples where helpful
- Reference related skills in dependencies
- Use consistent formatting throughout
- Test the skill with various prompts

## Resources

You can include additional files in a `resources/` subdirectory:
- Scripts for automation
- Templates for code generation
- Configuration files

## Related Skills

- typescript - For TypeScript-specific patterns
- react - For React component patterns
- testing - For testing best practices

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/dmgrok) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

