codex-export

Converts the current project's .claude/ directory into .clay format.

5|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/no-problem-dev/claude-code-plugins --skill codex-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-export
Source: https://github.com/no-problem-dev/claude-code-plugins/tree/main/plugins/deploy-to-codex/skills/codex-export
Command: npx skills add https://github.com/no-problem-dev/claude-code-plugins --skill codex-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the conversion of your Claude Code project's .claude/ directory into a Codex CLI-compatible .agents/ structure, enabling you to use your skills and agents in different environments.

Core Features & Use Cases

  • Automated Conversion: Transforms .claude/skills/, .claude/agents/, and .claude/contexts/ into the .agents/ format.
  • Compatibility: Ensures your Claude Code projects can be utilized with Codex CLI.
  • Use Case: After developing a set of custom skills and agents in your project's .claude/ directory, use this Skill to prepare them for deployment or use with the Codex CLI.

Quick Start

Use the codex-export skill to convert the current project's .claude/ directory into the .agents/ format.

Frequently Asked Questions about codex-export

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

FAQPage Schema
How do I convert Claude Code .claude/ directory to Codex CLI format?

Converting Claude Code .claude/ directory to Codex CLI format requires transforming skills, agents, and contexts into a .agents/ structure. The codex-export tool scans your project, classifies compatibility, and generates the required files with metadata.

What compatibility classifications are applied when exporting Claude Code agents?

Exporting Claude Code agents classifies files as PORTABLE, PARTIAL, or MCP_ONLY. This compatibility scanning determines how each skill and agent context is transformed into the Codex CLI .agents/ format for cross-environment usage.

Can I use Claude Code skills and agents with Codex CLI?

Using Claude Code skills with Codex CLI is possible by converting the .claude/ directory into a .agents/ structure. The tool ensures compatibility by integrating context files into AGENTS.md and generating required metadata for deployment.

How does context integration work when migrating to Codex CLI .agents/ format?

Context integration during migration to Codex CLI .agents/ format works by scanning .claude/contexts/ and incorporating them into AGENTS.md. The conversion process transforms project structures while preserving compatibility classifications and generating metadata.

What's the best way to prepare Claude Code project structures for Codex CLI deployment?

Preparing Claude Code project structures for Codex CLI deployment is best done by automating the conversion of .claude/skills/ and .claude/agents/ into .agents/ format. The tool classifies compatibility and transforms files into the required structure.

Does codex-export support partial compatibility for MCP-only agents?

Codex-export supports partial compatibility by classifying MCP-only agents during the .claude/ to .agents/ conversion. It scans and tags files appropriately, ensuring only PORTABLE and PARTIAL components are fully transformed.