> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trynito.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cookbook

> End-to-end recipes that solve a real task with Nito plugin commands and scripts, the same way in Claude Code, Codex, and the terminal.

Each recipe is a complete workflow, from setup to a result you can act on, using the commands you already have. Terminal recipes include a runnable script; in-chat steps are shown for both hosts, `/nito:` in Claude Code and `$nito:` in Codex.

<CardGroup cols={2}>
  <Card title="Private Code Review Pipeline" icon="shield-halved" href="/cookbook/private-code-review">
    Review a git diff from your terminal across Private-tier models with Fusion, so your code never reaches your IDE's provider.
  </Card>

  <Card title="Multi Model Answer Checker" icon="scale-unbalanced" href="/cookbook/second-opinion">
    Cross-check Claude Code or Codex's own answer against independent models with Fusion, in-session.
  </Card>

  <Card title="Document Q&A Pipeline" icon="folder-tree" href="/cookbook/batch-document-qa">
    Ask questions of one file or a whole folder, extract structured JSON, and aggregate the answers.
  </Card>

  <Card title="Screenshot Debugger" icon="image" href="/cookbook/screenshot-debugging">
    Attach a screenshot of an error, UI, or diagram to a vision model and get an explanation.
  </Card>

  <Card title="Commit Message Git Hook" icon="code-commit" href="/cookbook/commit-message-hook">
    Prefill commit messages from the staged diff with a fail-open git hook.
  </Card>
</CardGroup>
