deploy-to-codex

Convert Claude Code plugins into Codex CLI compatible formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the conversion of Claude Code plugins into a format compatible with the Codex CLI, streamlining the deployment and usage of AI agent functionalities across different environments.

Core Features & Use Cases

  • Cross-Platform Compatibility: Transforms Claude Code skills and agents into .agents/skills/ and AGENTS.md files for Codex CLI.
  • Automated Conversion: Handles the complex process of reformatting markdown, metadata, and code references.
  • Use Case: A developer has built a suite of Claude Code plugins and wants to make them easily accessible via the Codex CLI for local development and testing. This skill automates that transition.

Quick Start

Use the deploy-to-codex skill to convert the current Claude Code plugin repository into Codex CLI compatible files.

Frequently Asked Questions about deploy-to-codex

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

FAQPage Schema
How do I convert Claude Code plugins to Codex CLI format?

The conversion mechanism classifies skills based on MCP, Task, or CLI fallback patterns, then transforms frontmatter and body content accordingly to generate Codex CLI compatible files and an `AGENTS.md` catalog.

How do I migrate Claude Code agent definitions for local development in Codex CLI?

Converting Claude Code skills involves classifying each skill into MCP, Task, or CLI fallback patterns, then transforming the frontmatter and body content to output a `.agents/skills/` directory and an `AGENTS.md` catalog.

Does the Codex CLI support Claude Code SKILL.md files directly?

You need existing Claude Code plugin structures, including SKILL.md and agent definitions, as input. The conversion process requires classifying these into MCP, Task, or CLI fallback patterns to generate the correct Codex CLI output.

What is the best way to deploy AI agent skills across different CLI environments?

This conversion approach focuses on transforming frontmatter and body content by classifying skills into MCP, Task, or CLI fallback patterns, differentiating it from manual formatting by automating cross-platform compatibility.

How are MCP and Task patterns handled when converting plugins to Codex CLI?

MCP and Task patterns are handled by classifying skills into these specific categories, then transforming their frontmatter and body content accordingly to generate the appropriate `.agents/skills/` directory structure for Codex CLI.