PostToolUse
25Hook Claude Code
Runs after a tool call finishes for Task and Bash tool calls, executing enforce-concise-response.sh and memory-capture.sh (2 commands). From AvivK5498/beads-web.
Hook Claude Code
Runs after a tool call finishes for Task and Bash tool calls, executing enforce-concise-response.sh and memory-capture.sh (2 commands). From AvivK5498/beads-web.
Hook Claude Code
Runs when a subagent finishes, executing validate-completion.sh. From AvivK5498/beads-web.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From AvivK5498/beads-web.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing clarify-vague-request.sh. From AvivK5498/beads-web.
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, PostToolUse, SubagentStop, SessionStart).
Skill Claude CodeCodex
Set up codebase intelligence for AI agents. Runs the agentifind CLI to extract code structure using LSP (pyright/tsserver) with tree-sitter fallback, then synthesizes a CODEBASE.md navigation guide. Run this skill to get a complete codebase map in .claude/ directory.
Skill Claude CodeCodex
Create a benchmark to measure CODEBASE.md effectiveness. Sets up hooks to run two parallel agents (one with guide, one without) and compare their efficiency. Requires /agentifind to be run first.
Skill Claude CodeCodex
React and Next.js performance optimization patterns. Use BEFORE implementing any React code to ensure best practices are followed.
Skill Claude CodeCodex
Core engineering principles for implementation tasks.
Plugin Claude Code
Character-consistent UGC video for AI agents. Create one AI influencer, reuse that same face in every video, image, and caption.
Skill Claude CodeCodex
Character-consistent AI influencer and UGC video toolkit. Create a reusable virtual spokesperson once (a portrait + multi-view character sheet), then reuse the SAME face across talking-head videos where the person actually speaks your script (native speech + lip-sync), image sets, and captioned clips. Faceless UGC…
MCP server Claude CodeCodexCursor
Character-consistent UGC video, images, and captions from any MCP client, via the AgentHook API. Runs locally from the @getagenthook/mcp npm package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor
MCP server "video-generation-mcp" as configured in AvivK5498/VideoGenerationMCP. Runs locally from the video-generation-mcp Python package.