From ait
Display the current AI team roster with each member's name, role, and expertise.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ait:ait-teamThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the current AI team roster by reading the project state.
Display the current AI team roster by reading the project state.
CLAUDE.md and extract the team roster section (Founding Members / Team Roster)..claude/agents/ to get their full role descriptions.## Your AI Team
| Name | Role | Status |
|------|------|--------|
| {COS_NAME} | Chief of Staff | Built into CLAUDE.md |
| {Researcher} | Senior Researcher | .claude/agents/{name}.md |
| {HR Director} | HR Director | .claude/agents/{name}.md |
| ... | ... | ... |
For each team member beyond the table, show a one-line description of their expertise pulled from their agent file's description frontmatter field.
If no CLAUDE.md exists, tell the user to run /ait-setup first.
npx claudepluginhub rappdw/aitInteractive agent picker for browsing and composing parallel teams on demand. Works with flat or domain-subdirectory agent collections.
Install and customise a team of AI agents (a chief-of-staff orchestrator that routes to division leads and specialists) into the user's own project or global config. Interviews the user about their business, departments, teams, products, or the people they manage — or reads their existing CLAUDE.md / AGENTS.md — then renders a tailored crew for Claude Code and/or Codex. Use when the user wants to "install the crew", "set up the agent team", "build my chief of staff", "scaffold agents for my business", or runs this kit for the first time.
Creates and manages dynamic teams of domain-specific agents. Analyzes project to propose 5-20 agents with tracking framework. Modes: create, update, status, cleanup.