codex-ready

Convert Claude Code repositories into Codex-compatible environments with adapter files and mirrored skills.

Updated May 7, 2026
One-click install
npx skills add https://github.com/BeltDoor/aios-template --skill codex-ready
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-ready
Source: https://github.com/BeltDoor/aios-template/tree/main/.king-intelligence/plugins/king-intelligence/skills/codex-ready
Command: npx skills add https://github.com/BeltDoor/aios-template --skill codex-ready

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users adapt a Claude Code repository for OpenAI Codex without losing existing workflows, knowledge, or project structure.

Core Features & Use Cases

  • Repository Compatibility Audit: Reviews Claude Code files, skills, hooks, agents, MCP servers, and memory patterns to identify what transfers to Codex.
  • Codex Adapter Buildout: Creates and configures AGENTS.md,.agents/skills mirrors, Codex configuration, and hook adaptations while preserving Claude Code functionality.
  • Use Case: A developer who wants to switch between Claude Code and Codex can use this Skill to create a dual-tool setup where both agents share the same project knowledge.

Quick Start

Use the codex-ready skill to audit this repository and prepare it for running with OpenAI Codex.

Frequently Asked Questions about codex-ready

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

FAQPage Schema
How do I migrate a Claude Code repository to Codex without losing project workflows?

Repository compatibility for Codex is achieved by auditing Claude Code files, skills, hooks, and MCP servers, then generating Codex adapter files and .agents/skills mirrors while maintaining safe separation between Claude-specific and Codex-specific components.

How does converting Claude Code hooks for Codex work?

Converting Claude Code hooks for Codex works by applying hook adaptations within the Codex configuration, ensuring the dual-agent setup maintains safe separation between Claude-specific and Codex-specific components while preserving project workflows.

Can I run Claude Code and Codex in a dual-agent setup using the same repository?

Running Claude Code and Codex in a dual-agent setup is possible by mirroring skills and validating compatibility, allowing both AI coding agents to share the same project knowledge and repository configuration without losing existing workflows.

Does adapting a repository for Codex break existing Claude Code functionality?

Adapting a repository for Codex preserves existing Claude Code functionality by maintaining safe separation between Claude-specific and Codex-specific components while generating adapter files and mirroring skills.

What is a Codex adapter file and when do I need one for repository migration?

A Codex adapter file, such as AGENTS.md, is a configuration file generated during repository migration to bridge Claude Code patterns with Codex-compatible environments, needed when setting up dual-agent configurations or porting skills.