runnithan

50 mods across 1 repository, 1 stars between them.

pr-test-analyzer

25

runnithan/claudex-setup

Agent

Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples:\n\n \nContext: A developer has just created a pull request with new…

1 yesterday A 350 tokens copy · 81% MIT

qa

26

runnithan/claudex-setup

Agent

QA engineer. Runs tests, lint, and build checks. Validates PRs before merge. Reports failures to team lead. Does NOT modify code.

1 yesterday A 32 tokens original MIT

runnithan/claudex-setup

Agent

For a decision (not code), create an agent team whose members hold distinct personas, skeptic, customer, competitor, domain expert, have each research independently, then make them debate until they reach consensus or name their core disagreement.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

TL;DR: When building CLI tools that Claude Code will drive, design the --help text to be self-contained so the agent can learn the whole tool from running it.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

When an agent hits a malformed state, its default is to pile on a tolerant parser, then a fallback, then a migration, then debug output. The correct fix is usually to enforce an invariant upstream so the bad state can never occur.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

For questions with second- and third-order consequences (a change → its implications → the blast radius of each implication), have layer-1 subagents each spawn layer-2 subagents, so every level of analysis runs in its own isolated context and only clean conclusions roll back up.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

When you want a coding agent to fix slow code, don't dump raw profiler output, give it a single tool that aggregates samples (frequencies, percentiles) into an analyzed view, because LLMs are bad at doing those computations themselves.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

Split generation from verification across two agents: give the evaluator browser automation to click through the live app like a user and concrete runtime pass-thresholds, rather than letting the agent that wrote the code grade itself.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Agent

When ending an agent-team session, send each teammate a 'save your work and confirm when ready' message and wait for the confirmation, rather than force-killing them mid-task.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Command

Prefer giving agents small CLI tools over MCPs: a CLI is read once then driven by command, is deterministic, self-documents via --help, and costs far less context than an MCP's loaded tool schemas.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Command

/effort sets how deeply the model reasons: low is fast and shallow, the default is high, and extra-high/max are slower but markedly more careful, switch up for risky or complex changes, back down for routine ones, and check the cost with /usage afterwards.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Command

The environment selector at the bottom of Claude Code switches where work executes: local for fast interactive iteration, cloud (Anthropic servers) for routines that must run with your machine off, SSH for driving a remote box like a VPS.

1 yesterday A 0 tokens original MIT

runnithan/claudex-setup

Command

TL;DR: Embed bash in a slash command to pre-compute state (e.g. git status) so the model gets the context for free instead of round-tripping for it.

1 yesterday A 0 tokens original MIT

claude-md-improver

48

runnithan/claudex-setup

Skill Claude CodeCodex

Audit and improve CLAUDE.md files. Use when asked to "check CLAUDE.md", "audit project instructions", "improve CLAUDE.md", "fix CLAUDE.md", or "CLAUDE.md maintenance". Scans all CLAUDE.md files, scores quality, outputs report, then applies targeted updates.

1 yesterday A 75 tokens copy · 86% MIT