skill-development

Standardize Claude Code plugin skill creation with SKILL.md frontmatter and modular resources.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Kingdaddy007/Claude-leaked-source-code --skill skill-development-kingdaddy007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/Kingdaddy007/Claude-leaked-source-code/tree/main/stubs/downloads/official-plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/Kingdaddy007/Claude-leaked-source-code --skill skill-development-kingdaddy007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized, lean blueprint for creating Claude Code plugin skills, guiding developers to structure SKILL.md, optional resources, and progressive disclosure so Claude can load only what is needed during activation.

Core Features & Use Cases

  • Defines a consistent SKILL.md frontmatter with mandatory name and description, and a descriptive Markdown body that instructs how the skill is used.
  • Outlines optional bundled resources (scripts/, references/, assets/) and their roles for deterministic tasks, reference material, and output templates.
  • Enforces progressive disclosure so core guidance loads upfront, with detailed references and examples loaded on demand for complex workflows.

Quick Start

Follow the Skill Creation Process to create a new plugin skill in the plugin’s skills directory and customize SKILL.md and bundled resources.

Frequently Asked Questions about skill-development

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

FAQPage Schema
How do I structure a Claude Code plugin skill for progressive disclosure?

Structure a Claude Code plugin skill by writing a lean SKILL.md file with YAML frontmatter and a Markdown body, then bundle optional scripts and references to load detailed resources only when needed during activation.

What is the required frontmatter for a Claude Code plugin SKILL.md file?

The required frontmatter for a SKILL.md file includes mandatory name and description fields defined in YAML, ensuring Claude can correctly identify and load the plugin skill metadata during activation.

How do I bundle scripts and references when building Claude Code plugin skills?

Bundle scripts and references by organizing them into optional modular directories like scripts/, references/, and assets/ within the plugin skill folder to support deterministic tasks and output templates.

Do I need to include optional asset bundles for every Claude Code plugin skill?

Optional asset bundles are not mandatory, as the skill enforces existence checks for optional bundles like scripts and references, allowing you to include them only when complex workflows require additional templates or deterministic tasks.

What is the best way to standardize Claude Code plugin skill creation across a development workflow?

Standardize Claude Code plugin skill creation by applying a consistent SKILL.md frontmatter and modular resource layout, prescribing a lean structure that supports progressive disclosure across all plugin development workflows.