example-skill

Create structured Claude Code plugin skills with SKILL.md templates.

3|Updated May 3, 2026
One-click install
npx skills add https://github.com/chloebrett/slay --skill example-skill-chloebrett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/chloebrett/slay/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill
Command: npx skills add https://github.com/chloebrett/slay --skill example-skill-chloebrett

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a clear and structured template for developers to create Claude Code plugin skills, ensuring proper organization and documentation.

Core Features & Use Cases

  • Skill Structuring: Defines the necessary file hierarchy including SKILL.md and optional directories like references, examples, and scripts.
  • Documentation Guidance: Offers detailed instructions on writing frontmatter, descriptions, and organizing supporting files.
  • Best Practices: Advises on focus, clarity, and testing of skills for effective deployment and activation.

Quick Start

Follow the template to organize your skill files and write the SKILL.md according to the documented structure.

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 Claude Code plugin skill for proper organization?

To create a Claude Code plugin skill, structure your files using a defined hierarchy that includes a primary SKILL.md file alongside optional directories such as references, examples, and scripts to ensure proper documentation.

What is the best way to write documentation for a custom skill?

The best way to write skill documentation is to follow a structured template that guides you through writing frontmatter, crafting clear descriptions, and organizing supporting files to adhere to deployment best practices.

What files do I need to create a Claude Code plugin?

Creating a Claude Code plugin requires a SKILL.md file for core definitions and descriptions, and optionally includes scripts, references, and examples directories to provide supporting context.

Do I need any external dependencies to develop a skill template?

No external dependencies are required to develop a skill template; the process relies entirely on organizing internal files and directories like scripts and references to provide a structured reference for skill creation.

Why does my custom skill fail to activate during deployment?

Custom skills often fail to activate during deployment if they lack clear focus, have poorly written descriptions, or are not properly tested, making adherence to documented best practices essential for successful activation.