Download & install
The same reviewed recipes are reachable from the web, your terminal, or any MCP-compatible agent host. Pick the surface that fits your workflow.
Fastest path: one command detects your agent harness — Claude Code, Codex CLI, or OpenCode — and registers the MCP server and agent skill.
npx @codewright/installWeb
Search and browse recipes straight from the site — no install required.
open "https://codewright.tools/search"Quick start
- Open the search page and describe the task you're stuck on.
- Pick a result and review the risk level, undo path, and steps.
Companion CLI
Run recipes from your terminal with preview, confirm, and verify built in.
npx @codewright/cli search "undo last commit"Quick start
- Run the command above to search for a task.
- codewright show <id> to preview the full recipe.
- codewright run <id> to execute it with confirm + undo.
MCP client
Add Codewright's tools to any MCP-compatible agent host.
{"mcpServers":{"codewright":{"command":"npx","args":["-y","@codewright/mcp"]}}}Quick start
- Paste the config above into your MCP host's settings.
- Restart the host so it picks up the codewright server.
- Ask your agent to search or run a recipe by task.
Agent skill
Give a coding agent the search → confirm → verify workflow directly.
pnpm --filter @codewright/agent-skill recipe search "undo last commit"Quick start
- Run the command above from your agent's shell tool.
- Confirm the risk level before the agent executes anything.
Claude Code plugin
Install the MCP server and agent skill together, entirely from inside Claude Code — no terminal needed.
/plugin marketplace add highnet/codewright-plugin
/plugin install codewright@codewrightQuick start
- Paste both lines above into a Claude Code session.
- Ask Claude to search or run a recipe by task.