iamneilroberts/claude-skills

25Stars on the repository
32Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

brag

01

iamneilroberts/claude-skills

Skill Claude Code

Memorialize something you just built by generating a self-contained "showcase" page for it — a persuasive, good-looking deep dive: what it is, why it's impressive, how it works — with a screenshot if one can be found or captured, and links to related showcase pages. This is the sales/hype-leaning counterpart to…

not rated 25 +1 20d ago A 0 tokens

branch

02

iamneilroberts/claude-skills

Skill Claude CodeCodex

Create an isolated git worktree for a task and log it to a shared work journal, so multiple Claude Code sessions run in parallel without racing on HEAD, uncommitted edits, or the index. Subcommands: list, done , update (heartbeat), coord / coord clear (cross-session constraints). Triggers on /branch, "start in a…

not rated 25 +1 20d ago A 105 tokens

iamneilroberts/claude-skills

Skill Claude CodeCodex

Use when asked about Claude Code workflow, prompt caching cost, session economics, CLAUDE.md hygiene, context-window management, plan mode, permission modes, hooks, skills, subagents, checkpointing/rewind, parallel sessions, worktrees, headless/CI usage, the Agent SDK, slash commands, MCP configuration, or "what's the…

not rated 25 +1 20d ago B 119 tokens

codex-review

04

iamneilroberts/claude-skills

Skill Claude Code

Get a second opinion on the current change or a plan from a different model (Codex), and enforce its verdict mechanically. Codex returns a structured JSON verdict — findings scored by priority (0 critical, 1 important, 2 minor, 3 nit) against sev.schema.json — and a gate script turns that into a pass/fail exit code…

not rated 25 +1 20d ago A 208 tokens

codex

05

iamneilroberts/claude-skills

Skill Claude CodeCodex

Delegate a task or question to the OpenAI Codex CLI running as an isolated subagent, then relay its answer. Use when the user invokes /codex , says "ask codex", "have codex look at / do X", or wants a second independent model to investigate a question or make a self-contained edit. Read-only by default; /codex --write…

not rated 25 +1 20d ago A 116 tokens

comment-refactor

06

iamneilroberts/claude-skills

Skill Claude Code

Refactor the comments in AI-generated (or long-lived) code — strip the accumulation of fix-history narration, obsolete explanations, and code-restating noise while preserving load-bearing WHY/TODO/warning comments. Works over a path, glob, or the whole repo; skips dead/abandoned/unused and vendored/generated files…

not rated 25 +1 20d ago A 149 tokens

crisp

07

iamneilroberts/claude-skills

Skill Claude CodeCodex

Use this skill when the user wants shorter, more direct responses. Activate on: "crisp mode", "go crisp", "/crisp", "be brief", "less tokens", "cut the fluff", "shorter answers", "stop being verbose", "drop the filler", "skip the pleasantries", "no fluff", "just the answer". Do NOT activate for: "explain in detail"…

not rated 25 +1 20d ago A 109 tokens

curate

08

iamneilroberts/claude-skills

Skill Claude Code

Verify a session's or handoff's factual claims against ground truth before trusting them. Dispatches the read-only curator subagent to check claims against git, files, and read-only environment checks, plus the repo's invariants doc if any, and returns a confabulation report for human spot-check. Use at pass…

not rated 25 +1 20d ago A 128 tokens

evaluate

09

iamneilroberts/claude-skills

Skill Claude Code

Tear down a third-party product/tool/library from a single URL and answer two questions: (1) is the product worth adopting as-is — installed into your Claude Code workflow (a CLI, MCP server, skill, or dotfile) or otherwise kept around — and (2) are there features or code worth lifting into your current repo. Most…

not rated 25 +1 20d ago C 297 tokens

fix-issue

10

iamneilroberts/claude-skills

Skill Claude Code

Take a GitHub issue and actually resolve it end to end — read the issue, reproduce it, fix it in an isolated branch with a test, verify, and open a PR that closes the issue. The counterpart to /idea (which files issues): /idea captures, /fix-issue clears. Works off gh in whatever repo you're in. Triggers on /fix-issue…

not rated 25 +1 20d ago A 111 tokens

frontier-spend

11

iamneilroberts/claude-skills

Skill Claude CodeCodex

Use when planning how to spend scarce or expiring access to a premium frontier-tier model (usage-capped, deprecation cliff, "how should I spend my remaining premium-model budget", 2x burn rate, model leaving the plan) — before starting any premium-model session or writing a spend plan.

not rated 25 +1 20d ago A 66 tokens

gemini-review

12

iamneilroberts/claude-skills

Skill Claude Code

Get a second-opinion review of the current diff (or a chosen focus — architecture, security, docs, design, performance, tests) from the Gemini CLI, then present its findings alongside your own analysis. Single-reviewer counterpart to /codex-review and /review-panel; needs the gemini CLI installed. Triggers on…

