skill-development

Guide Claude Code plugin creation with SKILL.md structure and best practices.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill skill-development-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/skill-development
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill skill-development-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and maintaining Claude Code plugins, offering guidance on skill structure, progressive disclosure, and development best practices.

Core Features & Use Cases

  • Skill Creation Process: A step-by-step guide to developing Claude Code plugins, including understanding use cases, planning resources, and structuring the skill.
  • Best Practices: Detailed information on writing effective SKILL.md files, leveraging scripts, references, and assets, and implementing progressive disclosure.
  • Plugin-Specific Considerations: Guidance on auto-discovery, packaging, and testing within the plugin environment.

Quick Start

Create a new Claude Code plugin skill using the skill-development skill by following the instructions provided in the SKILL.md file.

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 from scratch?

To create a Claude Code plugin, follow a structured development process covering use case planning, resource structuring, and writing the SKILL.md file to define the skill's behavior and resources.

What is progressive disclosure in skill development?

Progressive disclosure in skill development is a best practice that structures information delivery, ensuring users receive relevant guidance only when needed during the Claude Code plugin execution workflow.

What's the best way to structure a Claude Code plugin?

The best way to structure a Claude Code plugin is by organizing its components into scripts, references, and assets, while using a well-defined SKILL.md file to guide the execution workflow.

Does Claude Code plugin development support auto-discovery and testing?

Yes, Claude Code plugin development includes specific considerations for auto-discovery, packaging, and testing within the plugin environment to ensure proper deployment and execution.

How do I write an effective SKILL.md file for plugin development?

Writing an effective SKILL.md file requires following development best practices, clearly defining the skill structure, and properly leveraging scripts, references, and assets for optimal Claude Code execution.

Can I use scripts and references to manage Claude Code plugins?

Yes, you can use scripts and references as core components alongside assets to manage Claude Code plugins, enabling streamlined creation, planning, and execution of plugin workflows.