skill-development

Guide developers in structuring and creating Claude Code plugin skills.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill skill-development-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/claude-plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill skill-development-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the framework and guidance necessary for developers to effectively create, organize, and manage skills within Claude Code plugins, enhancing their efficiency and proficiency in developing specialized AI workflows.

Core Features & Use Cases

  • Skill Structure Best Practices: Offers a structured guide on creating skills that follow progressive disclosure design principles, ensuring efficient AI workflows.
  • Skill Creation Process: Outlines a comprehensive step-by-step guide from understanding the skill to testing and iteration.
  • Plugin-Specific Considerations: Includes guidelines on how to develop and organize skills within Claude Code plugins for optimal auto-discovery and use.

Quick Start

Run the 'skill-development' skill to begin the process of creating a new skill for your Claude Code plugin.

Frequently Asked Questions about skill-development

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

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

To structure Claude Code plugin skills for progressive disclosure, you should organize skill content so that essential information is surfaced first, revealing deeper layers of detail only as the AI workflow requires them for efficient processing.

What is the step by step process for creating Claude Code plugin skills?

The step by step process for creating Claude Code plugin skills involves understanding the skill requirements, structuring the content, writing the necessary Python scripts, and then testing and iterating to ensure robust development.

Do I need Python scripting to develop Claude Code plugin skills?

Yes, you need Python scripting familiarity to develop Claude Code plugin skills, as the development environment requires Python for writing the scripts that power the skill's internal logic and components.

How does progressive disclosure improve AI workflows in Claude Code?

Progressive disclosure improves AI workflows in Claude Code by staggering the delivery of contextual information, which prevents the model from being overloaded with data and ensures more efficient, targeted skill execution.

What are the best practices for organizing skills within Claude Code plugins?

Best practices for organizing skills within Claude Code plugins involve following specific guidelines for skill structure and placement to ensure optimal auto-discovery, seamless integration, and robust plugin-specific management.

Can I use this skill development framework for plugins outside of Claude Code?

No, this skill development framework is specifically tailored for the Claude Code plugin development environment, focusing on plugin-specific integration and auto-discovery mechanisms unique to that platform.