plugin-forge

Scaffold Claude Code plugins with manifests and semantic versioning.

9|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/stephanj/claude-code-collections --skill plugin-forge-stephanj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-forge
Source: https://github.com/stephanj/claude-code-collections/tree/main/skills/plugin-forge
Command: npx skills add https://github.com/stephanj/claude-code-collections --skill plugin-forge-stephanj

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the complexity of scaffolding, versioning, and maintaining Claude Code plugins by providing automated workflows and standardized directory structures.

Core Features & Use Cases

  • Plugin Scaffolding: Automatically generates the required directory hierarchy and manifest files for new plugins.
  • Version Management: Ensures semantic versioning consistency across both plugin and marketplace manifests.
  • Use Case: When developing a new suite of custom commands for your team, use this Skill to instantly set up the project structure and register it in your local marketplace.

Quick Start

Use the plugin-forge skill to create a new plugin named my-awesome-tool with the description a productivity booster for my team.

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 its manifest files?

Scaffolding a Claude Code plugin is done by automatically generating the required directory hierarchy and manifest files, eliminating manual setup and ensuring standardized project organization.

What is the best way to manage semantic versioning for custom Claude Code plugins?

Managing semantic versioning for custom plugins is handled through automated workflows that enforce versioning consistency across both plugin and marketplace manifests, preventing manual tracking errors.

Can I use this to register custom AI agent extensions in a local marketplace?

Yes, you can use this skill to register custom AI agent extensions in a local marketplace. It facilitates marketplace registration directly alongside the creation of plugin command structures.

Does the plugin-forge workflow require any external dependencies to set up directory structures?

No external dependencies are required to set up directory structures. The skill operates independently using internal scripts and references to enforce standardized organization within the Claude Code ecosystem.

Why do I need standardized directory organization for Claude Code plugins?

Standardized directory organization is needed to satisfy the structural requirements of the Claude Code ecosystem. It ensures that custom commands and plugin manifests are correctly recognized and executed by the platform.