lidge-jun

Codexclaw — AI skill for Claude Code

AI community

Development discipline + multi-model subagents for OpenAI Codex — 13 dev skills, PABCD workflow, repo map, recall, skill search.

How to install Codexclaw

This entry records only its repository, not the path inside it, so there is no exact command to give. Open lidge-jun/codexclaw and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Codexclaw does

Development discipline + multi-model subagents for OpenAI Codex — 13 dev skills, PABCD workflow, repo map, recall, skill search. Single plugin, no external harness.

Alternatives in AI

  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • Multi Workflow — 工作流 - 多模型协同开发 (Multi-Model Collaborative Development) 1.9k ★
  • Loushang — AI-native agent harness for coding workflows by python: multi-model LLM orchestration, stateful sessions, tool 1.3k ★

README

**English** | [한국어](README.ko.md) | [中文](README.zh.md)

codexclaw

codexclaw

Development discipline and multi-model subagents for OpenAI Codex,
packaged as a single plugin.

CI 2,670 tests passing 28 skills 23 hooks Documentation MIT

Workflow inspiration: [OMO / oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent). Some components are adapted from historical MIT-licensed LazyCodex/OMO; [credits, pinned sources and modifications](NOTICE.md). CodexClaw is a separate, unofficial project.


codexclaw turns the Codex runtime into a disciplined development environment. It does not ship its own agent harness — it layers skills, hooks, and components directly on `codex`, adding structured workflows, coding discipline, and multi-model orchestration that the base runtime doesn't provide.

Features

**Dev Skill Family** — 12 surface-specific routers (`dev-architecture`, `dev-backend`, `dev-frontend`, `dev-testing`, `dev-security`, `dev-debugging`, `dev-data`, `dev-devops`, `dev-code-reviewer`, `dev-scaffolding`, `dev-diagram-viewer`, `dev-uiux-design`) governed by a canonical parent (`dev`). Every router inherits the parent's rule classes, verification gate, and safety rules. 155 unique rule IDs