runnithan/claudex-setup

Portable Claude Code and Codex configuration: slash commands, subagents, hooks, skills, and a transcript-to-lessons pipeline. Installable as a plugin.

1Stars on the repository
50Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codex-loop

02

runnithan/claudex-setup

Command Claude Code

Use Codex as a second, differently-trained reviewer of your branch, fix every real finding with regression tests, and loop until two consecutive reviews come back clean. Runs autonomously.

1 2d ago A 36 tokens original MIT

consolidate-lessons

03

runnithan/claudex-setup

Command Claude Code

Consolidate the lessons/ archive: merge near-duplicate lessons, split compound ones, prune superseded files, refresh INDEX. Counterpart to /extract-lessons.

1 2d ago A 34 tokens original MIT

extract-lessons

04

runnithan/claudex-setup

Command Claude Code

Extract actionable agent-tooling lessons (Claude Code, Claude Design, Codex) from transcripts. Newer lessons supersede older contradicting ones.

1 2d ago A 29 tokens original MIT

runnithan/claudex-setup

Command Claude Code

Mine Claude Code lessons from recent posts by notable practitioners (X/Twitter, blogs, GitHub) and canonical sources (changelog, docs, issues, Hacker News) via a research subagent team. Counterpart to /extract-lessons (transcripts).

1 2d ago A 52 tokens original MIT

fact-check

06

runnithan/claudex-setup

Command Claude Code

Verify claims in content by searching for sources. Use when user says /fact-check followed by content to verify.

1 2d ago A 22 tokens original MIT

optimise

07

runnithan/claudex-setup

Command Claude Code

Audit a tracked project's Claude Code, Claude Design, or Codex setup, fold in new lessons, then apply open improvements one at a time with approval. Takes a project name from projects/.

1 2d ago A 38 tokens original MIT

pr

08

runnithan/claudex-setup

Command Claude Code

Create a PR from current branch targeting main, with Jira ticket reference.

1 2d ago A 13 tokens original MIT

quiz-me

09

runnithan/claudex-setup

Command Claude Code

Review an agent-written change by being examined on it: quizzes you on the diff, diagrams what moved, and turns the questions you cannot answer into the review findings. Use after a large agent-produced change instead of reading every line.

1 2d ago A 46 tokens original MIT

ralph-loop

11

runnithan/claudex-setup

Command Claude Code

Start a Ralph Loop, iterative self-referential development loop.

1 2d ago A 12 tokens original MIT

test

14

runnithan/claudex-setup

Command Claude Code

Run the project's tests, lint, and build checks. Optionally scope to one suite, e.g. /test backend.

1 2d ago A 25 tokens original MIT

ticket

15

runnithan/claudex-setup

Command Claude Code

Pick up a Jira ticket: fetch details, transition to In Progress, create branch, checkout locally.

1 2d ago A 19 tokens original MIT

top-tips

16

runnithan/claudex-setup

Command Claude Code

Rank the high-value lessons that never reached the owner (no trace in habits, config, or backlogs) and offer the top few for adoption. Complements /optimise: it delivers the class with no config surface.

1 2d ago A 45 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 2d ago 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 2d ago 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 2d ago 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 2d ago A 0 tokens original MIT