kunchenguid

80 mods across 15 repositories, 25k stars between them.

kunchenguid/programbench-bench

Instructions file CodexOpenCode

AGENTS.md instructions for kunchenguid/programbench-bench, covering agents.md, what this repo is, long-running evaluations: always supervise, how to launch (or resume) a batch and caveats to tell the user when arming the monitor.

20 15d ago A 11,020 tokens

careful

76

kunchenguid/programbench-bench

Skill Claude CodeCodex

Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety…

20 15d ago C 87 tokens

health

77

kunchenguid/programbench-bench

Skill Claude CodeCodex

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the codebase", "run all checks", "quality score". (gstack).

20 15d ago A 77 tokens

investigate

78

kunchenguid/programbench-bench

Skill Claude CodeCodex

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this skill (do NOT debug…

20 15d ago A 112 tokens

plan-eng-review

79

kunchenguid/programbench-bench

Skill Claude CodeCodex

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

20 15d ago A 116 tokens

review

80

kunchenguid/programbench-bench

Skill Claude CodeCodex

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land…

20 15d ago A 81 tokens