Orchestrates BMAD, Superpowers, Sudocode, Context7, security-guidance, and agency-agents into a composable skill-based development workflow with conditional LSP support for Rust and TypeScript.
npx claudepluginhub romaindecoster/ironforge --plugin ironforgeRuns the BMAD analysis phases to produce structured project artefacts: brief, PRD, and architecture. Activates the appropriate BMAD agent for each phase. Each phase requires explicit user validation before the next begins. Produces files consumed by /ironforge:bmad-to-sudocode.
Converts existing BMAD artefacts (brief, PRD, architecture) into Sudocode specs and issues. Invocable standalone on projects that already have BMAD docs. Checks which files exist, maps each to Sudocode, and generates a dependency graph between issues.
Ironforge full pipeline orchestrator. Chains all skills in order for a new project or feature: start → bmad-analyze → bmad-to-sudocode → implement → review. Use this for projects with no existing artefacts. For projects with partial artefacts, invoke individual skills directly.
Subagent that queries the Graphify knowledge graph and returns a ≤300-token structured summary. Called by BMAD agents (bmad-analyze, implement, full-workflow) before each phase. Never call MCP graph tools directly in the main session — always go through this subagent.
Initialize Graphify on an existing project. Builds the code knowledge graph, configures the Claude Code integration, installs git hooks for incremental rebuild, and adds graphify-out/ to .gitignore. Only useful for existing projects — greenfield projects have no ROI.
Implements Sudocode issues one by one in dependency order using strict TDD (RED → GREEN → REFACTOR → COMMIT). Activates Context7 for library documentation and leverages LSP diagnostics when available. Updates issue status in Sudocode after each commit.
Reviews implemented code via agency-agents before merge. Runs @engineering-code-reviewer on the diff, then @testing-reality-checker for QA sign-off. Blocks on critical findings and loops back to /ironforge:implement for fixes.
Verify and install all Ironforge dependency plugins. Run this once after installing Ironforge, or anytime you need to check that all dependencies are properly configured.
Ironforge entry point. Reads the project context, proposes a workflow mode (FAST / FEATURE / FULL) with a short justification, and suggests the next skill to invoke. The user confirms or corrects before anything is executed.
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.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders