shanraisshan/claude-code-hooks
Agent Claude Code
Plays agent-specific sounds for the 6 hooks that actually fire in agent sessions.
209 tagged hooks, measured the same way as everything else here.
Browse within: ai-workflow 38Guardrails 18code-quality 14claude-code-plugins 11plugin-system 11harness 10harness-engineering 10quality-enforcement 10MLOps 9cicd 9ml 9Orchestration 8markdown 8ai-coding-agent 7
shanraisshan/claude-code-hooks
Agent Claude Code
Plays agent-specific sounds for the 6 hooks that actually fire in agent sessions.
shanraisshan/claude-code-hooks
Agent Claude Code
Tests all 30 Claude Code hooks by logging each event to tests-agents-hook/agent-hook-fired.log.
Agent
Engineering Manager - team processes, sprint planning, organizational design.
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Agent
End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
Agent Claude Code
Meta-agent that decomposes tasks, delegates to specialized agents, and maximizes parallel execution. Use for complex multi-step tasks requiring coordination.
Agent
Architecture design agent — evaluates technical solutions, designs system architecture, and reviews architectural decisions. Suitable for new system design or major refactoring.
Agent
Code review agent — systematically reviews code changes and outputs findings according to security → logic → quality → performance priority.
Agent
Security review agent — focuses on OWASP Top 10, key management, input sanitization, dependency vulnerabilities and other security issues.
ncoevoet/claude-markdown-health-check
Agent Claude Code
Analyzes logs for anomalies. Use when investigating errors or unexpected behavior in application logs.
ncoevoet/claude-markdown-health-check
Agent Claude Code
Deploys the application to staging. Use when the user asks to push a build to the staging environment.
ncoevoet/claude-markdown-health-check
Agent Claude Code
Reviews diffs for correctness and security issues. Use after code edits to verify quality before a commit.
FlorianBruniaux/claude-code-plugins
Agent
Architecture Decision Record generator agent — read-only. Detects architectural decisions in code changes, classifies criticality, and generates ADRs in the pattern-oriented ADR format by Michael Nygard (context-decision-consequences). Never modifies code. Use after significant changes or when a decision needs…
FlorianBruniaux/claude-code-plugins
Agent
Use for thorough code review with quality, security, and performance checks.
FlorianBruniaux/claude-code-plugins
Agent
Runtime integration validator — read-only. Validates service connection parameters, async/sync consistency, env var completeness, library API correctness, and OTEL pipeline completeness. Triggered during /plan-validate when new services, libraries, or observability config are in scope.
Agent
Adversarial verifier. Use PROACTIVELY before claiming a nontrivial change is done, fixed, or passing — give it the claim plus the relevant diff/paths and it attempts to refute the claim with evidence.
Agent Claude Code
An agent with security issues for testing.
Agent Claude Code
A safe agent with minimal permissions.
Agent
Deep technical work. Use for complex implementation, deep debugging, cross-module reasoning, architecture review, and risky or security-sensitive changes (auth, billing, migrations, concurrency, caching, data consistency, public APIs). Also reviews work from cheaper agents for hidden flaws.
Agent
Standard engineering execution. Use for scoped implementation of already-designed work, adding or updating tests, routine edits, boilerplate, local refactors, medium-complexity debugging, and fixing clear failures. Does not make product calls or change architecture.
Agent
Independent evidence-based verification. Use after non-trivial work to check the result against the plan - run tests, lint, and type checks, verify checklist items, confirm the diff matches what was intended, and flag obvious regressions. Reports pass/fail with evidence; never fixes anything.
Agent
External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning SHA-pinned GitHub permalink citations. Read-only.
Agent
Pre-planning analyst. Use proactively before the planner commits to a draft plan or vague request: detects contradictions, ambiguity, missing constraints, and execution risks so the planner can patch the plan in one pass. Read-only.
Agent
Strategic planning consultant. Use proactively when a request is vague or large (5+ interdependent steps, ambiguous scope, multiple files/modules involved) and you need a single executable work plan before any implementation. Planner only — never implements. Writes the plan to plans/ .md.