example-skill

Create Claude Code plugin skills from a standard SKILL.md template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made reference template for creating Claude Code plugin skills, streamlining the setup and documentation process for developers.

Core Features & Use Cases

  • Reference structure and templates to quickly scaffold Claude Code plugin skills.
  • Guided documentation layout with dedicated sections for problem, core features, and quick start.
  • Extensible with optional references, examples, and scripts for advanced skills.

Quick Start

Duplicate this example-skill scaffold and customize the name and description in SKILL.md to create your own Claude Code plugin skill.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I scaffold a Claude Code plugin skill?

To scaffold a Claude Code plugin skill, duplicate the example-skill structure and customize the name and description in the SKILL.md frontmatter to establish your plugin's standard organizational base.

What is the required structure for a SKILL.md file?

The required structure for a SKILL.md file includes frontmatter fields for name and description, followed by a clear, actionable Quick Start section and optional folders for references, scripts, and assets.

How do I organize documentation and scripts for plugin development?

Organize documentation and scripts for plugin development by using the template's optional supporting folders dedicated to references, examples, and scripts to separate guidance from executable logic.

What frontmatter fields are required for Claude Code plugin skills?

The required frontmatter fields for Claude Code plugin skills are name and description, which provide the standard metadata needed to define the skill's identity and core functionality.

Can I add custom examples to a skill template?

Yes, you can add custom examples to a skill template by utilizing the extensible optional sections designed specifically for documentation, references, and advanced skill examples.