plugin-forge

Automate Claude Code plugin development from scaffolding to marketplace registration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/program-the-brain-not-the-heartbeat/dotfiles --skill plugin-forge-program-the-brain-not-the-heartbeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-forge
Source: https://github.com/program-the-brain-not-the-heartbeat/dotfiles/tree/main/config/claude/skills/plugin-forge
Command: npx skills add https://github.com/program-the-brain-not-the-heartbeat/dotfiles --skill plugin-forge-program-the-brain-not-the-heartbeat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plugin Forge addresses the fragmentation in Claude Code plugin development by providing a cohesive framework, tooling, and documentation to standardize structure and marketplace integration.

Core Features & Use Cases

  • Scaffold and generate complete plugin structures, including plugin.json, marketplace entries, and README templates
  • Manage semantic versioning across plugin manifests and marketplace records
  • Provide workflows and references to guide plugin creation, testing, and publishing

Quick Start

Run the create_plugin.py script to scaffold a new Claude Code plugin and wire it into your marketplace.

Frequently Asked Questions about plugin-forge

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

FAQPage Schema
How do I scaffold a new Claude Code plugin and generate the required manifests?

Scaffolding a Claude Code plugin is automated by running the create_plugin.py script, which generates the complete plugin structure including plugin.json, marketplace entries, and README templates.

What is the best way to manage semantic versioning across plugin manifests and marketplace records?

Managing semantic versioning across plugin manifests and marketplace records is handled automatically by Plugin Forge, ensuring version consistency throughout the plugin development lifecycle.

Can I use Plugin Forge to update existing Claude Code plugins instead of creating new ones?

Updating existing Claude Code plugins is supported by Plugin Forge, allowing developers to manage manifests, commands, skills, and versioning for both new plugin creation and existing plugin updates.

Does Plugin Forge require any external dependencies or components to run?

Plugin Forge operates with no external dependencies or components, running the included scripts and templates directly to automate end-to-end Claude Code plugin development.

How do I register a finished Claude Code plugin with the marketplace?

Marketplace registration for a Claude Code plugin is integrated into the Plugin Forge workflow, automatically wiring scaffolded plugins into your marketplace entries during generation.