From codex-advisor
Use when the user wants to refine, sharpen, improve, rewrite, or turn a rough coding request into a precise actionable spec before Claude Code executes it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-advisor:refineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to refine a rough coding request before acting on it.
Use this skill to refine a rough coding request before acting on it.
Your job is to call the Codex Advisor bridge, show the refined spec, and stop for user confirmation. Do not implement the refined spec unless the user explicitly confirms.
Prefer stdin so shell quoting cannot change the request:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-refine.mjs" <<'CODEX_ADVISOR_REQUEST'
<request to refine>
CODEX_ADVISOR_REQUEST
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub saadjs/codex-advisor --plugin codex-advisor