Help us improve
Share bugs, ideas, or general feedback.
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 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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