Codex Branch banner
Mizoreww Mizoreww

Codex Branch

Git community intermediate

Description

Production-ready configuration for [Claude Code](https://claude.com/claude-code) — one-command install of global instructions, multi-language coding rules (Python / TypeScript / Go), 23 curated plugins, custom skills ([adversarial-review](https://github.com/poteto/noodle), paper-reading, [humanizer]

Installation

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

README

**English** | [中文](./README.zh-CN.md) | [Codex Branch](https://github.com/Mizoreww/awesome-claude-code-config/tree/codex) | [Changelog](./CHANGELOG.md)

Awesome Claude Code Configuration

Production-ready configuration for [Claude Code](https://claude.com/claude-code) — one-command install of global instructions, multi-language coding rules (Python / TypeScript / Go), 23 curated plugins, custom skills ([adversarial-review](https://github.com/poteto/noodle), paper-reading, [humanizer](https://github.com/blader/humanizer), [humanizer-zh](https://github.com/op7418/Humanizer-zh), update-config), custom status bar, MCP integration, and a self-improvement loop that remembers corrections across sessions.

Showcase

**Paper Reading Skill in action** — Structured research paper analysis with the `paper-reading` skill. See the full summary: [Attention Is All You Need — Paper Summary](docs/Attention_Is_All_You_Need.md)

**Adversarial Review Skill in action** — Cross-model adversarial code review. Claude spawns Codex reviewers with distinct critical lenses (Skeptic, Architect, Minimalist), then synthesizes a structured verdict (PASS / CONTESTED / REJECT). See the full showcase: [Adversarial Review Showcase](docs/adversarial-review-showcase.md)

Directory Structure

.
├── CLAUDE.md              # Global instructions
├── settings.json          # Settings (permissions, plugins, hooks, model)
├── lessons.md             # Self-correction log template (auto-loaded via hook)
├── rules/                 # Multi-language coding standards (common + python/typescript/golang)
├── hooks/                 # Statusline with gradient progress bars (context + 5h usage)
├── mcp/                   # MCP server config (Lark-MCP)
├── plugins/               # Plugin installation guide (23 plugins, 8 marketplaces)
├── skills/                # Custom skills (adversarial-review, paper-reading, humanizer, humanizer-zh, update-config)
├── docs/                  # Research paper summaries

...