Plugin Claude Code
Plugin marketplace listing 1 plugin: claudex-setup.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claudex-setup.
Plugin Claude Code
Portable agentic-coding extensions — slash commands, subagents, and skills for Claude Code, including /optimise to audit a project's Claude Code, Claude Design, or Codex setup against a lessons library. Hooks and the transcript→lessons pipeline live in the full repo (see README); this plugin is the lightweight…
Command Claude Code
Cancel an active Ralph Loop.
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.
Command Claude Code
Consolidate the lessons/ archive: merge near-duplicate lessons, split compound ones, prune superseded files, refresh INDEX. Counterpart to /extract-lessons.
Command Claude Code
Extract actionable agent-tooling lessons (Claude Code, Claude Design, Codex) from transcripts. Newer lessons supersede older contradicting ones.
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).
Command Claude Code
Verify claims in content by searching for sources. Use when user says /fact-check followed by content to verify.
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/.
Command Claude Code
Create a PR from current branch targeting main, with Jira ticket reference.
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.
Command Claude Code
Explain Ralph Loop plugin and available commands.
Command Claude Code
Start a Ralph Loop, iterative self-referential development loop.
Command Claude Code
Comprehensive PR review using specialized agents.
Command Claude Code
Update CLAUDE.md with learnings from this session.
Command Claude Code
Run the project's tests, lint, and build checks. Optionally scope to one suite, e.g. /test backend.
Command Claude Code
Pick up a Jira ticket: fetch details, transition to In Progress, create branch, checkout locally.
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.
Instructions file CodexOpenCode
AGENTS.md instructions for runnithan/claudex-setup, covering claudex-setup: codex guide, claude.md is authoritative, read it first and codex-specific notes.
Instructions file
Claude Code instructions for runnithan/claudex-setup, covering claudex-setup, architecture, project structure, workflow and key conventions.
Agent
Backend engineer. Handles code changes, backend tests, database migrations, and commits. Use for any backend-only work.
Agent
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. Use when asked, or after completing a multi-file coding task, especially before committing changes or creating pull requests. Invoke it deliberately; it does not fire automatically on every edit. It will…
Agent
Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. Use when asked, or deliberately after completing a multi-file coding task, it does not fire automatically on every change. It simplifies code by following…
Agent
Frontend engineer. Handles UI code changes, component development, lint/build verification, and commits. Use for any frontend-only work.