WorldFlowAI/everything-claude-code

Claude Code toolkit - agents, commands, skills, rules, and hooks for productive AI-assisted development

1.9kStars on the repository
43Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

PreToolUse

01

WorldFlowAI/everything-claude-code

Hook

Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test)?, bun (install, test), cargo build, make, docker, pytest, vitest…

1.9k 7mo ago A tokens not measured

PostToolUse

04

WorldFlowAI/everything-claude-code

Hook

Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running an inline shell check (4 commands).…

1.9k 7mo ago A tokens not measured

Stop

05

WorldFlowAI/everything-claude-code

Hook

Runs when the agent finishes a response, running an inline shell check. From WorldFlowAI/everything-claude-code.

1.9k 7mo ago A tokens not measured

SessionEnd

06

WorldFlowAI/everything-claude-code

Hook

Runs when a session ends, executing session-end.js and evaluate-session.js via node (2 commands). From WorldFlowAI/everything-claude-code.

1.9k 7mo ago A tokens not measured