Skip to content

Marketplace Overview

The ForgePlan Marketplace is the official plugin ecosystem for Claude Code and compatible AI coding agents (Cursor, Windsurf, Codex, etc.).

The marketplace ships plugins covering methodology, development tooling, reasoning, orchestration, and UX. Exact counts vary between releases — browse the GitHub repository for the current catalog.

PluginPurposeKey commandsPage
forgeplan-workflowFull Forgeplan methodology cycle/forge, /forge-cycle, /forge-auditDetails
dev-toolkitCode auditing, sprints, research, builds/audit, /sprint, /recall, /research, /buildDetails
fpfFirst Principles Framework reasoning/fpf, /fpf decompose, /fpf evaluateFPF Guide
forgeplan-orchestraSync with Orchestra task management/session, /sync
laws-of-uxUX psychology principles for frontend/ux-review, /ux-law
agents-sparcSPARC methodology (experimental)Details

For the full list of slash commands across all plugins, see Commands Reference.

Terminal window
# Install a specific plugin
npx skills add ForgePlan/marketplace --plugin dev-toolkit
# Install the forge skill (methodology)
npx skills add ForgePlan/marketplace --skill forge

If you already have the forgeplan binary installed, the /forge skill can be installed without network access:

Terminal window
forgeplan setup-skill

This writes the embedded skill file to ~/.claude/skills/forge/SKILL.md. See forgeplan setup-skill for details.

Plugins use agentic RAG — intelligent retrieval that loads only relevant content (~300 lines per step) instead of entire knowledge bases. A skill’s SKILL.md acts as a router: it maps user needs to specific content sections, so the agent reads only what it needs for the current step.

For details on building your own plugin, see Plugin Development.