example-skill

Create Claude Code plugin skills with a standardized template and frontmatter structure.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/kgadek/kgadek-claude-plugin --skill example-skill-kgadek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/kgadek/kgadek-claude-plugin/tree/main/ai-spec/2026-01-21-sdd-inspirations/references/anthropics-claude-plugins-official/plugins/example-plugin/skills/example-skill
Command: npx skills add https://github.com/kgadek/kgadek-claude-plugin --skill example-skill-kgadek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use reference template and guidance for defining Claude Code plugin skills, helping teams standardize structure and frontmatter.

Core Features & Use Cases

  • Clear frontmatter guidance including required fields (name, description) and optional fields (version, license) to accelerate skill creation.
  • Standardized directory structure example for skills, including where SKILL.md lives and how to organize supporting files in scripts/, references/, and assets/.
  • Practical guidance and a ready-to-adapt template you can copy when starting a new Claude Code plugin skill.

Quick Start

Copy this SKILL.md into a new skill folder, update the name and description in the frontmatter, and follow the documented structure to implement the skill.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is the required YAML frontmatter for a Claude Code plugin skill?

YAML frontmatter for a Claude Code plugin skill requires name and description fields, while version and license are optional metadata fields to include at the top of your SKILL.md file.

How do I structure a Claude Code plugin skill directory?

Structure a Claude Code plugin skill directory by placing SKILL.md at the root, then organizing supporting files into scripts/, references/, and assets/ subdirectories for a standardized layout.

Can I use this skill template to standardize multiple Claude Code plugin skills for a team?

Yes, teams creating Claude Code plugin skills can copy this ready-to-adapt template to establish a standardized structure and frontmatter across all new skill projects.

What's the best way to start building a new Claude Code plugin skill?

The best way to start building a Claude Code plugin skill is to copy this SKILL.md into a new folder, update the name and description in the YAML frontmatter, and implement the documented structure.

Do I need any dependencies to create a Claude Code plugin skill?

No dependencies are required to create a Claude Code plugin skill using this reference template, as it provides standalone guidance for the YAML frontmatter and directory layout.

Why does my Claude Code plugin skill need a standardized directory layout?

A standardized directory layout for Claude Code plugin skills ensures that SKILL.md and supporting files in scripts/, references/, and assets/ are consistently organized for maintainability.