plugin-forge

Automate Claude Code plugin creation, manifest generation, and version management.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Bigdrops/bigdrops-app --skill plugin-forge-bigdrops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-forge
Source: https://github.com/Bigdrops/bigdrops-app/tree/main/.agents/skills/plugin-forge
Command: npx skills add https://github.com/Bigdrops/bigdrops-app --skill plugin-forge-bigdrops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexities of developing Claude Code plugins, from structure to marketplace integration, by providing automation scripts, reference documentation, and structured workflows.

Core Features & Use Cases

  • Automated Plugin Creation: Simplifies the setup of plugin structures and manifests.
  • Version Management: Automates version bumps and synchronization across manifests.
  • Reference Documentation: Offers detailed guides on plugin structures, manifests, and marketplace integration.
  • Use Case: A developer looking to create a new Claude Code plugin for a marketplace can use this Skill to generate the initial structure, add components, and manage versions efficiently.

Quick Start

Run the 'create_plugin.py' script to scaffold a new plugin with the following command:

python scripts/create_plugin.py my-plugin \
  --marketplace-root /path/to/marketplace \
  --author-name "Your Name" \
  --author-email "[email protected]" \
  --description "Plugin description" \
  --keywords "keyword1,keyword2" \
  --category "productivity"

Frequently Asked Questions about plugin-forge

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

FAQPage Schema
How do I automate Claude Code plugin development and marketplace integration?

You can automate Claude Code plugin development by running the create_plugin.py script to scaffold plugin structures, generate manifests, and synchronize marketplace integration using structured workflows and automation scripts.

What's the best way to manage version bumps across multiple Claude Code plugin manifests?

Managing version bumps across Claude Code plugin manifests is handled automatically by the Skill's version management features, which synchronize version numbers across your manifests without requiring manual file edits.

Do I need a pre-existing Claude Code marketplace to use this plugin creation workflow?

Yes, a pre-existing Claude Code marketplace is required. The automation scripts need a marketplace root directory path to scaffold the plugin and integrate it properly into your existing marketplace environment.

Can I use Python to generate the initial structure for a Claude Code plugin?

Yes, you can use Python 3.10 or higher to run the create_plugin.py script, which generates the initial plugin structure by taking parameters like author name, description, keywords, and category.

What components are included when scaffolding a new Claude Code plugin?

Scaffolding a new Claude Code plugin generates the initial directory structure, manifest files, and reference documentation, providing a structured workflow for adding components and managing versions efficiently.

Why does Claude Code plugin development require structured workflows and reference documentation?

Claude Code plugin development requires structured workflows because it addresses the complexities of setup, manifest generation, and marketplace integration, ensuring components are correctly configured and versions are synchronized.