By Prashantxo Verified
Forge — production-grade AI coding toolkit. Code review, PR review, security, TDD, architecture, docs, simplification, evals, and coding standards. Model-adaptive: same output quality across Claude, GPT-4o, Gemini, and Haiku.
Forge architecture review or design. Pass a description to design new system; blank to review existing.
Forge documentation generator: README, API reference, architecture doc, or runbook. Reads actual code.
Forge eval-driven development: define evals before implementing AI features, track pass@k
Forge code refiner: simplify changed code without altering behavior
Forge code review: local uncommitted changes or PR (pass PR number/URL)
Forge research agent. Deep technical research with adversarial verification. Use when researching technology choices, comparing frameworks, studying codebases, or producing technical reports. Returns confidence-rated findings with cited sources.
Forge architecture agent. Reviews existing systems or designs new ones. Returns ASCII component diagram, categorized findings across scalability, reliability, security, and observability, ADR suggestions, and a verdict.
Forge code review agent. Multi-dimensional review across correctness, security, performance, and test coverage. Returns severity-rated findings with file:line references and a ship-readiness verdict.
AI/LLM engineering patterns. Triggers when building agents, prompts, MCP servers, evals, or RAG. Model selection, caching, tool design, multi-agent orchestration.
Architecture review and design. Triggers on /forge:arch. Scalability, reliability, consistency, observability, security, ops.
Documentation generation. Triggers on /forge:docs. Reads actual code to produce README, API reference, architecture doc, or runbook. Never guesses.
Eval-driven development for AI features. Triggers on /forge:eval or when any LLM-powered feature, prompt, or agent changes. Define pass/fail before implementing.
Code simplification without behavior change. Triggers on /forge:refine. Removes duplication, improves naming, flattens nesting, deletes dead code.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Verified owner:Prashant
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Requires secrets
Needs API keys or credentials to function
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
An AI coding toolkit that fits into how you already work.
8 slash commands · 9 skills · 3 agents · works with any LLM
/forge:review
[CRITICAL] security — Hardcoded API key in source
File: src/api/client.ts:14
Problem: API key assigned to const — committed to version control
Fix: Move to process.env.API_KEY, add to .gitignore
[HIGH] correctness — Off-by-one in pagination
File: src/lib/paginate.ts:42
Problem: Loop runs to items.length instead of items.length - 1
Fix: Change loop condition to i < items.length - 1
Decision: BLOCK
CRITICAL: 1 HIGH: 1 MEDIUM: 2 LOW: 0
Tired of writing the same review prompts over and over? Forge is a Claude Code plugin that gives you proper commands for the things you do every day: code review, security audits, TDD, architecture planning, docs, and more. Each one has a consistent output format and a clear ship/block verdict.
It works with whatever model you're running — Claude, GPT-4o, Gemini, or a local model like Llama or Mistral. You don't have to change anything.
One-click via claude.com: Go to claude.com/plugins, search Forge, hit Install in Claude Code.
Official marketplace (coming soon):
/plugin install forge@claude-plugins-official
Via GitHub:
claude plugin install Prashantxo/Forge
Via Claude Plugin Hub:
npx claudepluginhub install forge
Manual:
git clone https://github.com/Prashantxo/Forge
cd Forge
claude plugin validate
| Command | What it does |
|---|---|
/forge:review | Reviews your diff or a PR. Returns severity-rated findings and a ship verdict. |
/forge:secure | OWASP Top 10 audit. Covers secrets, injection, auth, supply chain. |
/forge:arch | Reviews existing architecture or designs a new one from your description. |
/forge:tdd | Writes failing tests first, waits for your approval, then implements. |
/forge:docs | Generates README, API reference, architecture doc, or runbook. |
/forge:refine | Simplifies changed code without touching behavior. |
/forge:eval | Defines pass/fail criteria before you touch any LLM feature. |
/forge:standards | Checks naming, types, error handling, and observability patterns. |
Skills load automatically based on what you're doing. No manual activation.
| Skill | Activates when |
|---|---|
forge:review | Reviewing PRs or changed files |
forge:secure | Code touches auth, inputs, APIs, payments, or secrets |
forge:arch | Designing or evaluating system architecture |
forge:tdd | Writing new features or fixing bugs |
forge:agentic | Building agents, prompts, MCP servers, evals, or RAG pipelines |
forge:docs | Generating documentation of any kind |
forge:refine | Cleaning up recently changed code |
forge:eval | Shipping or changing any LLM-powered feature |
forge:standards | Code quality review or setting up a new module |
| Agent | Best with | Does |
|---|---|---|
forge-reviewer | Any model | Code review across 6 dimensions |
forge-architect | MAX tier preferred | Architecture diagrams, ADRs, verdicts |
forge-analyst | Any model | Deep research with adversarial verification |
Agents inherit whatever model you're running. No model names hardcoded anywhere.
Forge detects what your model can do and adjusts depth accordingly. Override anytime with FORGE_TIER=max|standard|fast.
| Tier | When it kicks in | What you get |
|---|---|---|
| MAX | Frontier reasoning models | Full depth, all phases, detailed findings |
| STANDARD | Mid-range models (default) | Full phases, concise output |
| FAST | Lightweight / local models | 3 phases, bullets, CRITICAL + HIGH only |
npx claudepluginhub prashantxo/forgeHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.