not rated 25 +1 20d ago A 97 tokens

get-reddit

13

iamneilroberts/claude-skills

Skill Claude Code

Fetch a specific public Reddit post (title, body, and top comments) as clean markdown, by driving a real browser session (Playwright) — because Reddit 403s all non-browser fetches AND closed self-serve API access in Nov 2025. Use whenever you need the actual contents of a Reddit thread from a URL or post id — e.g.…

not rated 25 +1 20d ago A 143 tokens

github-review

14

iamneilroberts/claude-skills

Skill Claude Code

Review a GitHub pull request — the PR-review behavior that used to live in the built-in /review, split out now that /review is the review orchestrator. Fetches the PR with gh, reviews the diff at an evidence-graded bar (only a fully-traced finding is blocking), and optionally posts inline PR comments. For your…

not rated 25 +1 20d ago A 123 tokens

handoff

15

iamneilroberts/claude-skills

Skill Claude Code

Write a rich session handoff to a pause-.md file — checklist, decisions, files changed, self-critique, and a verbatim-id "coordinate closet" — so a fresh session can resume the work after /clear (via the auto-resume hook, or /session-resume). Use before you /clear with work still in flight. Triggers on /handoff…

not rated 25 +1 20d ago A 98 tokens

idea

16

iamneilroberts/claude-skills

Skill Claude Code

Capture a fix / feature / research idea fast and turn it into a tracked GitHub Issue plus a lightweight planning doc, so nothing gets lost and it shows up next time you list your issues. Runs a short confirm-or-edit interview (infers title/slug/type from your one-liner, you accept or correct), writes docs/ideas/ …

not rated 25 +1 20d ago A 144 tokens

llm-tools

17

iamneilroberts/claude-skills

Skill Claude CodeCodex

Use when a session is about to bulk-read 3+ files or any single file over 400 lines, generate predictable boilerplate (tests, fixtures, config scaffolds, doc templates), or compress a long session transcript — and a cheap OpenAI-compatible worker model (Kimi, DeepSeek, OpenRouter, local Ollama) is available via the…

not rated 25 +1 20d ago A 91 tokens

mock

18

iamneilroberts/claude-skills

Skill Claude CodeCodex

Quickly mock up alternative UI / interface designs as a single self-contained HTML file with a built-in view-switcher across variations, then hand it over: download the file, attach it to an email draft, or (if you wire your own static host) publish it to a URL. Runs a short interview (what to mock, how many…

not rated 25 +1 20d ago A 172 tokens

persona-test

19

iamneilroberts/claude-skills

Skill Claude Code

Run persona-based subagent tests against a target app through an app-specific adapter. Dispatches multiple parallel persona subagents — each role-playing a distinct user type (budget-conscious, power user, frustrated first-timer, skeptic, accessibility-first, or generated ones) — through the app, judges every…

not rated 25 +1 20d ago A 151 tokens

pickup

20

iamneilroberts/claude-skills

Skill Claude Code

Use when the user wants to pick up / resume the most recent handoff in an isolated worktree — finds the newest handoff doc, RESUMES the worktree/branch it documents if one exists (re-adding it if parked), otherwise creates a fresh branch + worktree, then loads the handoff's context so work continues where it left off.…

not rated 25 +1 20d ago A 156 tokens

review-panel

21

iamneilroberts/claude-skills

Skill Claude CodeCodex

Run multiple independent code reviewers (Codex + Gemini + a fresh Claude) on the current diff or a plan, merge their structured verdicts, and apply a consensus-gated challenge round — returning a pass/fail exit code. Use for "panel review this", "get a multi-model review before I ship", "second-opinion review this…

not rated 25 +1 20d ago A 89 tokens

review

22

iamneilroberts/claude-skills

Skill Claude Code

The top-level review verb — decide WHETHER, WHEN, WHICH, and HOW HARD to review a change before reaching for a review tool. Assesses the situation (a plan vs a diff, the risk surface, what changed since the last review, rounds already spent), picks the lightest review shape the risk justifies (in-session self-review →…

not rated 25 +1 20d ago A 160 tokens

session-end

23

iamneilroberts/claude-skills

Skill Claude Code

Wrap up a coding session — run a right-sized end-of-session self-critique, optionally curator-verify the claims, prepend a SESSIONLOG.md entry, and print a rename + counter summary. Use before you /clear or stop for the day. Triggers on /session-end, "end this session", "wrap up and log what we did".

not rated 25 +1 20d ago A 75 tokens

session-pause

24

iamneilroberts/claude-skills

Skill Claude Code

Write a detailed session handoff file by hand so the next session can pick up where this one left off. Use when the context window is filling up, you're switching phases, or you're stopping for a break.

not rated 25 +1 20d ago A 46 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: