Universal dev workflow plugin for Claude Code — dev lifecycle, security auditing, and system comparison for any project, any stack
npx claudepluginhub bishwas-py/forgeUniversal dev workflow plugin — auto-detects your stack, orchestrates tasks, PRs, reviews, linting, testing, and deployment. Includes /forge:recon (autonomous security & consistency auditor with confidence letters) and /forge:compare (side-by-side system comparison).
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Universal dev workflow plugin for Claude Code. Auto-detects your stack, orchestrates the full development lifecycle from task pickup to merged PR — works on any project, any language.
First, add the marketplace:
/plugin marketplace add Bishwas-py/forge
Then install the plugin:
/plugin install forge
To update to the latest version:
/plugin marketplace update
Forge handles the full dev loop:
gh pr create with description + task referenceClaude Code does not yet support formal plugin dependencies (tracking issue). Forge adapts to what you have installed — it skips phases that lack their required plugin rather than failing.
That said, you'll get the most out of Forge with these installed:
| Plugin | Used for | Install |
|---|---|---|
| linear | Task fetching, status updates, project mapping | claude plugin install linear |
| github | PR creation, CI checks, review comments | claude plugin install github |
| Plugin | Used for | Install |
|---|---|---|
| feature-dev | Structured development, code architecture | claude plugin install feature-dev |
| code-simplifier | Pre-PR code cleanup | claude plugin install code-simplifier |
| playwright | E2E visual verification | claude plugin install playwright |
| frontend-design | UI/component work | claude plugin install frontend-design |
Forge degrades gracefully:
linear? — Fall back to GitHub Issues via gh, or skip task selection entirelygithub? — Skip PR creation, just run the pre-PR gatefeature-dev? — Develop without structured codebase analysisfrontend-design? — Develop UI without design-focused guidanceplaywright? — Skip E2E visual checkscode-simplifier? — Skip automated cleanup, rely on self-review onlyThe core value — stack detection, knowledge persistence, pre-PR quality gate — works with zero plugins.
MIT