Jewgah/claude-code-skills

Battle-tested Claude Code skills: deep multi-agent code review (/review-deep), adversarial plan review (/review-plan), automation scout-and-builder (/loopable), agent-team scaffolder (/init-agents)

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

explorer

01

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 43 tokens original MIT

implementer

02

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 34 tokens original MIT

orchestrator

03

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 59 tokens original MIT

planner

04

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 39 tokens original MIT

reviewer

05

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 39 tokens original MIT

tester

06

Jewgah/claude-code-skills

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.

not rated 2 1mo ago A 33 tokens original MIT

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: