codex

Route deprecated /codex invocations to TECH or /audit codex with structured redirects.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill codex-cryptopafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/codex
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill codex-cryptopafi

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does the codex command return a deprecation redirect instead of executing my build?

The codex command returns a deprecation redirect because the legacy dispatch agent is obsolete. It halts execution immediately to prevent accidental use of deprecated workflows and guides users to current tooling like TECH or /audit codex.

How do I route my code refactoring requests now that codex is deprecated?

To route code refactoring requests, direct them to the TECH agent instead of codex. The deprecated skill aborts legacy invocations and emits a structured CODEX_REDIRECT response indicating the correct active developer agent for build, fix, or refactor tasks.

What is the CODEX_REDIRECT response and how does it handle cross-model audits?

The CODEX_REDIRECT response is a structured metadata output containing status, original request, and routing recommendations. It handles cross-model audits by directing those specific requests to the /audit codex endpoint instead of executing legacy steps.

Can I use codex for automated code fixes without triggering the deprecation guard?

No, you cannot use codex for automated code fixes without triggering the deprecation guard. The skill immediately halts execution for any user or automation requests attempting to use codex, refusing to run legacy procedures.

When should I use the TECH agent versus the /audit codex endpoint?

Use the TECH agent for building, fixing, or refactoring code requests, and use the /audit codex endpoint for cross-model audits. The codex deprecation guard evaluates your original request to determine the correct routing path.