Scaffold a multi-agent Claude Code development system for any project.
npx claudepluginhub nikita-voloshyn/forgelineScaffold a multi-agent Claude Code development system for any project from its vision and tech stack.
Scaffold a multi-agent AI development system for any project — in minutes.
Forgeline is a plugin for Claude Code. Look at it as a "team builder" for AI developers. Instead of writing complex configuration files manually, you run one command, answer simple questions, and Forgeline automatically generates an entire AI team that knows your project's code and is ready to work. It creates agents, sets up rules, and builds your tools in 5 minutes instead of 4 hours.
npm install -g @anthropic-ai/claude-code).Open Claude Code (type claude in your terminal) and run these two commands one by one to download and activate the plugin:
/plugin marketplace add nikita-voloshyn/forgeline
/plugin install nikita-voloshyn/forgeline
Run this command inside Claude Code:
/setup-agents
Forgeline will guide you through 8 interactive steps. It's safe—nothing is created until the final confirmation.
Now that your team is ready, building features is a very simple 3-step process. You just tell the AI what to build using these commands:
/plan "Create a user login page"
What it does: The AI breaks down your big feature into smaller, logical steps.
/assign
What it does: The AI picks the best agents for your tasks (for instance, the frontend agent handles the user interface, while the backend agent handles the database API).
/execute
What it does: The AI agents actually start writing code, fixing errors, and running tests. Just wait until the job is fully done!
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.