codex-workflow-entry

Delegates legacy codex entry calls to the workflow-entry system.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill codex-workflow-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-workflow-entry
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/codex-workflow-entry
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill codex-workflow-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a compatibility layer for older systems that directly called the 'codex' entry point, ensuring they can still function by delegating to the modern 'workflow-entry' system.

Core Features & Use Cases

  • Backward Compatibility: Allows legacy systems to integrate with the new workflow system without immediate code changes.
  • Delegation: Automatically forwards requests to workflow-entry for intent routing and sandbox decisions.
  • Use Case: A legacy application that previously used codex-workflow-entry can continue to operate, with its requests now being processed by the more robust workflow-entry system.

Quick Start

Use the codex-workflow-entry skill to process a request, ensuring it delegates to workflow-entry.

Frequently Asked Questions about codex-workflow-entry

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

FAQPage Schema
How do I maintain backward compatibility when migrating legacy codex entry calls to a new workflow system?

To maintain backward compatibility for legacy codex entry calls, use a compatibility adapter that delegates intent routing and sandbox decisions to the workflow-entry system. This allows older systems to function without immediate code changes while invoking downstream execution based on the new workflow output.

What is a compatibility adapter for legacy workflow entry delegation?

A compatibility adapter for legacy workflow entry delegation is a layer that intercepts older system requests, preserves the original data, and automatically forwards it to the modern workflow-entry system for intent routing and sandbox decisions, adhering to the current execution contract.

How do I route legacy execution requests to a modern workflow-entry system?

You can route legacy execution requests by implementing a delegation adapter that forwards the original workflow entry modes to the workflow-entry system. This ensures downstream execution is invoked based on the new system's output, bridging the old and new architectures.

Can I integrate an older application with a new workflow system without rewriting code?

Yes, you can integrate an older application by using a compatibility adapter that delegates legacy codex entry calls to the workflow-entry system. This approach preserves original requests and forwards execution modes, allowing operation without immediate code changes.

Does the codex delegation adapter preserve original requests during workflow forwarding?

Yes, the delegation adapter preserves original requests while forwarding workflow entry modes to the workflow-entry system. It ensures downstream execution is invoked based on the new system's output while adhering to the codex execution contract.

When do I need a compatibility adapter for workflow entry migration?

You need a compatibility adapter for workflow entry migration when older applications directly call the codex entry point and cannot be immediately updated. It bridges the gap by delegating intent routing and sandbox decisions to the more robust workflow-entry system.