Search for a command to run...
148 mods
Autonomous coding agent using language servers for precise code navigation — Serena reads LSP symbols and references so Claude edits exactly the right code without guessing.
Gmail, Calendar, Drive, Docs, Sheets, and Slides via a single MCP server — read emails, create events, edit spreadsheets, and manage Drive files from Claude.
Pre-tool hook that blocks code edits unless a failing test exists first — enforces strict test-first discipline by refusing file writes without a red test in scope.
alexfazio's code quality hooks — automatically run formatters, linters, and type checkers after every file edit, blocking commits with quality regressions.
TypeScript-specific Claude Code hooks — run tsc type checking, ESLint, and Prettier enforcement after every edit so type errors never accumulate during a session.
A collection of practical Claude Code hooks — auto-lint on save, run tests after edits, validate commit messages, and send desktop notifications on task completion.