Guides the design and generation of agent team configurations and workflows.
Install
mkdir -p .claude/skills/a-team && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9559" && unzip -o skill.zip -d .claude/skills/a-team && rm skill.zipInstalls to .claude/skills/a-team
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Start the A-Team Codex coordinator workflow for designing or restructuring teamsKey capabilities
- →Design agent teams
- →Restructure teams
- →Generate team files
- →Review team architecture
How it works
Coordinates the design and generation of agent teams following project-level contracts.
Inputs & outputs
When to use A-Team
- →Designing a new agent team architecture
- →Restructuring an existing team's roles
- →Generating team definitions in a repository
About this skill
A-Team
Description
Use this skill when the user asks A-Team to design, generate, review, or restructure an agent team. This is the Codex-native entry skill; it complements AGENTS.md instead of replacing it.
Users
- Team Architect
- Users invoking A-Team explicitly with
$a-team,A-Team, or equivalent wording
Core Knowledge
AGENTS.mdis the project-level runtime contract..codex/agents/team-architect.mdis the coordinator playbook..codex/config.tomlregisters specialist subagents when multi-agent delegation is available.- Generated teams must be written under
teams/{team-name}/. .claude/remains legacy/source design and must not be modified unless explicitly requested.
Trigger Rules
Use this skill when the request matches one of these intents:
- create a new Codex team
- design a multi-agent workflow
- generate team files under
teams/{team-name}/ - restructure an existing generated team
- compare or adapt Claude team assets into Codex-native output
Do not use this skill for unrelated coding tasks inside this repository.
Execution
- Read
AGENTS.md. - Read
.codex/agents/team-architect.md. - If the request targets an existing team with new feedback or requirements, run Phase 7 Team Restructuring.
- Otherwise start Phase 1 Discovery and keep discovery open until objectives, scope, workflow, role coverage, output format, execution mode, and requirements summary are confirmed.
- Use registered specialists when delegation is available and useful. If delegation is unavailable, execute locally and state the fallback in the worklog or final response.
- Keep canonical output Codex-native unless the user explicitly requests conversion artifacts.
Input Handling
With Arguments
Treat the arguments as the initial team brief. Extract objective, target team name, requested format, and existing team path when present.
Without Arguments
Ask one focused discovery question: what team the user wants A-Team to design or restructure.
Boundaries
- Do not modify
.claude/unless the user explicitly asks for Claude conversion or legacy updates. - Do not bypass Discovery for a new team.
- Do not use Claude-only fields such as
allowed-tools,disable-model-invocation, orcontext: forkin Codex-native skills. - Do not place generated runtime agent configs under
.codex/agents/; use project-rootagents/.
Examples
Normal Case
Input: $a-team design a research writing team for long-form technical articles
Output: Start Discovery, confirm requested format and execution mode, then produce the requirements summary before planning.
Restructuring Case
Input: $a-team restructure teams/content-studio because review handoffs are too slow
Output: Run Phase 7, inspect the existing team, classify the handoff problem, and recommend the smallest effective structural change.
No Arguments
Input: $a-team
Output: Ask what team the user wants designed or restructured, then continue Discovery in the user's language.
When not to use it
- →Modifying .claude/ without request
- →Bypassing discovery
Prerequisites
Limitations
- →Do not modify .claude/ unless requested
- →Do not bypass Discovery
How it compares
Provides a Codex-native workflow for team architecture rather than manual configuration.
Compared to similar skills
A-Team side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| A-Team (this skill) | 0 | 3mo | No flags | Intermediate |
| sequential-thinking | 136 | 9mo | No flags | Intermediate |
| ai-wrapper-product | 5 | 6mo | No flags | Intermediate |
| token-budget | 4 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
sequential-thinking
mrgoonie
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
ai-wrapper-product
davila7
Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI wrapper, GPT product, AI tool, wrap AI, AI SaaS.
token-budget
toonight
Manages token budget estimation and tracking to prevent context overflow
initializing-memory
letta-ai
Comprehensive guide for initializing or reorganizing agent memory. Load this skill when running /init, when the user asks you to set up your memory, or when you need guidance on creating effective memory blocks.
agentic-workflow-designer
Z3Prover
Conversational skill that interviews users to design new agentic workflows
multi-agent-patterns
georgekhananaev
Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures