# Example Skill

> An example skill demonstrating the basic structure and format

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

---


# Example Skill

This is an example skill that demonstrates how to structure a skill for Claude Code.

## Overview

Use this skill as a reference when creating your own skills. It shows the required frontmatter format and common sections.

## Instructions

1. Read and understand the user's request
2. Apply the skill's specialized knowledge
3. Provide clear, actionable output

## Examples

- `/example-skill` - Activate this skill directly
- When a user asks about skill structure, this skill provides guidance

## Guidelines

- Keep instructions clear and concise
- Use specific examples where possible
- Define any constraints or limitations

## Notes

Skills can include additional files (scripts, resources) in the same folder if needed.

