skill-development

Create modular skill structures for Claude Code plugins.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/AVVlasov/bro-learn-web --skill skill-development-avvlasov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/AVVlasov/bro-learn-web/tree/main/.claude/skills/skill-development
Command: npx skills add https://github.com/AVVlasov/bro-learn-web --skill skill-development-avvlasov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the complexity of creating, structuring, and maintaining modular skills for Claude Code plugins, ensuring consistency and high-quality AI interactions.

Core Features & Use Cases

  • Standardized Structure: Provides a blueprint for organizing SKILL.md files, scripts, references, and assets.
  • Progressive Disclosure: Implements a three-level loading system to optimize context window usage.
  • Best Practices: Offers guidance on imperative writing styles, third-person descriptions, and effective trigger phrases.
  • Use Case: Use this skill when you need to design a new plugin capability or refactor an existing skill to improve its discoverability and performance.

Quick Start

Use the skill-development skill to generate a new skill structure for my custom 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 modular units for Claude Code plugins?

Modular units for Claude Code plugins require a specific directory structure for SKILL.md files, scripts, and references to ensure consistent AI interactions and high-quality performance. Use the skill-development skill to generate the standardized structure for your custom plugin.

What is progressive disclosure in Claude Code skill development?

Progressive disclosure in Claude Code skill development is a three-level loading system designed to optimize context window usage. It ensures that specialized workflows and domain-specific knowledge packages load efficiently during AI interactions.

What writing standards should I apply when building Claude Code skills?

Building Claude Code skills requires adherence to imperative writing standards and third-person descriptions. Following these best practices improves skill discoverability and ensures effective trigger phrases for Claude automation workflows.

Can I use this approach to refactor an existing Claude Code plugin capability?

Yes, you can use this approach to refactor an existing Claude Code plugin capability. It provides a blueprint for organizing assets and applying progressive disclosure principles to improve the discoverability and performance of your current skills.

When do I need a standardized directory structure for Claude Code workflows?

A standardized directory structure for Claude Code workflows is needed when you design a new plugin capability or maintain modular skills. It organizes scripts, references, and SKILL.md files to reduce complexity and ensure consistent AI interactions.