From humanize-rs
Consult Codex as an independent expert. Sends a question or task to `humanize ask-codex` and returns the response.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize-rs:ask-codexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a question or task to Codex and return the response.
Send a question or task to Codex and return the response.
Execute the Humanize CLI command with the user's arguments:
humanize ask-codex $ARGUMENTS
| Exit Code | Meaning |
|---|---|
| 0 | Success - Codex response is in stdout |
| 1 | Validation or invocation error |
| 124 | Timeout - suggest using --timeout with a larger value |
| Other | Underlying Codex process error - report the exit code and any stderr output |
.humanize/skill/<timestamp>/output.md for referencegpt-5.4, effort xhigh, and timeout 3600 secondsnpx claudepluginhub cupnfish/humanize-rs --plugin humanize-rsSends a question or task to an independent Codex instance and returns its response. Useful for parallel review, second opinions, or delegating subtasks.
Runs Codex CLI tasks with configurable model, reasoning effort, and sandbox mode. Handles session resume and stdin redirection to prevent hangs.
Delegates complex code generation, refactoring, architectural analysis, and review tasks to OpenAI's Codex CLI (GPT-5.3-codex models) via safe workflows with sandboxing and approvals. Activates on explicit triggers like 'use codex' or 'codex exec'.