ateam
v3.16.0Specialist AI agents orchestrated as a configurable team pipeline for Codex.
By Yiming WuLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 12 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ateam for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add ateam@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “ateam” remain stable.
- Codex:
ateam@agent-plugin-marketplace→ateam@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yimwoo/codex-agenteam/.
Plugin files
├── .codex-plugin/plugin.json├── skills/add-member/SKILL.md├── skills/assign/SKILL.md├── skills/ci-repair/SKILL.md├── skills/deepdive/SKILL.md├── skills/generate/SKILL.md├── skills/init/SKILL.md├── skills/resume/SKILL.md├── skills/run/SKILL.md├── skills/share-config/SKILL.md├── skills/standup/SKILL.md├── skills/status/SKILL.md└── skills/using-ateam/SKILL.md
Included Skills12
Add a new team member. Describe what you need and ATeam infers the config.
Assign a task to a specific role on your team.
Fix CI failures by fetching GitHub Actions logs, dispatching dev to fix, verifying locally, and pushing.
Full specialist analysis via parallel agent dispatch. Researcher, Architect, and PM produce a prioritized report of what to build next (30-60s).
Regenerate .codex/agents/*.toml from agenteam.yaml and plugin defaults.
Initialize team config for a project. Creates .agenteam/config.yaml (or legacy agenteam.yaml) and generates .codex/agents/*.toml.
Resume an interrupted AgenTeam run with verify-first strategy.
Run a full pipeline for a task. Orchestrates roles through stages (standalone or HOTL-integrated).
Promote local config to a shared team config that can be committed to git.
Quick project status report synthesized from state files, artifacts, and git activity. No agent dispatch (<2s).
Show the current state of a run — stages, roles, write locks, and gates.
Router skill for AgenTeam. Maps user intent to the appropriate skill and role.
Plugin manifests1
{
"name": "ateam",
"version": "3.16.0",
"description": "Specialist AI agents orchestrated as a configurable team pipeline for Codex.",
"author": {
"name": "Yiming Wu",
"url": "https://github.com/yimwoo"
},
"repository": "https://github.com/yimwoo/codex-agenteam",
"license": "MIT",
"keywords": [
"team",
"roles",
"collaboration",
"researcher",
"pm",
"architect",
"dev",
"reviewer",
"qa",
"pipeline",
"agents",
"orchestration"
],
"skills": "./skills/",
"interface": {
"displayName": "ATeam",
"shortDescription": "AI dev team -- @Researcher, @Pm, @Architect, @Dev, @Qa, @Reviewer.",
"longDescription": "ATeam provides specialist roles as Codex agents. Talk to @Architect, @Reviewer, @Pm directly, or use @ATeam to run the full pipeline. Configure roles, write policies, and custom team members via .agenteam/config.yaml.",
"developerName": "Yiming Wu",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Build my team",
"Refactor this codebase to be more maintainable",
"Add a security auditor to the team"
],
"websiteURL": "https://github.com/yimwoo/codex-agenteam",
"brandColor": "#2563EB",
"composerIcon": "./assets/agenteam-icon.png",
"logo": "./assets/agenteam-icon.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ateam on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ateam)