plugin-structure

Structure Claude Code plugins with manifest configuration and agent design.

7|1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kotlin --skill plugin-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-structure
Source: https://github.com/pluginagentmarketplace/custom-plugin-kotlin/tree/main/skills/plugin-architecture
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kotlin --skill plugin-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Without a clear architectural blueprint, Claude Code plugins can become disorganized, difficult to maintain, and hard to scale. This Skill provides the foundational knowledge for structured development, ensuring your plugins are well-designed from the start.

Core Features & Use Cases

  • Plugin Manifest: Configure essential metadata and define plugin components.
  • Agent & Skill Design: Learn best practices for creating specialized agents and organizing skills logically.
  • Commands & Hooks: Understand how to implement interactive commands and trigger-based automation.
  • Use Case: A developer is starting a new Claude Code plugin project and wants to ensure it's well-structured and scalable. This skill guides them through defining the manifest, designing specialized agents, organizing skills logically, and implementing commands and hooks according to best practices, setting the project up for long-term success.

Quick Start

Explain the best practices for structuring a new Claude Code plugin, including manifest configuration and agent design.