bounty-board

A plugin that turns TODO, FIXME, HACK, and skipped-test comments into tracked tasks with rewards based partly on how long they have remained in the code. Hooks are automatic actions that run at events such as session start or after a tool is used.

In plain words
What is it for?
Use it to scan tracked files, show the top three cleanup tasks, verify completed fixes, and display a session-end payout card or current task board.
Why use it?
It gives visible priority to older technical debt—unfinished or fragile code—and checks whether a task was actually removed before paying its reward.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add karanb192/claude-code-hooks
agentmods
npx agentmods add plugins/karanb192/claude-code-hooks/bounty-board
Clone the repo
git clone --depth 1 https://github.com/karanb192/claude-code-hooks

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

bounty-board scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/bounty-board/.claude-plugin/plugin.json · 22 lines

What it actually says

{
  "name": "bounty-board",
  "description": "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 genuinely disappear. SessionEnd renders a payout card, and /bounty-board:board shows the current board on demand.",
  "version": "1.0.3",
  "author": {
    "name": "Karan Bansal",
    "url": "https://github.com/karanb192"
  },
  "homepage": "https://github.com/karanb192/claude-code-hooks",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "hooks",
    "tech-debt",
    "todo",
    "gamification",
    "sessionstart",
    "posttooluse",
    "sessionend"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 22 lines scan A 3fa861930221

Subscribe to this mod's changes

bounty-board is a plugin published in the GitHub repository karanb192/claude-code-hooks (494 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other plugins, from other repositories

claude-craft

Multi-stack framework for Claude Code teams: 12 stacks, BMAD v6 sprint workflow, browser QA automation, and Kanban — for tech leads adopting Claude Code with their team.

TheBeardedBearSAS/claude-craft · not measured

festival

Festival Methodology: goal-oriented project management for human-AI development workflows. Provides fest and camp CLI integration, automatic installation, and methodology guidance.

Obedience-Corp/festival · not measured

memory-kit

Persistent memory for Claude Code agents: a hot cache injected every session and held under three size caps, per-session handoffs, and agent-audited promotion into knowledge articles and rules. Carries the builder's layers too — executor/recon/idea-validator agents, session review, second opinion, agent QA and a…

awrshift/claude-memory-kit · not measured

servicenow

ServiceNow admin toolkit — incidents, CMDB, update sets, table explorer. 19 MCP tools + 4 guided skills.

jschuller/mcp-server-servicenow · not measured

claude-utilities

Cross-stack utilities: turn recent technical work into LinkedIn/Twitter drafts (content), federated knowledge-base search across /Desktop/knowledge + repo + memory dir (knowledge), turn meeting notes into Jira tasks (create-tasks).

carloshpdoc/ios-workflow-claude · not measured

ccx

Scratch-notebook context management for any project: per-thread STATE.md handoff docs with one-command create-or-resume (/ccx:start-thread), a compiled parallel-session-safe INDEX dashboard that recompiles itself on every STATE write (/ccx:save-state · /ccx:tidy-scratch), a Stop-hook freshness guard so working state…

shck-dev/ccx-context-system · not measured