plugins-scaffolding

Community

Build Claude Code plugins, extend AI power.

Authorcharlesjones-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides developers through creating Claude Code plugins with proper structure, manifests, and components. It simplifies the extension of Claude's capabilities, enabling custom automation and community sharing without needing to master complex internal APIs.

Core Features & Use Cases

  • Plugin Architecture Guidance: Explains the structure of plugins, commands, agents, skills, hooks, and MCP servers.
  • Manifest Creation: Provides specifications for plugin.json and marketplace.json metadata, ensuring proper configuration.
  • Component Development: Guides the creation of all plugin components with best practices and examples.
  • Distribution & Versioning: Advises on semantic versioning and marketplace distribution for easy sharing and updates.
  • Use Case: Create a new Claude Code plugin from scratch, including its directory structure, plugin.json manifest, and an example command, ensuring it follows best practices for distribution and functionality.

Quick Start

Use the plugins-scaffolding skill to create a new Claude Code plugin named 'my-first-plugin' with a basic command.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: plugins-scaffolding
Download link: https://github.com/charlesjones-dev/claude-code-plugins-dev/archive/main.zip#plugins-scaffolding

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