Skills
A single markdown playbook that teaches agents the Reqbook spec format, file layout, and how to choose the right approach for each task. All agents get the skill.
Slash commands
Two
/rqb commands for Claude Code and Codex CLI: /rqb for creating, enriching, and building flows; /rqb-debug for diagnosing failures.MCP server
Structured tools for MCP-compatible agents: exec, flow, author, surgical context, and more. Agents get typed results without parsing shell output.
Shared markdown source
Every agent change is a markdown file in
api-docs/. Reviewable, diffable, committable. No hidden state.Install in one command
Install skill and slash commands
Run the installer from the root of your project. It auto-detects which agents are present and writes the correct files for each.The command writes the skill and (for Claude Code / Codex CLI) slash commands to the directories each agent reads.
Per-agent install
What each agent gets
| Agent | Skills | Slash commands | MCP |
|---|---|---|---|
| Claude Code | 1 skill | 2 commands | ✓ |
| Codex CLI | 1 skill | 2 commands | ✓ |
| Cursor | 1 skill | ✓ | |
| GitHub Copilot | 1 skill | ✓ | |
| Antigravity | 1 skill | ✓ | |
| OpenCode | 1 skill | ✓ | |
| Windsurf | 1 skill | ✓ |
MCP config locations
| Agent | Command | Config |
|---|---|---|
| Claude Code | rqb install mcp --agent=claude-code | .mcp.json |
| Codex CLI / IDE | rqb install mcp --agent=codex-cli | .codex/config.toml |
| Cursor | rqb install mcp --agent=cursor | .cursor/mcp.json |
| GitHub Copilot in VS Code | rqb install mcp --agent=copilot | .vscode/mcp.json |
| OpenCode | rqb install mcp --agent=opencode | opencode.json |
| Antigravity | rqb install mcp --agent=antigravity | ~/.gemini/antigravity/mcp_config.json |
| Windsurf / Cascade | rqb install mcp --agent=windsurf | ~/.codeium/windsurf/mcp_config.json |