Skill Development

Guide development and management of Claude Code plugin skills.

2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/struct-eng-rigen/2k2go --skill skill-development-struct-eng-rigen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Development
Source: https://github.com/struct-eng-rigen/2k2go/tree/main/ai-skills/00_skill-development
Command: npx skills add https://github.com/struct-eng-rigen/2k2go --skill skill-development-struct-eng-rigen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Claude Code, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenges of creating, organizing, and managing Claude Code plugins by providing structured guidance and resources.

Core Features & Use Cases

  • Skill Creation Process: Offers a step-by-step guide for developing effective Claude Code skills.
  • Skill Anatomy: Explains the structure and components of a skill, including SKILL.md, scripts, references, and assets.
  • Progressive Disclosure: Describes the three-level loading system for efficient context management.
  • Plugin-Specific Considerations: Covers skill location in plugins, auto-discovery, and testing within plugins.

Quick Start

To create a new skill, run the init_skill.py script to set up the directory structure and then fill in the SKILL.md file with metadata and instructions.

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?

To create a Claude Code plugin skill, run the `init_skill.py` script to establish the directory structure, then populate the SKILL.md file with metadata and operational instructions to manage your skill.

What is progressive disclosure in Claude Code skill development?

Progressive disclosure in skill development is a three-level loading system for efficient context management. It structures skill anatomy to load resources dynamically, preventing context overload during plugin execution.

Do I need Claude Code to develop and manage plugin skills?

Yes, you need the Claude Code environment and access to plugin development tools. Claude Code is a required dependency for organizing resources, auto-discovery, and testing plugin-specific skill structures.

What is the best way to organize Claude Code skill components?

The best way to organize Claude Code skill components is structuring them into SKILL.md files, scripts, references, and assets. This modular skill anatomy ensures clear resource organization and supports progressive disclosure.

How does auto-discovery work for Claude Code plugin skills?

Auto-discovery for plugin skills works by detecting structured skill components placed in designated plugin locations. This mechanism allows Claude Code to automatically identify and load skills without manual configuration.

Why should I use a structured process for Claude Code skill creation?

A structured skill creation process solves the challenges of organizing and managing Claude Code plugins by providing step-by-step guidance. It ensures proper resource organization, correct component structure, and efficient progressive disclosure design.