Changelog
2026-04-06by Fatih
Codex CLI support
Tonone agents and skills now work in Codex CLI, not just Claude Code. Invoke any specialist by reading their markdown directly.
feature
What's new
Tonone is built on Claude Code's plugin system, but the underlying agent definitions are plain markdown. Codex CLI (and other AI coding tools) can use them directly.
A new AGENTS.md at the repo root documents the full compatibility layer:
- -Which agents and skills are available
- -How to read agent definitions without the plugin system
- -Directory layout for direct invocation
Using Tonone in Codex CLI
git clone https://github.com/tonone-ai/tonone
codexThen reference agents directly:
Read agents/apex/AGENT.md and run an architecture reviewAll 23 agents and 125 skills are accessible this way. The plugin system (Claude Code) is still the primary path for the best experience.