karanb192

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

reddit-mcp-buddy

01

karanb192/reddit-mcp-buddy

MCP server Claude CodeCodexCursor +2

Reddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed. Runs locally from the reddit-mcp-buddy npm package.

808 15d ago A tokens not measured original MIT

itr-wala

02

karanb192/itr-wala

Plugin Claude Code

Plugin marketplace listing 1 plugin: itr-wala.

745 11d ago A tokens not measured

itr-wala

03

karanb192/itr-wala

Plugin Claude Code

File your Indian income tax return (ITR) from your terminal - deterministic tax engine, both regimes, AY 2026-27.

745 11d ago A tokens not measured

itr-wala AGENTS.md

04

karanb192/itr-wala

Instructions file CodexOpenCode

AGENTS.md instructions for karanb192/itr-wala: Agent skill for filing Indian income tax returns (ITR), FY 2025-26 / AY 2026-27.

745 11d ago A 338 tokens

itr-wala

05

karanb192/itr-wala

Skill Claude CodeCodex

File Indian income tax returns (ITR) for FY 2025-26 / AY 2026-27. Use when the user wants to file their ITR, compute or verify Indian income tax, compare the old vs new tax regime, read a Form 16, AIS, TIS or Form 26AS, reconcile TDS, handle capital gains from Zerodha/Groww/Upstox statements, check their tax refund…

745 11d ago A 166 tokens

auto-stage

07

karanb192/claude-code-hooks

Plugin Claude Code

