example-skill

Demonstrate Claude Code skill structure with YAML frontmatter and required sections.

4|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/89jobrien/steve --skill example-skill-89jobrien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/89jobrien/steve/tree/main/steve/skills/example-skill
Command: npx skills add https://github.com/89jobrien/steve --skill example-skill-89jobrien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill demonstrates the proper structure and formatting for Claude Code Skills and provides example patterns for new skills.

Core Features & Use Cases

  • YAML frontmatter pattern demonstration
  • Workflow and reference structures
  • Bundled resources and examples

Quick Start

Use this example skill to model and build new Claude Skills.

Frequently Asked Questions about example-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a new Claude Code skill with proper YAML frontmatter?

Claude Code skills require YAML frontmatter at the top, followed by mandated sections: When to Use, What This Skill Does, Core Principles, Workflow, Best Practices, and Anti-Patterns. This skill demonstrates the exact format and organization required for all new skills.

What are the required sections for documenting a Claude Code skill?

Required sections include When to Use, What This Skill Does, Core Principles, Workflow, Best Practices, and Anti-Patterns. Optional elements include bundled reference files and example workflows that illustrate the skill's application.

Can I use references and bundled resources in a Claude Code skill?

Yes, Claude Code skills support reference components and bundled resources. This skill shows how to structure and include reference files alongside your skill documentation to provide supporting materials.

What best practices should I follow when designing a new Claude Code skill?

Design skills with clear workflow logic, document anti-patterns to avoid, bundle relevant references, and follow the standardized YAML frontmatter format. This skill provides concrete patterns and examples for each best practice.

How do I validate that my skill meets Claude Code requirements?

Validate your skill by checking that it includes all mandated sections, proper YAML frontmatter syntax, organized workflow structure, and reference file handling. Use this example skill as a reference template for compliance.