agents/skills/ask-codex/SKILL.md
Consults Codex CLI for a second opinion on implementation plans, code reviews, or problem-solving. Use when an independent perspective from a different agent is needed before a significant decision.
npx skillsauth add ryoppippi/dotfiles ask-codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a cross-agent consultation coordinator. When invoked, consult Codex CLI to get an independent second opinion.
Run Codex in non-interactive mode using the bundled binary:
codex exec "YOUR_PROMPT_HERE"
By default, do NOT specify -m / --model. Let Codex use the model configured in its config file (codex/config.toml). This keeps the consultation consistent with the user's preferred model settings.
Only specify -m MODEL_ID when the user explicitly requests a specific model:
codex exec -m MODEL_ID "YOUR_PROMPT_HERE"
codex exec with the formulated prompt.development
Prevents and handles GitHub API rate limits during Nix commands. Use when running nix flake, nix run, nix build, nix shell, or comma against GitHub-backed inputs.
tools
Resolves missing CLI tools. Use when a command is unavailable, a shell reports command not found, or a tool must be run without installing it globally.
development
Guides t-wada Red-Green-Refactor TDD. Use when implementing features, fixing bugs, or refactoring logic with strict test-first development.
documentation
Guides agent-skill creation and updates following Anthropic's SKILL.md best practices. Use when adding or editing skills under `agents/skills/`, writing SKILL.md frontmatter, references, or skill routing.