orchestrate
25Command
Orchestrate a complex multi-step task using the multi-agent system.
Command
Orchestrate a complex multi-step task using the multi-agent system.
Command
Orchestrate a complex multi-step task using Agent Teams for parallel phases.
Hook
Runs when you submit a prompt, before the agent sees it, executing refine-prompt-gate.sh via bash. From josix/agent-flow.
Hook
Runs before the agent uses a tool for Write, Edit, Agent and Task tool calls, executing enforce-delegation.sh, validate-changes.sh and log-event.sh via bash (3 commands). From josix/agent-flow.
Hook
Runs after a tool call finishes for Agent, Task, Write and Edit tool calls, executing validate-changes.sh and log-event.sh via bash (2 commands). From josix/agent-flow.
Hook
Runs when a subagent finishes, executing log-event.sh via bash. From josix/agent-flow.
Hook
Runs when a session ends, executing log-event.sh via bash. From josix/agent-flow.
Hook
Runs when a session starts, executing load-project-context.sh via bash (2 commands). From josix/agent-flow.
Hook
Runs when the agent finishes a response, executing verify-completion.sh via bash. From josix/agent-flow.
Hook
Runs on the TeammateIdle event, executing teammate-idle-check.sh via bash. From josix/agent-flow.
Hook
Runs when a task is marked completed, executing task-completed-check.sh via bash. From josix/agent-flow.
Skill Claude CodeCodex
This skill should be used when handling agent model selection, tool access permissions, behavioral guardrails, MCP tool preferences, or any question about what agents can/cannot do.
Skill Claude CodeCodex
Search prior session history to recall how similar work was handled before. Use when you want to leverage a past approach, check prior experience on a topic, answer "how was this handled before", or cross-verify current handling against precedent from earlier sessions.
Skill Claude CodeCodex
Turn any codebase into a beautiful, interactive single-page HTML course that teaches how the code works to non-technical people. Use this skill whenever someone wants to create an interactive course, tutorial, or educational walkthrough from a codebase or project. Also trigger when users mention 'turn this into a…
Skill Claude CodeCodex
This skill should be used when exploring codebases, finding patterns, searching for code, gathering context, or understanding code structure before planning or implementation.
Skill Claude CodeCodex
This skill should be used when querying the graphify knowledge graph for structural codebase information, choosing between graph tools and grep, or interpreting graph query results.
Skill Claude CodeCodex
This skill should be used when querying the user's personal knowledge base (cross-project personal knowledge graph) for prior learnings, notes, or decisions that apply across projects.
Skill Claude CodeCodex
This skill should be used when the user provides a vague request, asks to clarify requirements, structure a task, or refine a prompt for multi-agent orchestration.
Skill Claude CodeCodex
This skill should be used when looking up which agents own or consume specific skills, understanding skill-agent relationships, or routing tasks based on skill ownership.
Skill Claude CodeCodex
This skill should be used when classifying tasks, routing to agents, determining complexity, or handling task routing, agent selection, verification requirements, and multi-component changes.
Skill Claude CodeCodex
This skill should be used when deciding whether to use Agent Teams for parallel execution or sequential subagent orchestration, based on task analysis, independence criteria, and cost-benefit.
Skill Claude CodeCodex
This skill should be used when handling verification steps, quality gates, pre-commit checks, test failures, lint errors, build verification, or mandatory validation before task completion.