git404hub

what is awesome-codex-subagents fr?

voltagent/awesome-codex-subagents — explained in plain English

Analysis updated 2026-06-26

4,631Audience · developerComplexity · 1/5Setup · easy

tl;dr

A collection of 130+ ready-made TOML configuration files for OpenAI Codex subagents that handle specialized tasks like security review, database migrations, API docs, and language-specific code work.

vibe map

mindmap
  root((Codex Subagents))
    Categories
      Security review
      Database work
      Testing
      Documentation
    Languages
      Go and Rust
      Python and Java
      Many others
    Features
      Model routing
      Read vs write agents
    Setup
      Clone repo
      Copy TOML files

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add a security-audit subagent to your Codex sessions to automatically flag vulnerabilities in your code.

VIBE 2

Delegate database migration writing to a purpose-built subagent instead of asking a general AI.

VIBE 3

Mix language-specific agents for Go, Rust, Python, or Java to get expert-level review for each language in your codebase.

what's the stack?

TOML

how it stacks up fr

voltagent/awesome-codex-subagentstencent/tnnalirezadir/production-level-deep-learning
Stars4,6314,6314,632
LanguageC++
Setup difficultyeasyhardeasy
Complexity1/54/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires OpenAI Codex access, setup is copying TOML files to your Codex agent directory.

in plain english

This repository is a curated collection of over 130 pre-built configuration files for Codex subagents. Codex is an AI coding tool from OpenAI, and subagents are specialized assistants within it that you can call on to handle specific tasks, such as reviewing code for security issues, writing database migrations, or drafting API documentation. Instead of a single AI trying to do everything, you delegate work to the subagent best suited for the job. Each subagent is defined in a small configuration file that describes the agent's role, which AI model it should use, and what instructions it follows. The files use the TOML format, which is a simple plain-text format similar to a settings file. You copy the ones you want into a specific folder on your computer, and Codex will recognize them as available agents in your sessions. The collection is organized into categories covering everyday coding work, language-specific expertise (Go, Rust, Python, Java, and many others), database work, quality and security review, infrastructure, documentation, testing, data engineering, and fintech. Each entry lists what the agent does and links to its configuration file. The repository includes a model routing system where each agent specifies whether to use a heavier, more thoughtful model for tasks like security audits or a faster lighter model for scanning and research. Agents are also marked as either read-only (they analyze but do not change files) or write-enabled (they can create and modify files). Installation requires cloning the repository and copying the desired configuration files into your Codex agent directory.

prompts (copy fr)

prompt 1
Show me the TOML config for a Codex subagent that reviews code for security vulnerabilities and explain how to install it in my agent directory.
prompt 2
I want a Codex subagent that writes database migrations. Which config from awesome-codex-subagents should I use and how do I set it up?
prompt 3
Set up multiple Codex subagents so one handles code review and another handles writing tests, show me how to configure both and pick the right model for each.
prompt 4
Which subagents in this collection are read-only versus write-enabled and when should I use each type?

Frequently asked questions

what is awesome-codex-subagents fr?

A collection of 130+ ready-made TOML configuration files for OpenAI Codex subagents that handle specialized tasks like security review, database migrations, API docs, and language-specific code work.

How hard is awesome-codex-subagents to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is awesome-codex-subagents for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.