What problem does it solve?
This Skill prevents use of an obsolete coding dispatch agent by aborting any invocation of /codex and guiding users to current tooling and audit paths, eliminating confusion and accidental execution of deprecated workflows.
Core Features & Use Cases
- Deprecation Guard: Immediately halts execution when /codex is invoked and clearly communicates deprecation.
- Structured Redirect: Emits a standardized CODEX_REDIRECT response with status, original request, and routing recommendations.
- Routing Paths: Directs build/fix/refactor requests to the TECH agent and cross-model audits to /audit codex.
- Use Case: A user or automation that calls /codex build X receives a clear, machine-readable redirect to TECH instead of attempting to run legacy Codex procedures.
Quick Start
If a user invokes /codex, reply with the CODEX_REDIRECT structured response and route their request to TECH or /audit codex as appropriate.