Skip to main content
Skills are markdown playbooks embedded in the Reqbook binary. When installed, agents read them from their config directories and apply them automatically when a user prompt matches a known intent — you do not need to mention Reqbook explicitly.

rqb

Covers the full Reqbook workflow: project layout, endpoint spec format, Assertions operators, pipeline capture patterns, MCP tool reference, and routing rules for when to use each slash command.

Install

This writes the skill to every supported agent’s config directory. To target one agent:

What the skill teaches

Project layout

Endpoint format

Required frontmatter: resource, protocol: http, method, path (:param for path params), version: 1. Sections in order: ## Request## Expected response## Error responses (optional) → ## Assertions (optional) → ## Tests (optional) → ## Notes (optional).

Assertions

Structured rules that run after each execution:

Pipeline capture patterns

Routing table

The skill routes the agent to the right tool or command based on the situation:

Supported agents

All agents receive the same skill content — only the file format differs.