Claw Code Omniroute — Development skill for Claude Code
An independent Python feature port of Claude Code, entirely rewritting from scratch using oh-my-codex.
How to install Claw Code Omniroute
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open diegosouzapw/claw-code-omniroute and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claw Code Omniroute does
An independent Python feature port of Claude Code, entirely rewritting from scratch using oh-my-codex. Educational Purpose only.
Alternatives in Development
- Codex Claude Academic Skills — 本仓库包含三个面向学术科研人员的Skills,覆盖从文献阅读、论文写作到科学计算的完整研究工作流 3.2k ★
- Tau — A Python port of Pi’s minimalist coding agent 2.5k ★
- Claw Code Agent — Claw Code No Rust No TypeScript Only Python 543 ★
README
Claude Code Python Porting Workspace
The primary `src/` tree in this repository is now dedicated to **Python porting work**. The March 31, 2026 Claude Code source exposure is part of the project's background, but the tracked repository is now centered on Python source rather than the exposed TypeScript snapshot.
Porting Status
The main source tree is now Python-first.
src/contains the active Python porting workspacetests/verifies the current Python workspace- the exposed snapshot is no longer part of the tracked repository state
The current Python workspace is not yet a complete one-to-one replacement for the original system, but the primary implementation surface is now Python.
Why this rewrite exists
I originally studied the exposed codebase to understand its harness, tool wiring, and agent workflow. After spending more time with the legal and ethical questions—and after reading the essay linked below—I did not want the exposed snapshot itself to remain the main tracked source tree.
This repository now focuses on Python porting work instead.
Repository Layout
.
├── src/ # Python porting workspace
│ ├── __init__.py
│ ├── commands.py
│ ├── main.py
│ ├── models.py
│ ├── port_manifest.py
│ ├── query_engine.py
│ ├── task.py
│ └── tools.py
├── tests/ # Python verification
├── assets/omx/ # OmX workflow screenshots
├── 2026-03-09-is-legal-the-same-as-legitimate-ai-reimplementation-and-the-erosion-of-copyleft.md
└── README.md
Python Workspace Overview
The new Python `src/` tree currently provides:
port_manifest.py— summarizes the current Python workspace structuremodels.py— dataclasses for subsystems, modules, and backlog statecommands.py— Python-side command port metadatatools.py— Python-side tool port metadataquery_engine.py— renders a Python porting summary from the
Related Skills
Claw Code
Rewriting Project Claw Code — Python rewrite of Claude Code agent harness. Forked from instructkr/claw-code.
Pygin
Pygin - a from-scratch UCI chess engine in Python + C, with a hand-written search and evaluation and the entir
Mini Agent Framework
A small, reusable, single-agent framework built from scratch in Python. It uses a bounded ReAct execution loop
Validate Consensus
Spawn N independent validators to assess the same feature and synthesize a unified consensus verdict with conf
Plan Do
Orchestrate Django/Python feature implementation with architecture, coding, and review phases
ClaudeAgentSDK
Swift SDK for Claude Code — feature parity with the official Python SDK
Related Agents
Codex Second Opinion
Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa
Smoke QA
Use after web/CLI changes, before declaring work done — builds the bundled CLI from the current tree, boots it
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de