Skill Development

Standardize Claude Code plugin skill units with structured SKILL.md blueprints.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Ikki-Group/erp --skill skill-development-ikki-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Development
Source: https://github.com/Ikki-Group/erp/tree/main/.agents/skills/skill-development
Command: npx skills add https://github.com/Ikki-Group/erp --skill skill-development-ikki-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear, repeatable blueprint for creating, organizing, and validating Claude Code plugin skills, ensuring consistent frontmatter, lean SKILL.md bodies, and effective progressive disclosure to manage context load.

Core Features & Use Cases

  • Standardizes the structure for Skill Units (name, description, frontmatter) and the SKILL.md body, with references to detailed guides in references/.
  • Encourages progressive disclosure by moving in-depth content to references/ and examples/ while keeping SKILL.md lean.
  • Supplies a plugin-friendly validation and testing workflow to ensure skills load correctly in Claude Code plugins.

Quick Start

Create a lean SKILL.md skeleton for a new skill and place detailed guidance in references/.

Frequently Asked Questions about Skill Development

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

FAQPage Schema
How do I create a Claude Code plugin skill with proper frontmatter and metadata?

Progressive disclosure in skill development moves in-depth references and examples to separate directories, keeping the core SKILL.md file lean. This approach manages context load by preventing Claude Code from processing unnecessary details upfront.

What is progressive disclosure for Claude Code skills and when do I need it?

Progressive disclosure in skill development moves in-depth references and examples to separate directories, keeping the core SKILL.md file lean. This approach manages context load by preventing Claude Code from processing unnecessary details upfront.

How to validate and test Claude Code plugin skills before publishing?

Validation and testing procedures for Claude Code skills involve checking frontmatter metadata integrity and confirming the SKILL.md structure loads correctly. This ensures plugin skills function as expected before deployment.

Does building Claude Code plugin skills require external dependencies?

No external dependencies are required for Claude Code skill development. The process relies entirely on standard markdown files, frontmatter metadata, and organized directory structures for references and optional assets.

Why should I keep the SKILL.md body lean when developing plugin skills?

Keeping the SKILL.md body lean reduces context load and ensures Claude Code processes core instructions efficiently. Detailed guidance is relocated to references and examples directories, maintaining quick parsing while preserving comprehensive documentation.