Installation
AI Skill (recommended for AI agents)
Section titled “AI Skill (recommended for AI agents)”Install the /forge skill for Claude Code, Cursor, Codex, Gemini and 40+ AI agents:
npx skills add ForgePlan/marketplace --skill forgeAfter 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:
forgeplan setup-skillSee forgeplan setup-skill for details.
Discover more plugins: Marketplace Overview.
CLI Binary
Section titled “CLI Binary”macOS (Homebrew)
Section titled “macOS (Homebrew)”brew install forgeplan/tap/forgeplanFrom source (Rust)
Section titled “From source (Rust)”cargo install forgeplanGitHub Releases
Section titled “GitHub Releases”Download pre-built binaries from GitHub Releases.
MCP Server (for AI agents)
Section titled “MCP Server (for AI agents)”Add to your project’s .mcp.json:
{ "mcpServers": { "forgeplan": { "command": "forgeplan", "args": ["serve"], "env": {} } }}Initialize Workspace
Section titled “Initialize Workspace”forgeplan init -yThis creates .forgeplan/ directory with config and LanceDB storage.
Verify Installation
Section titled “Verify Installation”forgeplan --versionforgeplan health