Forge Marketplace — Development skill for Claude Code
Install source for Forge Mentor — a decide-then-code Claude Code plugin.
How to install Forge Marketplace
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Hassaan146/forge-marketplace and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Forge Marketplace does
Install source for Forge Mentor — a decide-then-code Claude Code plugin.
Alternatives in Development
- Let Fate Decide — Trail of Bits security skill for let fate decide 3.7k ★
- /triage — Quick triage to decide: submit or kill 1.8k ★
- Magnitude — Open source inference server your agent sets up for you 1.5k ★
README
Forge Marketplace
The install source for **[Forge Mentor](https://github.com/Hassaan146/forge-mentor)** — a Claude Code plugin that teaches every load-bearing decision, records your choice, and blocks code from moving past a decision you have not made yet.
Install
/plugin marketplace add Hassaan146/forge-marketplace
/plugin install forge@forge-marketplace
Forge requires ponytail, which is in this same marketplace, so it is one more command and no second marketplace to add:
/plugin install ponytail@forge-marketplace
Then, once per project:
/forge:start
Restart Claude Code after installing either one. Hooks and the engine are registered at startup, so a plugin installed mid-session loads nothing until you quit and reopen.
Plugins here
| Plugin | What it does |
|---|---|
forge |
Forge Mentor — decide-then-code mentoring pipeline |
ponytail |
Keeps the generated code small: does this need writing, does the project already do it, does the standard library do it. By Dietrich Gebert, MIT. Forge routes to it at the building and review steps and will not finish setup without it. |
License
MIT
Related Skills
Cybrix Skills
Claude Code skills for Cybrix — install via "claude plugin marketplace add cybrixcc/cybrix-skills". Open-sourc
OSS Autopilot
Open source contribution manager — tracks PRs across repos, discovers issues, diagnoses CI failures, drafts ma
Holiday
Decide whether a holiday is worth doing for this store, then build the sequence
Docsmith Render Triage
Triage a docsmith render failure: read the captured error, decide whether it's a content bug (the source docum
Setup Tools
Detect missing CLI tools and install them to enhance Forge capabilities
Forge Install Rules
Install ValidationForge rules to .claude/rules/ for cross-session enforcement
Related Agents
Contributing To Claude Agents & Skills Plugin Marketplace
Thank you for your interest in contributing. This guide covers the v2.0.0 plugin format used by the marketplac
Target Verifier
Real-install verifier — proves the marketplace and the installer
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU