disler/claude-code-hooks-multi-agent-observability
Command Claude Code
Based on the High Level Prompt follow the Workflow, to create a new prompt in the Specified Format. Before you start, WebFetch everything in the Documentation.
disler/claude-code-hooks-multi-agent-observability
Command Claude Code
Based on the High Level Prompt follow the Workflow, to create a new prompt in the Specified Format. Before you start, WebFetch everything in the Documentation.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs before the agent uses a tool, executing pre_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs after a tool call finishes, executing post_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when the agent sends a notification, executing notification.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when the agent finishes a response, executing stop.py and send_event.py via uv with --chat, --source-app, --event-type and --add-chat (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs before the context is compacted, executing pre_compact.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and send_event.py via uv with --log-only, --store-last-prompt, --name-agent, --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when a session starts, executing session_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when a session ends, executing session_end.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when the agent asks permission for an action, executing permission_request.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when a tool call fails, executing post_tool_use_failure.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Hook Claude Code
Runs when a subagent starts, executing subagent_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
disler/claude-code-hooks-multi-agent-observability
Settings file Claude Code
Agent settings declaring 12 hook events (PreToolUse, PostToolUse, Notification, Stop).
disler/claude-code-hooks-multi-agent-observability
Skill Claude CodeCodex
Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with…
disler/claude-code-hooks-multi-agent-observability
Skill Claude CodeCodex
Creates new Agent Skills for Claude Code following best practices and documentation. Use when the user wants to create a new skill, extend Claude's capabilities, or package domain expertise into a reusable skill.
disler/claude-code-hooks-multi-agent-observability
Skill Claude CodeCodex
Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions video conversion, audio extraction, transcription, mp4, webm, ffmpeg, or whisper transcription.
disler/claude-code-hooks-multi-agent-observability
Skill Claude CodeCodex
Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.
disler/claude-code-hooks-multi-agent-observability
Instructions file CodexOpenCode
AGENTS.md instructions for disler/claude-code-hooks-multi-agent-observability, a project described as: Real-time monitoring for Claude Code agents through simple hook event tracking.
disler/claude-code-hooks-multi-agent-observability
Instructions file
Claude Code instructions for disler/claude-code-hooks-multi-agent-observability, covering claude code multi agent observability and instructions.
disler/claude-code-hooks-multi-agent-observability
Instructions file Gemini CLI
Gemini CLI instructions for disler/claude-code-hooks-multi-agent-observability, a project described as: Real-time monitoring for Claude Code agents through simple hook event tracking.
disler/claude-code-hooks-multi-agent-observability
Cursor rule Cursor
../../CLAUDE.md.
disler/super-simple-software-factory
Skill Claude CodeCodex
Super Simple Software Factory — deploy and operate repeatable agents+code workflows (ADWs) in any codebase. Use when the user says /sssf install, wants to create/run/update an ADW, manage the agent roster in sssf.config.yaml, or observe running agent workflows. Keywords - sssf, software factory, ADW, AI developer…
Command Claude Code
READ README.md, THEN run git ls-files to understand the context of the project.