Adapt Claude To Agents
Generate a project-local Codex template source from a project's root
CLAUDE.md. The output is AGENTS.md.tmpl, not the final compiled
AGENTS.md.
Workflow
- Read the project's root
CLAUDE.md. - Preserve portable project guidance: project description, repository layout, build/test commands, verification paths, and cross-project conventions.
- Remove or rewrite Claude-only operational details that do not belong in a Codex project template.
- Write a reviewable
AGENTS.md.tmplthat can be merged with Praxion's shared Codex baseline.
Bundled Script
Use scripts/claude_to_agents.py for deterministic generation during
install.sh codex. The installer may call the script directly; the output still
follows this skill's workflow and contract.
Guardrails
- Treat
AGENTS.md.tmplas project-local source. - Treat final
AGENTS.mdas compiled output. - Do not copy Praxion's shared Codex baseline into the generated project template.
- Favor conservative removal over speculative rewriting when Claude-only details are ambiguous.
Source: francisco-perez-sorrosal/praxion — distributed by TomeVault.