Skip to content

Installation

Install the /forge skill for Claude Code, Cursor, Codex, Gemini and 40+ AI agents:

Terminal window
npx skills add ForgePlan/marketplace --skill forge

After installation, use in chat:

/forge "Add OAuth2 authentication"

Alternative: if you already have the CLI installed, use the built-in command instead — it embeds the skill file directly, no network required:

Terminal window
forgeplan setup-skill

See forgeplan setup-skill for details.

Discover more plugins: Marketplace Overview.

Terminal window
brew install forgeplan/tap/forgeplan
Terminal window
cargo install forgeplan

Download pre-built binaries from GitHub Releases.

Add to your project’s .mcp.json:

{
"mcpServers": {
"forgeplan": {
"command": "forgeplan",
"args": ["serve"],
"env": {}
}
}
}
Terminal window
forgeplan init -y

This creates .forgeplan/ directory with config and LanceDB storage.

Terminal window
forgeplan --version
forgeplan health