explain-dev
01Command
Write a WhatsApp-ready, non-technical message explaining a development to the client.
Command
Write a WhatsApp-ready, non-technical message explaining a development to the client.
Command
Critically review the current plan/approach before implementing — assumptions, gaps, blast radius, deploy safety.
Command
Leaderboard of your most-used skills from the durable usage log (survives transcript cleanup).
Skill Claude CodeCodex
Scaffold a tailored Claude Code agent team into the current repo — detects the stack, proposes agents/commands/hooks, then writes and wires them into .claude/ and CLAUDE.md.
Agent
Read-only codebase explorer. Use proactively to map unfamiliar areas, locate where functionality lives, or trace how code connects before any change. Returns a concise map with file:line references — never edits.
Agent
Focused implementer. Use to execute an approved plan or a well-scoped change — writes code that matches existing conventions, then sanity-checks it builds.
Agent
Main-session orchestrator for multi-step work. Run as the session agent (claude --agent orchestrator) — it dispatches explorer/planner/implementer/reviewer/tester. Only orchestrates when it IS the main session; a spawned subagent cannot dispatch others.
Agent
Read-only implementation planner. Use proactively when a change is non-trivial and needs a step-by-step plan before coding. Produces a concrete, file-level plan; writes no code.
Agent
Critical code reviewer. Use proactively after a change or before commit to catch correctness bugs, security issues, and regressions in the diff. Read-only; can run tests to confirm.
Agent
Test & build runner. Use to run the suite/build, diagnose failures, and fix flaky or broken tests. Reports pass/fail honestly with real output.
Command
Run the full feature pipeline — explore → plan → implement → review → test — for the change described in the argument.
Command
Diagnose and fix a bug — reproduce → locate → root-cause → fix → test.
Command
Review the current diff for bugs, security issues, and regressions.
Command
Triage a bug report (PDF / markdown / text) — extract the issues, prioritize, then run the fix pipeline per issue.
Skill Claude CodeCodex
Find recurring work worth automating, then take the top candidate through the full delivery flow — plan, /review-plan, implement, /review-deep, fix all findings, commit, and file a ticket in /Downloads/tickets/{project}/.
Skill Claude CodeCodex
Drive a task queue (loop-tasks.md) to completion in ANY repo — detect the repo's own rules, then for each task plan → /review-plan → implement → verify → /review → fix all findings → commit → push → client doc → mark done. Autonomous between tasks; pauses only for genuine product decisions.
Skill Claude CodeCodex
Deep multi-agent code review — parallel agents cross-check each other to catch critical bugs.
Skill Claude CodeCodex
Review code changes for flaws, bugs, security issues, and potential problems.
Skill Claude CodeCodex
List recent Claude Code sessions across all projects with project name, session ID, resume command, and short description of what the session was about. Handles multiple parallel sessions per project. Use when the user wants to find, resume, or recall a previous Claude conversation — especially before/after a reboot.
Skill Claude CodeCodex
Turn the technical changes in the working tree into a short, casual, jargon-free message you can send straight to the client (en/fr).