Jewgah

20 mods across 1 repository, 2 stars between them.

explain-dev

01

Jewgah/claude-code-skills

Command

Write a WhatsApp-ready, non-technical message explaining a development to the client.

2 1mo ago A 16 tokens original MIT

review-plan

02

Jewgah/claude-code-skills

Command

Critically review the current plan/approach before implementing — assumptions, gaps, blast radius, deploy safety.

2 1mo ago A 21 tokens original MIT

skill-stats

03

Jewgah/claude-code-skills

Command

Leaderboard of your most-used skills from the durable usage log (survives transcript cleanup).

2 1mo ago A 18 tokens original MIT

init-agents

04

Jewgah/claude-code-skills

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.

2 1mo ago B 43 tokens original MIT

explorer

05

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.

2 1mo ago A 43 tokens original MIT

implementer

06

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.

2 1mo ago A 34 tokens original MIT

orchestrator

07

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.

2 1mo ago A 59 tokens original MIT

planner

08

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.

2 1mo ago A 39 tokens original MIT

reviewer

09

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.

2 1mo ago A 39 tokens original MIT

tester

10

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.

2 1mo ago A 33 tokens original MIT

feature

11

Jewgah/claude-code-skills

Command

Run the full feature pipeline — explore → plan → implement → review → test — for the change described in the argument.

2 1mo ago A 24 tokens original MIT

fix

12

Jewgah/claude-code-skills

Command

Diagnose and fix a bug — reproduce → locate → root-cause → fix → test.

2 1mo ago A 19 tokens original MIT

review

13

Jewgah/claude-code-skills

Command

Review the current diff for bugs, security issues, and regressions.

2 1mo ago A 14 tokens original MIT

triage

14

Jewgah/claude-code-skills

Command

Triage a bug report (PDF / markdown / text) — extract the issues, prioritize, then run the fix pipeline per issue.

2 1mo ago A 27 tokens original MIT

loopable

15

Jewgah/claude-code-skills

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}/.

2 1mo ago A 53 tokens original MIT

loopit

16

Jewgah/claude-code-skills

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.

2 1mo ago A 68 tokens original MIT

review-deep

17

Jewgah/claude-code-skills

Skill Claude CodeCodex

Deep multi-agent code review — parallel agents cross-check each other to catch critical bugs.

2 1mo ago A 20 tokens original MIT

review

18

Jewgah/claude-code-skills

Skill Claude CodeCodex

Review code changes for flaws, bugs, security issues, and potential problems.

2 1mo ago A 16 tokens original MIT

sessions

19

Jewgah/claude-code-skills

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.

2 1mo ago A 61 tokens original MIT

vulgarize

20

Jewgah/claude-code-skills

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).

2 1mo ago A 33 tokens original MIT