plugin-development

Community

Build, debug, and deploy Claude Code plugins.

AuthorGGPrompts
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides you through creating, structuring, and debugging Claude Code plugins, reducing the complexity of plugin development and marketplace preparation.

Core Features & Use Cases

  • Structured Plugin Layout: Learn where to place manifests, commands, agents, skills, and MCP server definitions.
  • Debugging & Marketplace Readiness: Understand common pitfalls and how to debug loading and configuration.
  • Publish-Ready Workflows: Prepare plugins for distribution via marketplaces with correct paths and manifests.

Quick Start

Create a new plugin folder name "my-plugin" with:

  • .claude-plugin/plugin.json at the root (requires manifest)
  • at least one commands/, agents/, or skills/ directory
  • a sample skills/my-skill/SKILL.md with proper frontmatter

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plugin-development
Download link: https://github.com/GGPrompts/my-gg-plugins/archive/main.zip#plugin-development

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository