Claude Forge
Description
CLI tool for scaffolding and managing Claude Code marketplaces and plugins
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-forge
`claude-forge` is a command-line interface tool for scaffolding and managing Claude Code marketplaces and plugins. It enforces a standardized structure, ensuring that marketplaces and their components are valid and consistent.
Features
- Scaffold new marketplaces and plugins with a single command.
- Inject components like skills, commands, agents, and hooks into plugins.
- Validate the integrity of plugin manifests and skill frontmatter.
- Auto-detect and validate entire marketplaces with all plugins.
- List plugins in a marketplace or components in a plugin.
- Register plugins with a marketplace, preventing duplicates and ensuring structural correctness.
- Interactive prompts for a guided experience, with command-line flags for automation.
- Smart context detection - commands adapt based on whether you're in a marketplace or plugin directory.
Quick start
Installation
Install the tool locally using cargo:
cargo install --path .
Usage
**Initialize a new marketplace:**
cforge init --name my-awesome-marketplace -d "a marketplace for my awesome plugins"This creates the following directory structure:
my-awesome-marketplace/ ├── .claude-plugin/ │ └── marketplace.json ├── CLAUDE.md ├── plugins/ └── README.md**Navigate into the new marketplace:**
cd my-awesome-marketplace**Create a new plugin:**
cforge new-plugin --name my-first-plugin -d "a plugin that does awesome things"This creates a new plugin inside the `plugins` directory:
plugins/ └── my-first-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── agents/ ├── commands/ ├── hooks/ ├── skills/ └── README.md**Add a skill to the plugin:**
cforge add --plugin my-first-plugin skill --name my-skill -d "a skill that performs
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development