plugin-forge

Scaffold Claude Code plugin structures and synchronize manifest versions.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill plugin-forge-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-forge
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/plugin-forge
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill plugin-forge-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the friction from developing Claude Code plugins by automating the creation of directory structures, manifest generation, and version management.

Core Features & Use Cases

  • Automated Scaffolding: Instantly generate the required directory hierarchy and boilerplate files for new plugins.
  • Manifest Management: Synchronize plugin versions and metadata across both local plugin manifests and marketplace catalogs.
  • Use Case: When building a new domain-specific plugin, use this Skill to scaffold the project, register it in your marketplace, and maintain consistent versioning as you add new commands and skills.

Quick Start

Use the plugin-forge skill to create a new plugin named my-awesome-plugin with your author details and description.

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 automatically?

To scaffold a new Claude Code plugin, you need automated directory structure generation and boilerplate file creation. This Skill instantly generates the required directory hierarchy and manifest, removing manual setup friction for new domain-specific plugins.

What is manifest synchronization for Claude Code plugins?

Manifest synchronization for Claude Code plugins is the process of keeping version numbers and metadata consistent across local plugin manifests and marketplace catalogs. This ensures structured plugin distribution and component management.

How do I manage version bumping across multiple plugin configuration files?

Version bumping across multiple plugin configuration files is managed through automated manifest synchronization. This Skill updates version numbers consistently across local plugin manifests and marketplace catalogs as you add new commands and skills.

Can I register a newly created plugin in the marketplace automatically?

Yes, you can register a newly created plugin in the marketplace automatically. This Skill supports marketplace registration as part of the plugin development lifecycle, satisfying technical requirements for structured plugin distribution.

Does this plugin scaffolding tool require external dependencies?

No, this plugin scaffolding tool does not require external dependencies. It operates independently using internal scripts and references to manage directory structures, manifest generation, and versioning for Claude Code plugins.