Codex Branch
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
...
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git