What problem does it solve? Moving a Claude Code configuration (rules, skills, commands, agents, hooks) to another AI coding host like Codex, OpenCode, Gemini CLI, Cursor, or Windsurf is error-prone because each host uses different file formats, paths, and frontmatter constraints that change frequently. ## Core Features & Use Cases - Docs-first research: Looks up the target host's current official documentation online before generating anything, never relying on memory of outdated formats. - Structured mapping: Maps principles, slash commands, subagents, and hooks to the target's equivalents (AGENTS.md, GEMINI.md, .cursorrules, SKILL.md skills), with role-adaptation notes where subagents are unsupported. - Validation before completion: Strictly parses every generated YAML/JSON/TOML frontmatter, confirms referenced paths exist, and reports what could not be ported. - Use Case: You want your spec-driven workflow on Codex; the skill researches Codex's current AGENTS.md and skills format, then generates equivalent files with validated manifests. ## Quick Start Ask the agent to port this configuration to Codex using its current official documentation and validate the generated files.