
from vibeeval
Reference for building Claude Code hooks: schemas, registration, and testing patterns.
Complete reference for developing Claude Code hooks. Covers input/output schemas for events (PreToolUse, PostToolUse, UserPromptSubmit, PermissionRequest, SessionStart, SessionEnd, Stop, SubagentStart/Stop, PreCompact, Notification), registration examples for settings.json, common matcher patterns, command vs prompt hook types, environment variables, exit code behavior, and testing/checklist guidance. Includes code examples (bash, Python, TypeScript) and common patterns like blocking dangerous files and auto-formatting outputs.
Reference skill for building Claude Code hooks — covers input/output schemas for all 10 hook types, registration patterns, exit codes, and shell/TypeScript handler templates. No bundled scripts; purely documentation. Well-organized with clear tables and code examples, though some sections could benefit from more progressive disclosure.
Clean documentation-only skill. No executable code, no network calls, no credentials. The skill provides accurate and well-structured reference material for Claude Code hooks development. Minor deduction on architecture for lacking references/ or scripts/ separation and for mixing all content in a single long SKILL.md without progressive disclosure. Code quality deduction for some sections being dense reference dumps without guided workflow steps.
Django Development Patterns
Production-grade Django architecture and patterns: project layout, DRF APIs, ORM best practices, caching, signals, middleware and deployment guidance.
Fix (Workflow Orchestrator)
Orchestrates bug investigation and resolution workflows: diagnose, implement, test, and commit fixes with human checkpoints.
GCP Patterns
Practical GCP deployment and architecture patterns: Cloud Run Dockerfiles, BigQuery partitioning & clustering, Pub/Sub best practices, and IAM least-privilege g