A personal flight recorder for Claude Code quality. Background hooks (async, zero added latency) record your own per-session signals keyed by model id and Claude Code version: tool-failure rate, same-file edit churn, turn-end counts, and tokens-per-completed-task. At your next SessionStart (or on demand via…
Slack alerts when Claude Code needs you. A Notification hook on permissionprompt|idleprompt|elicitationdialog classifies each notification (from notificationtype when present, else from keywords in the message) and posts a Slack Block Kit card to your CCHSLAWEBHOOK: a tool-specific title (Bash/Write/Edit/Read per.
Embeds a reviewer-facing provenance receipt into your PR body when Claude runs gh pr create (or glab mr create). A PostToolUse hook (async, zero added latency) records a per-session ledger: tool calls, agent-authored lines, and every test/typecheck command with its real exit code; a PreToolUse (Bash) hook then rewr.
A secrets firewall for Claude Code. A PreToolUse hook screens every Read, Edit, Write, and Bash call against tiered patterns (critical/high/strict): sensitive files like .env, SSH keys, AWS/kube/gcloud/docker credentials, and keystores, plus shell commands that expose or exfiltrate them (cat .env, printenv, echo…
Stops the "fake green" failure mode for Claude Code. A PreToolUse guard on Bash|Edit|MultiEdit|Write that denies making a suite pass by deleting test files or directories (rm / git rm), renaming a test to a disabled name (.bak, .disabled, ...), or adding a skip/xfail/ignore marker to an existing test, across pytest…
A durable, greppable markdown log of every Claude Code session. SessionStart seeds a note (timestamps, cwd, git repo/branch), an async PostToolUse hook appends every Edit/Write/Read/Bash with zero added latency (bash commands truncated and secret-redacted, concurrent writes serialized via a file lock), and SessionEnd…
Turns what your agents ACTUALLY did into a standup: captured from session transcripts (not commits/tickets, which miss uncommitted work, real test exit codes, and unresolved errors) and rolled up cross-repo. Stop/SessionEnd snapshot each session's outcome (task, branch + diffstat, tests + exit codes, PRs, blockers) to.
Your personal DSA & LeetCode mentor. Use for problem explanations, progressive hints, code reviews, mock interviews, pattern recognition, complexity analysis, and custom problem generation. Automatically adapts to your learning style and request type.
Format messages for Slack with pixel-perfect accuracy. Converts Markdown to rich HTML (for copy-paste into Slack) or Slack mrkdwn (for API/webhook). Use when the user asks to write a Slack message, announcement, or notification, format something "for Slack", preview how content looks in Slack, or send a message via…
Instructions for karanb192/bouncer: Bouncer enforces these rules at the door via a fail-closed preToolUse hook. This list is the advisory, defense-in-depth layer: do not propose or run any of the following destructive shell commands. The hook will deny them anyway, so don't waste a turn.
Instructions for karanb192/bouncer: A door-guard sits in front of your shell. Every runshellcommand call passes the door before it runs; destructive commands are blocked by an enforced BeforeTool hook, not by you, and not negotiable.
A one-file PreToolUse door-guard that bounces destructive Bash commands (rm -rf, DROP TABLE, curl|sh, force-push, device wipes) before they run. Blocks 45/45 known footguns, 0 false positives.
Movie showtimes across India on one HTML map: PVR INOX cinemas as pins, availability-colored showtime chips, seats-together counts, deep links into PVR's own booking flow.
AGENTS.md instructions for karanb192/pvr-inox-radar: Agent skill that turns a movie-night ask ("Dune, IMAX, Saturday night, 4 seats together, under 30 min from Sector 56 Gurgaon") into one self-contained HTML map of PVR INOX shows with verified seats-together counts and deep links into PVR's own booking flow.
Find and map PVR INOX movie showtimes anywhere in India. Use when the user wants movie showtimes, PVR or INOX shows, IMAX near me, movie tickets on a map, seats together for a group, recliners near me, cheapest recliner seats, what to watch tonight, or asks things like "Dune in IMAX Saturday night, 4 seats together…