[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75092":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":10,"languages":10,"totalLinesOfCode":10,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":15,"starSnapshotCount":15,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},75092,"awesome-codex-subagents","VoltAgent\u002Fawesome-codex-subagents","VoltAgent","A collection of 130+ specialized Codex subagents covering a wide range of development use cases.","https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fvoltagent",null,5128,577,20,1,0,49,144,556,147,114.29,"MIT License",false,"main",[25,26,27,28,29,30,31],"ai-agents","awesome-list","chatgpt","codex","codex-skills","codex-subagents","subagents","2026-06-12 04:01:17","\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fvoltagent\">\n    \u003Cimg width=\"1500\" height=\"500\" alt=\"codex\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F35f56654-e3e7-4023-a7d5-acd5215455de\" \u002F>\n\u003C\u002Fa>\n\n\u003Cbr \u002F>\n\u003Cbr \u002F>\n\n\u003Cdiv align=\"center\">\n    \u003Cstrong>The awesome collection of 136+ Codex subagents across 10 categories.\u003C\u002Fstrong>\n    \u003Cbr \u002F>\n    \u003Cbr \u002F>\n\u003C\u002Fdiv>\n\n   \n\u003Cdiv align=\"center\">\n    \n[![Awesome](https:\u002F\u002Fawesome.re\u002Fbadge.svg)](https:\u002F\u002Fawesome.re)\n![Subagent Count](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fsubagents-136-blue?style=classic)\n[![Last Update](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flast-commit\u002FVoltAgent\u002Fawesome-codex-subagents?label=Last%20update&style=classic)](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-codex-subagents)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https:\u002F\u002Fs.voltagent.dev\u002Fdiscord)\n\n\u003Cbr \u002F>\n\n\n\u003Cdiv align=\"center\">\n    \u003Cstrong>More awesome collections for developers\u003C\u002Fstrong>\n    \u003Cbr \u002F>\n    \u003Cbr \u002F>\n\u003C\u002Fdiv>\n\n[![Agent Skills](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=%E2%9A%A1%20Agent&message=Skills%2012k&color=black&style=classic)](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-agent-skills)\n[![Claude Code Subagents](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=Claude&message=Code%20Subagents%2014k&color=D97757&style=classic&logo=claude&logoColor=D97757)](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-claude-code-subagents)\n[![OpenClaw Skills](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=%F0%9F%A6%9E%20OpenClaw&message=Skills%2040k&color=f53e36&style=classic)](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-openclaw-skills)\n[![AI Agent Papers](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=arxiv&message=Agent%20Papers%20328&color=b31b1b&style=classic&logo=arxiv)](https:\u002F\u002Fgithub.com\u002FVoltAgent\u002Fawesome-ai-agent-papers)\n\u003C\u002Fdiv>\n\n\n# Awesome Codex Subagents\n\nThis repository serves as the definitive collection of [Codex Subagents](https:\u002F\u002Fdevelopers.openai.com\u002Fcodex\u002Fsubagents), specialized AI assistants designed for specific development tasks. Written specifically for Codex and aligned with the official docs.\n\n## Installation\n\nUse Codex custom agent directories exactly as documented:\n\n- `~\u002F.codex\u002Fagents\u002F` for global agents (available in all projects)\n- `.codex\u002Fagents\u002F` for project-specific agents (higher precedence in that repo)\n\n1. Clone this repository.\n2. Copy the `.toml` agent files you want into one of the directories above.\n3. Restart or refresh your Codex session if needed.\n4. Delegate explicitly in prompts (Codex does not auto-spawn custom subagents).\n\nExamples:\n```bash\nmkdir -p ~\u002F.codex\u002Fagents\ncp categories\u002F01-core-development\u002Fbackend-developer.toml ~\u002F.codex\u002Fagents\u002F\n```\n\n```bash\nmkdir -p .codex\u002Fagents\ncp categories\u002F04-quality-security\u002Freviewer.toml .codex\u002Fagents\u002F\n```\n\nIf you use agent configuration in Codex, keep it in `.codex\u002Fconfig.toml` under `[agents]` as described in the official docs.\n\n\n### Subagent Storage Locations\n\n| Type | Path | Availability | Precedence |\n|------|------|--------------|------------|\n| Project Subagents | `.codex\u002Fagents\u002F` | Current project only | Higher |\n| Global Subagents | `~\u002F.codex\u002Fagents\u002F` | All projects | Lower |\n\nNote: When naming conflicts occur, project-specific subagents override global ones.\n\n\n## Subagent Structure\n\nEach subagent uses a Codex-native `.toml` format:\n\n```toml\nname = \"subagent-name\"\ndescription = \"When this agent should be invoked\"\nmodel = \"gpt-5.3-codex-spark\"\nmodel_reasoning_effort = \"medium\"\nsandbox_mode = \"read-only\"\n\n[instructions]\ntext = \"\"\"\nYou are a [role description and expertise areas]...\n\n[Agent-specific checklists, patterns, and guidelines]...\n\"\"\"\n```\n\n### Smart Model Routing\n\nEach subagent includes a `model` field that automatically routes it to the right model -- balancing quality and cost:\n\n| Model | When It's Used | Examples |\n|-------|----------------|----------|\n| `gpt-5.4` | Deep reasoning -- architecture reviews, security audits, financial logic | `security-auditor`, `architect-reviewer`, `fintech-engineer` |\n| `gpt-5.3-codex-spark` | Fast scanning, synthesis, and lighter research tasks | `search-specialist`, `docs-researcher`, `agent-installer` |\n\n### Sandbox Mode Philosophy\n\nEach subagent's `sandbox_mode` field controls filesystem access:\n- **Read-only agents** (reviewers, auditors): `sandbox_mode = \"read-only\"` - analyze without modifying\n- **Workspace-write agents** (developers, engineers): `sandbox_mode = \"workspace-write\"` - create and modify files\n\n\n## Categories\n\n### [01. Core Development](categories\u002F01-core-development\u002F)\n\nEssential development subagents for everyday coding tasks.\n\n- [**api-designer**](categories\u002F01-core-development\u002Fapi-designer.toml) - REST and GraphQL API architect\n- [**backend-developer**](categories\u002F01-core-development\u002Fbackend-developer.toml) - Server-side expert for scalable APIs\n- [**code-mapper**](categories\u002F01-core-development\u002Fcode-mapper.toml) - Code path mapping and ownership boundary analysis\n- [**electron-pro**](categories\u002F01-core-development\u002Felectron-pro.toml) - Desktop application expert\n- [**frontend-developer**](categories\u002F01-core-development\u002Ffrontend-developer.toml) - UI\u002FUX specialist for React, Vue, and Angular\n- [**fullstack-developer**](categories\u002F01-core-development\u002Ffullstack-developer.toml) - End-to-end feature development\n- [**graphql-architect**](categories\u002F01-core-development\u002Fgraphql-architect.toml) - GraphQL schema and federation expert\n- [**microservices-architect**](categories\u002F01-core-development\u002Fmicroservices-architect.toml) - Distributed systems designer\n- [**mobile-developer**](categories\u002F01-core-development\u002Fmobile-developer.toml) - Cross-platform mobile specialist\n- [**ui-designer**](categories\u002F01-core-development\u002Fui-designer.toml) - Visual design and interaction specialist\n- [**ui-fixer**](categories\u002F01-core-development\u002Fui-fixer.toml) - Smallest safe patch for reproduced UI issues\n- [**websocket-engineer**](categories\u002F01-core-development\u002Fwebsocket-engineer.toml) - Real-time communication specialist\n\n### [02. Language Specialists](categories\u002F02-language-specialists\u002F)\n\nLanguage-specific experts with deep framework knowledge.\n- [**angular-architect**](categories\u002F02-language-specialists\u002Fangular-architect.toml) - Angular 15+ enterprise patterns expert\n- [**cpp-pro**](categories\u002F02-language-specialists\u002Fcpp-pro.toml) - C++ performance expert\n- [**csharp-developer**](categories\u002F02-language-specialists\u002Fcsharp-developer.toml) - .NET ecosystem specialist\n- [**django-developer**](categories\u002F02-language-specialists\u002Fdjango-developer.toml) - Django 4+ web development expert\n- [**dotnet-core-expert**](categories\u002F02-language-specialists\u002Fdotnet-core-expert.toml) - .NET 8 cross-platform specialist\n- [**dotnet-framework-4.8-expert**](categories\u002F02-language-specialists\u002Fdotnet-framework-4.8-expert.toml) - .NET Framework legacy enterprise specialist\n- [**elixir-expert**](categories\u002F02-language-specialists\u002Felixir-expert.toml) - Elixir and OTP fault-tolerant systems expert\n- [**erlang-expert**](categories\u002F02-language-specialists\u002Ferlang-expert.toml) - Erlang\u002FOTP and rebar3 engineering expert\n- [**flutter-expert**](categories\u002F02-language-specialists\u002Fflutter-expert.toml) - Flutter 3+ cross-platform mobile expert\n- [**golang-pro**](categories\u002F02-language-specialists\u002Fgolang-pro.toml) - Go concurrency specialist\n- [**java-architect**](categories\u002F02-language-specialists\u002Fjava-architect.toml) - Enterprise Java expert\n- [**javascript-pro**](categories\u002F02-language-specialists\u002Fjavascript-pro.toml) - JavaScript development expert\n- [**kotlin-specialist**](categories\u002F02-language-specialists\u002Fkotlin-specialist.toml) - Modern JVM language expert\n- [**laravel-specialist**](categories\u002F02-language-specialists\u002Flaravel-specialist.toml) - Laravel 10+ PHP framework expert\n- [**nextjs-developer**](categories\u002F02-language-specialists\u002Fnextjs-developer.toml) - Next.js 14+ full-stack specialist\n- [**php-pro**](categories\u002F02-language-specialists\u002Fphp-pro.toml) - PHP web development expert\n- [**powershell-5.1-expert**](categories\u002F02-language-specialists\u002Fpowershell-5.1-expert.toml) - Windows PowerShell 5.1 and full .NET Framework automation specialist\n- [**powershell-7-expert**](categories\u002F02-language-specialists\u002Fpowershell-7-expert.toml) - Cross-platform PowerShell 7+ automation and modern .NET specialist\n- [**python-pro**](categories\u002F02-language-specialists\u002Fpython-pro.toml) - Python ecosystem master\n- [**rails-expert**](categories\u002F02-language-specialists\u002Frails-expert.toml) - Rails 8.1 rapid development expert\n- [**react-specialist**](categories\u002F02-language-specialists\u002Freact-specialist.toml) - React 18+ modern patterns expert\n- [**rust-engineer**](categories\u002F02-language-specialists\u002Frust-engineer.toml) - Systems programming expert\n- [**spring-boot-engineer**](categories\u002F02-language-specialists\u002Fspring-boot-engineer.toml) - Spring Boot 3+ microservices expert\n- [**sql-pro**](categories\u002F02-language-specialists\u002Fsql-pro.toml) - Database query expert\n- [**swift-expert**](categories\u002F02-language-specialists\u002Fswift-expert.toml) - iOS and macOS specialist\n- [**typescript-pro**](categories\u002F02-language-specialists\u002Ftypescript-pro.toml) - TypeScript specialist\n- [**vue-expert**](categories\u002F02-language-specialists\u002Fvue-expert.toml) - Vue 3 Composition API expert\n\n\n### [03. Infrastructure](categories\u002F03-infrastructure\u002F)\n\nDevOps, cloud, and deployment specialists.\n\n- [**azure-infra-engineer**](categories\u002F03-infrastructure\u002Fazure-infra-engineer.toml) - Azure infrastructure and Az PowerShell automation expert\n- [**cloud-architect**](categories\u002F03-infrastructure\u002Fcloud-architect.toml) - AWS\u002FGCP\u002FAzure specialist\n- [**database-administrator**](categories\u002F03-infrastructure\u002Fdatabase-administrator.toml) - Database management expert\n- [**deployment-engineer**](categories\u002F03-infrastructure\u002Fdeployment-engineer.toml) - Deployment automation specialist\n- [**devops-engineer**](categories\u002F03-infrastructure\u002Fdevops-engineer.toml) - CI\u002FCD and automation expert\n- [**devops-incident-responder**](categories\u002F03-infrastructure\u002Fdevops-incident-responder.toml) - DevOps incident management\n- [**docker-expert**](categories\u002F03-infrastructure\u002Fdocker-expert.toml) - Docker containerization and optimization expert\n- [**incident-responder**](categories\u002F03-infrastructure\u002Fincident-responder.toml) - System incident response expert\n- [**kubernetes-specialist**](categories\u002F03-infrastructure\u002Fkubernetes-specialist.toml) - Container orchestration master\n- [**network-engineer**](categories\u002F03-infrastructure\u002Fnetwork-engineer.toml) - Network infrastructure specialist\n- [**platform-engineer**](categories\u002F03-infrastructure\u002Fplatform-engineer.toml) - Platform architecture expert\n- [**security-engineer**](categories\u002F03-infrastructure\u002Fsecurity-engineer.toml) - Infrastructure security specialist\n- [**sre-engineer**](categories\u002F03-infrastructure\u002Fsre-engineer.toml) - Site reliability engineering expert\n- [**terraform-engineer**](categories\u002F03-infrastructure\u002Fterraform-engineer.toml) - Infrastructure as Code expert\n- [**terragrunt-expert**](categories\u002F03-infrastructure\u002Fterragrunt-expert.toml) - Terragrunt orchestration and DRY IaC specialist\n- [**windows-infra-admin**](categories\u002F03-infrastructure\u002Fwindows-infra-admin.toml) - Active Directory, DNS, DHCP, and GPO automation specialist\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>04. Quality & Security\u003C\u002Fb> — Testing, security, and code quality experts (16 agents)\u003C\u002Fsummary>\n\n### [04. Quality & Security](categories\u002F04-quality-security\u002F)\n\n- [**accessibility-tester**](categories\u002F04-quality-security\u002Faccessibility-tester.toml) - A11y compliance expert\n- [**ad-security-reviewer**](categories\u002F04-quality-security\u002Fad-security-reviewer.toml) - Active Directory security and GPO audit specialist\n- [**architect-reviewer**](categories\u002F04-quality-security\u002Farchitect-reviewer.toml) - Architecture review specialist\n- [**browser-debugger**](categories\u002F04-quality-security\u002Fbrowser-debugger.toml) - Browser-based reproduction and client-side debugging\n- [**chaos-engineer**](categories\u002F04-quality-security\u002Fchaos-engineer.toml) - System resilience testing expert\n- [**code-reviewer**](categories\u002F04-quality-security\u002Fcode-reviewer.toml) - Code quality guardian\n- [**compliance-auditor**](categories\u002F04-quality-security\u002Fcompliance-auditor.toml) - Regulatory compliance expert\n- [**debugger**](categories\u002F04-quality-security\u002Fdebugger.toml) - Advanced debugging specialist\n- [**error-detective**](categories\u002F04-quality-security\u002Ferror-detective.toml) - Error analysis and resolution expert\n- [**penetration-tester**](categories\u002F04-quality-security\u002Fpenetration-tester.toml) - Ethical hacking specialist\n- [**performance-engineer**](categories\u002F04-quality-security\u002Fperformance-engineer.toml) - Performance optimization expert\n- [**powershell-security-hardening**](categories\u002F04-quality-security\u002Fpowershell-security-hardening.toml) - PowerShell security hardening and compliance specialist\n- [**qa-expert**](categories\u002F04-quality-security\u002Fqa-expert.toml) - Test automation specialist\n- [**reviewer**](categories\u002F04-quality-security\u002Freviewer.toml) - PR-style review for correctness, security, and regressions\n- [**security-auditor**](categories\u002F04-quality-security\u002Fsecurity-auditor.toml) - Security vulnerability expert\n- [**test-automator**](categories\u002F04-quality-security\u002Ftest-automator.toml) - Test automation framework expert\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>05. Data & AI\u003C\u002Fb> — Data engineering, ML, and AI specialists (12 agents)\u003C\u002Fsummary>\n\n### [05. Data & AI](categories\u002F05-data-ai\u002F)\n\n- [**ai-engineer**](categories\u002F05-data-ai\u002Fai-engineer.toml) - AI system design and deployment expert\n- [**data-analyst**](categories\u002F05-data-ai\u002Fdata-analyst.toml) - Data insights and visualization specialist\n- [**data-engineer**](categories\u002F05-data-ai\u002Fdata-engineer.toml) - Data pipeline architect\n- [**data-scientist**](categories\u002F05-data-ai\u002Fdata-scientist.toml) - Analytics and insights expert\n- [**database-optimizer**](categories\u002F05-data-ai\u002Fdatabase-optimizer.toml) - Database performance specialist\n- [**llm-architect**](categories\u002F05-data-ai\u002Fllm-architect.toml) - Large language model architect\n- [**machine-learning-engineer**](categories\u002F05-data-ai\u002Fmachine-learning-engineer.toml) - Machine learning systems expert\n- [**ml-engineer**](categories\u002F05-data-ai\u002Fml-engineer.toml) - Machine learning specialist\n- [**mlops-engineer**](categories\u002F05-data-ai\u002Fmlops-engineer.toml) - MLOps and model deployment expert\n- [**nlp-engineer**](categories\u002F05-data-ai\u002Fnlp-engineer.toml) - Natural language processing expert\n- [**postgres-pro**](categories\u002F05-data-ai\u002Fpostgres-pro.toml) - PostgreSQL database expert\n- [**prompt-engineer**](categories\u002F05-data-ai\u002Fprompt-engineer.toml) - Prompt optimization specialist\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>06. Developer Experience\u003C\u002Fb> — Tooling and developer productivity experts (13 agents)\u003C\u002Fsummary>\n\n### [06. Developer Experience](categories\u002F06-developer-experience\u002F)\n\n- [**build-engineer**](categories\u002F06-developer-experience\u002Fbuild-engineer.toml) - Build system specialist\n- [**cli-developer**](categories\u002F06-developer-experience\u002Fcli-developer.toml) - Command-line tool creator\n- [**dependency-manager**](categories\u002F06-developer-experience\u002Fdependency-manager.toml) - Package and dependency specialist\n- [**documentation-engineer**](categories\u002F06-developer-experience\u002Fdocumentation-engineer.toml) - Technical documentation expert\n- [**dx-optimizer**](categories\u002F06-developer-experience\u002Fdx-optimizer.toml) - Developer experience optimization specialist\n- [**git-workflow-manager**](categories\u002F06-developer-experience\u002Fgit-workflow-manager.toml) - Git workflow and branching expert\n- [**legacy-modernizer**](categories\u002F06-developer-experience\u002Flegacy-modernizer.toml) - Legacy code modernization specialist\n- [**mcp-developer**](categories\u002F06-developer-experience\u002Fmcp-developer.toml) - Model Context Protocol specialist\n- [**powershell-module-architect**](categories\u002F06-developer-experience\u002Fpowershell-module-architect.toml) - PowerShell module and profile architecture specialist\n- [**powershell-ui-architect**](categories\u002F06-developer-experience\u002Fpowershell-ui-architect.toml) - PowerShell UI\u002FUX specialist for WinForms, WPF, Metro frameworks, and TUIs\n- [**refactoring-specialist**](categories\u002F06-developer-experience\u002Frefactoring-specialist.toml) - Code refactoring expert\n- [**slack-expert**](categories\u002F06-developer-experience\u002Fslack-expert.toml) - Slack platform and @slack\u002Fbolt specialist\n- [**tooling-engineer**](categories\u002F06-developer-experience\u002Ftooling-engineer.toml) - Developer tooling specialist\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>07. Specialized Domains\u003C\u002Fb> — Domain-specific technology experts (12 agents)\u003C\u002Fsummary>\n\n### [07. Specialized Domains](categories\u002F07-specialized-domains\u002F)\n\n- [**api-documenter**](categories\u002F07-specialized-domains\u002Fapi-documenter.toml) - API documentation specialist\n- [**blockchain-developer**](categories\u002F07-specialized-domains\u002Fblockchain-developer.toml) - Web3 and crypto specialist\n- [**embedded-systems**](categories\u002F07-specialized-domains\u002Fembedded-systems.toml) - Embedded and real-time systems expert\n- [**fintech-engineer**](categories\u002F07-specialized-domains\u002Ffintech-engineer.toml) - Financial technology specialist\n- [**game-developer**](categories\u002F07-specialized-domains\u002Fgame-developer.toml) - Game development expert\n- [**iot-engineer**](categories\u002F07-specialized-domains\u002Fiot-engineer.toml) - IoT systems developer\n- [**m365-admin**](categories\u002F07-specialized-domains\u002Fm365-admin.toml) - Microsoft 365, Exchange Online, Teams, and SharePoint administration specialist\n- [**mobile-app-developer**](categories\u002F07-specialized-domains\u002Fmobile-app-developer.toml) - Mobile application specialist\n- [**payment-integration**](categories\u002F07-specialized-domains\u002Fpayment-integration.toml) - Payment systems expert\n- [**quant-analyst**](categories\u002F07-specialized-domains\u002Fquant-analyst.toml) - Quantitative analysis specialist\n- [**risk-manager**](categories\u002F07-specialized-domains\u002Frisk-manager.toml) - Risk assessment and management expert\n- [**seo-specialist**](categories\u002F07-specialized-domains\u002Fseo-specialist.toml) - Search engine optimization expert\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>08. Business & Product\u003C\u002Fb> — Product management and business analysis (11 agents)\u003C\u002Fsummary>\n\n### [08. Business & Product](categories\u002F08-business-product\u002F)\n\n- [**business-analyst**](categories\u002F08-business-product\u002Fbusiness-analyst.toml) - Requirements specialist\n- [**content-marketer**](categories\u002F08-business-product\u002Fcontent-marketer.toml) - Content marketing specialist\n- [**customer-success-manager**](categories\u002F08-business-product\u002Fcustomer-success-manager.toml) - Customer success expert\n- [**legal-advisor**](categories\u002F08-business-product\u002Flegal-advisor.toml) - Legal and compliance specialist\n- [**product-manager**](categories\u002F08-business-product\u002Fproduct-manager.toml) - Product strategy expert\n- [**project-manager**](categories\u002F08-business-product\u002Fproject-manager.toml) - Project management specialist\n- [**sales-engineer**](categories\u002F08-business-product\u002Fsales-engineer.toml) - Technical sales expert\n- [**scrum-master**](categories\u002F08-business-product\u002Fscrum-master.toml) - Agile methodology expert\n- [**technical-writer**](categories\u002F08-business-product\u002Ftechnical-writer.toml) - Technical documentation specialist\n- [**ux-researcher**](categories\u002F08-business-product\u002Fux-researcher.toml) - User research expert\n- [**wordpress-master**](categories\u002F08-business-product\u002Fwordpress-master.toml) - WordPress development and optimization expert\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>09. Meta & Orchestration\u003C\u002Fb> — Agent coordination and meta-programming (12 agents)\u003C\u002Fsummary>\n\n### [09. Meta & Orchestration](categories\u002F09-meta-orchestration\u002F)\n\n- [**agent-installer**](categories\u002F09-meta-orchestration\u002Fagent-installer.toml) - Browse and install agents from this repository via GitHub\n- [**agent-organizer**](categories\u002F09-meta-orchestration\u002Fagent-organizer.toml) - Multi-agent coordinator\n- [**context-manager**](categories\u002F09-meta-orchestration\u002Fcontext-manager.toml) - Context optimization expert\n- [**error-coordinator**](categories\u002F09-meta-orchestration\u002Ferror-coordinator.toml) - Error handling and recovery specialist\n- [**it-ops-orchestrator**](categories\u002F09-meta-orchestration\u002Fit-ops-orchestrator.toml) - IT operations workflow orchestration specialist\n- [**knowledge-synthesizer**](categories\u002F09-meta-orchestration\u002Fknowledge-synthesizer.toml) - Knowledge aggregation expert\n- [**multi-agent-coordinator**](categories\u002F09-meta-orchestration\u002Fmulti-agent-coordinator.toml) - Advanced multi-agent orchestration\n- [**performance-monitor**](categories\u002F09-meta-orchestration\u002Fperformance-monitor.toml) - Agent performance optimization\n- [**pied-piper**](https:\u002F\u002Fgithub.com\u002Fsathish316\u002Fpied-piper\u002F) - Orchestrate Team of AI Subagents for repetitive SDLC workflows\n- [**task-distributor**](categories\u002F09-meta-orchestration\u002Ftask-distributor.toml) - Task allocation specialist\n- [**workflow-orchestrator**](categories\u002F09-meta-orchestration\u002Fworkflow-orchestrator.toml) - Complex workflow automation\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>\u003Cb>10. Research & Analysis\u003C\u002Fb> — Research, search, and analysis specialists (7 agents)\u003C\u002Fsummary>\n\n### [10. Research & Analysis](categories\u002F10-research-analysis\u002F)\n\n- [**competitive-analyst**](categories\u002F10-research-analysis\u002Fcompetitive-analyst.toml) - Competitive intelligence specialist\n- [**data-researcher**](categories\u002F10-research-analysis\u002Fdata-researcher.toml) - Data discovery and analysis expert\n- [**docs-researcher**](categories\u002F10-research-analysis\u002Fdocs-researcher.toml) - Documentation-backed API and framework verification\n- [**market-researcher**](categories\u002F10-research-analysis\u002Fmarket-researcher.toml) - Market analysis and consumer insights\n- [**research-analyst**](categories\u002F10-research-analysis\u002Fresearch-analyst.toml) - Comprehensive research specialist\n- [**search-specialist**](categories\u002F10-research-analysis\u002Fsearch-specialist.toml) - Advanced information retrieval expert\n- [**trend-analyst**](categories\u002F10-research-analysis\u002Ftrend-analyst.toml) - Emerging trends and forecasting expert\n\n\u003C\u002Fdetails>\n\n## Understanding Subagents\n\nSubagents are specialized AI assistants that enhance Codex's capabilities by providing task-specific expertise. They act as dedicated helpers that Codex can call upon when encountering particular types of work.\n\n### What Makes Subagents Special?\n\n**Independent Context Windows**\nEvery subagent operates within its own isolated context space, preventing cross-contamination between different tasks and maintaining clarity in the primary conversation thread.\n\n**Domain-Specific Intelligence**\nSubagents come equipped with carefully crafted instructions tailored to their area of expertise, resulting in superior performance on specialized tasks.\n\n**Shared Across Projects**\nAfter creating a subagent, you can utilize it throughout various projects and distribute it among team members to ensure consistent development practices.\n\n**Explicit Delegation**\nCodex does not spawn subagents automatically. Use explicit delegation prompts to specify which agents to spawn, how to divide the work, and what shape the result should take.\n\n### Core Advantages\n\n- **Memory Efficiency**: Isolated contexts prevent the main conversation from becoming cluttered with task-specific details\n- **Enhanced Accuracy**: Specialized prompts and configurations lead to better results in specific domains\n- **Workflow Consistency**: Team-wide subagent sharing ensures uniform approaches to common tasks\n- **Codex-Native**: Uses `.toml` agent files aligned with official Codex subagent docs\n\n### Example Workflows\n\n**PR review workflow:**\n```text\nReview this branch with parallel subagents. Have reviewer look for correctness, security, and missing tests. Have docs_researcher verify the framework APIs this patch depends on. Wait for both and summarize the findings with file references.\n```\n\n**Bug investigation workflow:**\n```text\nInvestigate the broken settings flow. Have code_mapper trace the owning code paths, browser_debugger reproduce the bug in the browser, and frontend_developer propose the smallest fix after the failure is understood. Wait for the read-heavy agents first, then continue.\n```\n\n**Repo exploration and planning workflow:**\n```text\nUse search_specialist to locate the code related to payment retries, knowledge_synthesizer to summarize the current design, and refactoring_specialist to propose a minimal refactor plan. Return a concrete action list.\n```\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n- Submit new subagents via PR\n- Improve existing definitions\n- Report issues and bugs\n\n\n## License\n\nMIT License - see [LICENSE](LICENSE)\n\nThis repository is a curated collection of subagent definitions contributed by both the maintainers and the community. All subagents are provided \"as is\" without warranty. We do not audit or guarantee the security or correctness of any subagent. Review before use, the maintainers accept no liability for any issues arising from their use.\n\nIf you find an issue with a listed subagent or want your contribution removed, please open an issue in this repository and we'll address it promptly.\n","awesome-codex-subagents 是一个包含超过130个专门化Codex子代理的集合，覆盖了广泛的开发用例。该项目的核心功能是为开发者提供一系列针对特定任务优化的人工智能助手，如后端开发、代码审查等，这些子代理基于Codex平台构建，并遵循官方文档标准。适用于需要提高编程效率、代码质量或安全性的软件开发场景，特别是那些已经在使用OpenAI Codex进行辅助开发的团队和个人。通过简单的安装步骤即可将选定的子代理集成到个人或项目级别的Codex环境中，从而实现更高效的工作流程。",2,"2026-06-11 03:52:18","high_star"]