A self-contained Python CLI that migrates configurations between Claude Code and OpenCode formats. Supports bidirectional migration. Uses uv with PEP 723 inline dependencies for zero-setup execution.
# Forward: Claude Code → OpenCode
uv run migrate_claude_to_opencode.py --dry-run # Preview changes
uv run migrate_claude_to_opencode.py --all # Migrate everything