Automatic git staging for Claude Code. A PostToolUse hook on Edit|Write runs git add on every file Claude modifies, so git status always shows exactly what Claude touched and pre-commit review needs no manual staging. Files outside a git repo are skipped, .gitignore is respected (ignored files fail to stage and the.

491 8d ago A tokens not measured original MIT

PostToolUse

08

karanb192/claude-code-hooks

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing auto-stage.js via node. From karanb192/claude-code-hooks.

491 8d ago A tokens not measured original MIT

karanb192/claude-code-hooks

Plugin Claude Code

A PreToolUse guard for Bash that blocks dangerous shell commands before they execute: rm targeting home/root/system dirs, dd to disk devices, mkfs, fork bombs, curl|sh, force push to main, git reset --hard, chmod 777, docker volume rm, and more. Three safety levels (critical/high/strict, picked via HOOKSAFETYLEVEL) c.

491 8d ago B tokens not measured original MIT

bounty-board

10

karanb192/claude-code-hooks

Plugin Claude Code

Turns your repo's tech debt into an aging bounty economy. A SessionStart hook scans tracked files and prices each TODO/FIXME/HACK/skip as a wanted-poster bounty whose XP grows with its git-blame age, injects the top 3 as opportunistic side quests, and, via a PostToolUse hook, verifies and pays out bounties that…

491 8d ago A tokens not measured original MIT

board

11

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show the wanted-poster bounty board: this repo's TODO/FIXME/HACK debt priced as aging XP bounties.

491 8d ago B 27 tokens original MIT

karanb192/claude-code-hooks

Plugin Claude Code

Stops rm -rf content silently destroying Content on case-insensitive filesystems (APFS default, exFAT, NTFS). A PreToolUse hook on Bash that resolves the real target of destructive commands (rm, rmdir, mv, mkdir, touch, find -delete) through cd/pushd chains, quotes, subshells, and heredocs, and denies the ones that.

491 8d ago C tokens not measured original MIT

config-guard

13

karanb192/claude-code-hooks

Plugin Claude Code

Who guards the guards: a PreToolUse hook that blocks the agent from tampering with its own guardrail configuration. Deny-by-default protection for settings.json, hook scripts and hooks.json manifests, .mcp.json, plugin manifests, and (at strict level) CLAUDE.md and rules/agents/commands, across Bash, Edit, MultiEdit…

491 8d ago A tokens not measured original MIT

config-watch

14

karanb192/claude-code-hooks

Plugin Claude Code

Tripwire for out-of-band config changes in Claude Code. A ConfigChange hook fires whenever settings (user, project, local, policy) or skills change mid-session, from an installer script, an npm postinstall payload, or any other process rewriting settings while a session runs, and makes the change loudly visible via…

491 8d ago A tokens not measured original MIT

context-hogs

15

karanb192/claude-code-hooks

Plugin Claude Code

A per-file context-cost leaderboard for Claude Code. A PostToolUse hook (async, zero added latency) attributes every tool result's tokens to the file(s) it pulled into context; at SessionEnd (or on demand via /context-hogs:leaderboard) it renders your repo's most token-expensive files with estimated cost, so you know…

491 8d ago A tokens not measured original MIT

leaderboard

16

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show this repo's context-cost leaderboard: the files that pulled the most tokens into context.

491 8d ago B 20 tokens original MIT

dead-end-registry

17

karanb192/claude-code-hooks

Plugin Claude Code

Approach-level negative-knowledge memory for Claude Code. Mines your transcripts (Stop/PreCompact, both async and zero added latency) for approaches you TRIED and then REVERTED (with the reason, date, and estimated token cost of the detour) into a per-repo registry. On UserPromptSubmit it injects a 'you already tried…

491 8d ago A tokens not measured original MIT

dead-ends

18

karanb192/claude-code-hooks

Skill Claude CodeCodex

List this repo's recorded dead ends: approaches already tried and abandoned, with reasons and cost.

491 8d ago B 22 tokens original MIT

dead-rules-audit

19

karanb192/claude-code-hooks

Plugin Claude Code

A CLAUDE.md compliance flight-recorder for Claude Code. At SessionStart it parses CLAUDE.md into numbered atomic rules; on every Edit/MultiEdit/Write a PostToolUse hook (async, zero added latency) passively tallies how often each rule was relevant and whether it was followed or violated; at SessionEnd (or on demand…

491 8d ago A tokens not measured original MIT

scorecard

20

karanb192/claude-code-hooks

Skill Claude CodeCodex

Show the CLAUDE.md compliance scorecard: which rules Claude actually follows vs ignores.

491 8d ago B 20 tokens original MIT

format-code

21

karanb192/claude-code-hooks

Plugin Claude Code

Auto-formats files the moment Claude writes them. A PostToolUse hook on Write|Edit runs ruff (check --fix + format, via uv) on Python and prettier (via npx) on JS/TS/JSON/MD/YAML/HTML, resolving relative paths against the session cwd and passing file paths as argv so shell metacharacters in filenames can never inject…

491 8d ago A tokens not measured original MIT

git-safety

22

karanb192/claude-code-hooks

Plugin Claude Code

Branch-aware git guardrails for Claude Code. A PreToolUse hook on Bash that denies destructive git and gh CLI operations before they run: pushing to main/master, deleting protected branches, commit/merge/rebase/reset/push while on a protected branch, and gh pr merge/close, issue close, release delete, repo delete.…

491 8d ago A tokens not measured original MIT

guard-pack

23

karanb192/claude-code-hooks

Plugin Claude Code

All six guard hooks in one Node process: config-guard, block-dangerous-commands, protect-secrets, protect-tests, git-safety, and case-insensitive-guard, evaluated in that order with the first blocking verdict winning in that guard's own output format. Installing the guards individually costs six Node startups per…

491 8d ago A tokens not measured original MIT

instructions-audit

24

karanb192/claude-code-hooks

Plugin Claude Code

A prompt-injection tripwire for instruction files. An InstructionsLoaded hook audits CLAUDE.md / .claude/rules/.md content as it enters context and flags hidden or hostile directives: invisible Unicode smuggling (zero width characters, tag characters, variation-selector runs; the TrapDoor supply-chain signature), bidi.

491 8d ago A tokens not measured original MIT