example-plugin/example-skill
This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.
Content Preview
--- name: example-skill description: This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills. version: 1.0.0 --- # Example Skill This skill demonstrates the structure and format for Claude Code plugin skills. ## Overview Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike comma
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/example-plugin/example-skill.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/example-plugin/skills/example-skill/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/example-plugin/skills/example-skill/SKILL.md
Related Skills
Skill Adapter
Analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins.
skill-adapterskill adapter
by jeremylongshore · plugins-plus-skills
SKILL
Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only).
financeskillagentpython
by alirezarezvani · alirezarezvani-claude-skills
cc-skill-project-guidelines-example
Project Guidelines Skill (Example)
generalccskillguidelines
by sickn33 (Antigravity) · antigravity-awesome-skills
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
skill-creatorskillcreator
by Anthropic · anthropic-official-skills