team-member
25Agent
Standard AI Team OS team member agent.
Agent
Standard AI Team OS team member agent.
Agent
An API testing adviser for checking whether software interfaces behave as documented. An API is a defined way for programs to exchange requests and responses.
Agent
A bug-fixing agent that reproduces problems, traces them to their underlying cause, applies a small targeted change, and adds a regression test.
Agent
An agent that measures software performance and investigates CPU, memory, input/output, and network bottlenecks. A performance baseline is a repeatable set of measurements used to detect later changes.
Agent
A quality-assurance agent that tests software, looks for defects, and reports findings with verifiable evidence such as test output, logs, or screenshots.
Command
A command that checks whether the AI Team OS project has the Python version, configuration files, services, database, hooks, and dashboard dependencies it needs.
Command
A command that displays the available AI Team OS slash commands and explains what each one does. Slash commands are short commands beginning with `/` that trigger specific actions.
Command
A command for checking and repairing Claude Code Hooks, which are scripts Claude Code runs when certain events happen. It checks the global hook settings, the repository definitions, and the installed runtime scripts.
Command
A command that creates the initial configuration file and working folders for an AI Team OS project.
Command
A command for listing active AI Team OS meetings, creating a meeting, or viewing a meeting’s messages and details.
Command
A command for viewing the current state of an AI Team OS project, including teams, agents, and active meetings.
Command
A command for managing an AI Team OS task wall: viewing tasks, adding new work, and checking task details and progress.
Command
A command that checks and starts the AI Team OS API server and dashboard. An API server provides data and operations to other programs, while a dashboard is a web interface for viewing and using the system.
Hook
Runs when a session starts, executing auto_install.py, session_bootstrap.py and send_event.py (3 commands). From CronusL-1141/AI-company.
Hook
Runs when a subagent starts, executing inject_subagent_context.py and send_event.py via python3 (2 commands). From CronusL-1141/AI-company.
Hook
Runs when a subagent finishes, executing send_event.py via python3. From CronusL-1141/AI-company.
Hook
Runs before the agent uses a tool for Agent, Bash, Edit, Write and Workflow tool calls, executing workflow_reminder.py and send_event.py via python3 (2 commands). From CronusL-1141/AI-company.
Hook
Runs after a tool call finishes for Agent, Bash, Edit, Write, Workflow, mcp__ai-team-os__report_save and mcp__ai-team-os__meeting_conclude tool calls, executing workflow_reminder.py, send_event.py, deep_review_link.py and meeting_ecosystem_writeback.py via python3 (4 commands). From CronusL-1141/AI-company.
Hook
Runs when a task is marked completed, executing cc_task_bridge.py and send_event.py via python3 (2 commands). From CronusL-1141/AI-company.
Hook
Runs on the TaskCreated event, executing send_event.py via python3. From CronusL-1141/AI-company.
Hook
Runs on the TeammateIdle event, executing send_event.py via python3. From CronusL-1141/AI-company.
Hook
Runs when a session ends, executing send_event.py via python3. From CronusL-1141/AI-company.
Hook
Runs when the agent finishes a response, executing send_event.py via python3. From CronusL-1141/AI-company.
Hook
Runs when you submit a prompt, before the agent sees it, executing context_tracker.py via python3. From CronusL-1141/AI-company.