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.
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.
Plugin Claude Code
Plugin marketplace listing 1 plugin: itr-wala.
Plugin Claude Code
File your Indian income tax return (ITR) from your terminal - deterministic tax engine, both regimes, AY 2026-27.
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.
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…
Plugin Claude Code
Production-ready Claude Code hooks, each installable on its own as a plugin.
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.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing auto-stage.js via node. From 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.
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…
Skill Claude CodeCodex
Show the wanted-poster bounty board: this repo's TODO/FIXME/HACK debt priced as aging XP bounties.
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.
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…
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…
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…
Skill Claude CodeCodex
Show this repo's context-cost leaderboard: the files that pulled the most tokens into context.
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…
Skill Claude CodeCodex
List this repo's recorded dead ends: approaches already tried and abandoned, with reasons and cost.
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…
Skill Claude CodeCodex
Show the CLAUDE.md compliance scorecard: which rules Claude actually follows vs ignores.
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…
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.…
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…
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.