karanb192

48 mods across 9 repositories, 2.8k stars between them.

nerf-receipts

25

karanb192/claude-code-hooks

Plugin Claude Code

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…

491 8d ago A tokens not measured original MIT

receipts

26

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show your personal model-quality trend card (failure rate, edit churn, tokens/task by model version).

491 8d ago B 23 tokens original MIT

notify-permission

27

karanb192/claude-code-hooks

Plugin Claude Code

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.

491 8d ago A tokens not measured original MIT

pr-provenance-stamp

28

karanb192/claude-code-hooks

Plugin Claude Code

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.

491 8d ago A tokens not measured original MIT

provenance

29

karanb192/claude-code-hooks

Skill Claude CodeCodex

Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger.

491 8d ago B 29 tokens original MIT

protect-secrets

30

karanb192/claude-code-hooks

Plugin Claude Code

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…

491 8d ago A tokens not measured original MIT

protect-tests

31

karanb192/claude-code-hooks

Plugin Claude Code

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…

491 8d ago A tokens not measured original MIT

session-logger

32

karanb192/claude-code-hooks

Plugin Claude Code

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…

491 8d ago A tokens not measured original MIT

standup-autopilot

33

karanb192/claude-code-hooks

Plugin Claude Code

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.

491 8d ago A tokens not measured original MIT

standup

34

karanb192/claude-code-hooks

Skill Claude CodeCodex

Render today's standup card from what your agents actually did across repos.

491 8d ago B 16 tokens original MIT

algo-sensei

35

karanb192/algo-sensei

Skill Claude CodeCodex

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.

261 10mo ago A 51 tokens original MIT

karanb192/slack-message-formatter

Skill Claude CodeCodex

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…

11 1mo ago A 100 tokens original MIT

bouncer

39

karanb192/bouncer

Plugin Claude Code

A one-file door-guard for coding agents. Name's not on the list.

5 14d ago C tokens not measured original MIT

karanb192/bouncer

Instructions file GitHub Copilot

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.

5 14d ago F 475 tokens original MIT

bouncer AGENTS.md

41

karanb192/bouncer

Instructions file CodexOpenCode

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.

5 14d ago F 461 tokens original MIT

bouncer

42

karanb192/bouncer

Plugin Claude Code

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.

5 14d ago C tokens not measured original MIT

PreToolUse

43

karanb192/bouncer

Hook

Runs before the agent uses a tool for Bash tool calls, executing bouncer.js. From karanb192/bouncer.

5 14d ago A tokens not measured original MIT

pvr-inox-radar

45

karanb192/pvr-inox-radar

Plugin Claude Code

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.

2 4d ago A tokens not measured

karanb192/pvr-inox-radar

Instructions file CodexOpenCode

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.

2 4d ago A 432 tokens

UserPromptSubmit

47

karanb192/pvr-inox-radar

Hook

Runs when you submit a prompt, before the agent sees it, executing route.py via python3. From karanb192/pvr-inox-radar.

2 4d ago A tokens not measured

pvr-inox-radar

48

karanb192/pvr-inox-radar

Skill Claude CodeCodex

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…

2 4d ago A 231 tokens