PreToolUse
01Hook Claude Code
Runs before the agent uses a tool, executing decompose-on-activate.py via python. From shannonbay/Conductor.
Hook Claude Code
Runs before the agent uses a tool, executing decompose-on-activate.py via python. From shannonbay/Conductor.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From shannonbay/Conductor.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From shannonbay/Conductor.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, UserPromptSubmit, Stop).
MCP server Claude CodeCodexCursor +2
MCP server "conductor" as configured in shannonbay/Conductor. Runs C:/Users/layen/GitHub/Conductor/mcp/dist/index.js with node.
MCP server Claude CodeCodexCursor +2
MCP server "conductor-channel" as configured in shannonbay/Conductor. Launched with cmd /c npx tsx C:/Users/layen/GitHub/Conductor/channel/src/server.ts.
Instructions file
Claude Code instructions for shannonbay/Conductor, covering claude.md, what this is, repository structure, commands and mcp server (cd mcp).