parisbs

Verify Catalog — AI skill for Claude Code

AI community

Check the model catalog code against the installed Codex CLI.

How to install Verify Catalog

Installs to ~/.claude/commands/parisbs-codex-subagent-mcp-verify-catalog.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/parisbs/codex-subagent-mcp/HEAD/.claude/commands/verify-catalog.md -o ~/.claude/commands/parisbs-codex-subagent-mcp-verify-catalog.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verify Catalog does


description: Check the model catalog code against the installed Codex CLI allowed-tools: Bash(codex debug models), Bash(codex --version), Bash(npm test), Read, Grep

The Codex model catalog changes when OpenAI ships new models. Confirm this repository still describes reality.

  1. Run codex --version and codex debug models | jq -r '.models[] | select(.visibility=="list") | "\(.slug) default=\(.default_reasoning_level) efforts=[\([.supported_reasoning_levels[].effort] | join(","))]"'.

Alternatives in AI

  • Codex — openai-codex Adversarial code review, Codex CLI integration, cross-model analysis 9.6k ★
  • Autoskills — One command. Your entire AI skill stack 6.8k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★

Full documentation available on GitHub

View Source Repository