jl-cmd/claude-dev-env

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

parallel-debug

01

jl-cmd/claude-dev-env

Skill Claude CodeCodexCursor

Runs the pr-converge loop for jl-cmd/claude-dev-env using AHK auto-continue pacing. Activate when the user says "parallel-debug" or asks to run the pr-converge convergence loop in Cursor.

6 2d ago A 50 tokens original MIT

anthropic-plan

02

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Workflow-backed implementation planning that creates a deep repo-local packet under docs/plans/ / before any code changes. Use for /anthropic-plan, "plan this first", "think before coding", "make a plan", "scope this out", "don't code yet", and non-trivial implementation requests that need source-grounded design, TDD…

6 2d ago A 83 tokens original MIT

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Audits a Claude Code setup (user CLAUDE.md, /.claude/rules/, project .claude/) for context-budget waste — duplicate @-imports, always-on rules to path-scope or convert to skills, oversized files — and produces a migration table with savings. Use when reviewing the startup/instruction load, when /memory shows…

6 2d ago A 91 tokens original MIT

beat-sheet

04

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Formats a reply as single-line beats in plain everyday words. Triggers: '/beat-sheet', 'beat sheet this', 'give me the beats', 'write this as beats', 'too long', 'shorter', 'what?', 'english', 'no sense', 'jargon', 'huh?'.

6 2d ago A 66 tokens original MIT

bugteam

05

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Open pull request audit–fix until convergence: CODERULES gate, clean-room audit (code-quality-agent, opus) and fix (clean-coder, opus), per-loop GitHub reviews, 20-audit cap; grant then revoke .claude/. AUDIT, FIX, and standards-fix route through resolveworkerspawn.py (headless tiers or Agent-tool fallback). Triggers…

6 2d ago A 110 tokens original MIT

closeout

06

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Harvests session obstacles into GitHub issues backed by quoted evidence: validates each draft with the user, then delegates filing to the issue-tracker agent (skill fallback), which dedupes against open and closed issues and files each under an epic as a native sub-issue. Prints a cloud handoff prompt. Triggers…

6 2d ago A 118 tokens original MIT

codex-review

07

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Runs OpenAI Codex as a local PR or uncommitted-diff reviewer and routes findings into the shared fix protocol. Triggers: '/codex-review', 'codex review', 'run codex review', 'babysit codex review', 'codex as a PR reviewer'.

6 2d ago A 64 tokens original MIT

comments

08

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Draft, refine, or respond to pull-request review comments. Use when a user asks to "write a review comment", "address review feedback", or "reply to a reviewer".

6 2d ago A 38 tokens original MIT

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Refine an instruction document for Claude 5 generation models: cut rules the model's judgment already covers, move detail behind progressive disclosure, and route each remaining piece to the system prompt, CLAUDE.md, a skill, or a reference. Use for system prompts, CLAUDE.md files, skills, tool descriptions, agent…

6 2d ago A 83 tokens original MIT

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Tiers each Copilot gate finding from a converge run, verifies each code concern with an executed check, then routes it — auto-fix a self-healing finding, resolve a refuted one, page the user only for an inconclusive one. Triggers: 'copilot finding triage', 'user review gate', 'tier copilot findings', 'triage the…

6 2d ago A 87 tokens original MIT

copilot-review

11

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Spawns a background subagent that babysits the GitHub Copilot reviewer on the current PR: each tick it fixes unaddressed findings against HEAD, re-requests review, and exits on convergence. Triggers: '/copilot-review', 'watch copilot', 'babysit copilot review', 'keep re-requesting copilot'.

6 2d ago A 74 tokens original MIT

descriptions

12

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Draft or revise a pull-request description. Use when a user asks for a "PR description", "pull request summary", or "change description".

6 2d ago A 32 tokens original MIT

emergencies

13

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Classify an urgent production change and guide its focused emergency review. Use when a user asks about an "emergency hotfix", "production incident", or "urgent security fix".

6 2d ago A 40 tokens original MIT

grokify

14

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Grok Build execution handoff prompt, embed Claude advisor.

6 2d ago A 16 tokens original MIT

plan-to-pr

15

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Coordinates source-grounded implementation through a validated plan packet, planned task tickets, fixed model routing, verified commits, independent Luna review, and publication gates. Triggers: "Plan-to-PR", "plan to PR", "implement this with one task per commit", "run the Plan-to-PR workflow", "validate Plan-to-PR"…

6 2d ago A 78 tokens original MIT

pr-converge

16

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Loops Cursor Bugbot, a code review, a bug audit, and Copilot on the current PR, applying TDD fixes until all are clean on one HEAD. Use when the user says '/pr-converge', 'drive PR to convergence', 'loop bugbot and bugteam', 'babysit bugbot and bugteam', 'until both are clean', or 'converge this PR'.

6 2d ago A 87 tokens original MIT

pr-fix-protocol

17

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Applies reviewer findings to a PR as verified fixes and drives unresolved review threads to zero. Invoked by PR-loop orchestrators (pr-converge, autoconverge, bugteam, qbug, copilot-review) when a reviewer reports findings; not for ad-hoc 'fix this bug' requests outside a PR loop.

6 2d ago A 74 tokens original MIT

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Runs any PR-loop skill in a Claude Code session whose gh CLI cannot act on the PR. Use at run start when pr-converge, autoconverge, bugteam, clean-room audit, pr-fix-protocol, or copilot-review runs in a cloud session, when command -v gh or gh auth status fails, or when an MCP tool call fails with InputValidationError.

6 2d ago A 90 tokens original MIT

pr-loop-lifecycle

19

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Opens and closes a PR-loop run: the .claude/ permission grant, worktree preflight, and cwd routing at the start; teardown, permission revoke, and final report at the end. Invoked by PR-loop orchestrators (bugteam, pr-converge, autoconverge, qbug); not for general git cleanup outside a PR loop.

6 2d ago B 80 tokens original MIT

recall

20

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Retrieve prior session context and decisions from Obsidian vault for the current project.

6 2d ago A 19 tokens original MIT

release-notes-html

21

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Build a polished self-contained HTML product launch and release-notes page from work completed in the current session, using available repository state, source-of-truth files, tests, approvals, artifacts, commits, pull requests, previews, and release evidence. Use when the user asks to build release notes, create a…

6 2d ago A 88 tokens original MIT

remember

22

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Save a decision, gotcha, or architectural choice to the Obsidian vault. User-initiated only.

6 2d ago A 25 tokens original MIT

reviewer-gates

23

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Runs the availability gates a PR-loop orchestrator checks before it starts an external reviewer: the CLAUDEREVIEWSDISABLED opt-out, the once-per-run Copilot quota pre-check, and the Cursor Bugbot trigger, acknowledge, and CI-detect flow. Decides whether a reviewer runs, never what it finds.

6 2d ago A 69 tokens original MIT

reviews

24

jl-cmd/claude-dev-env

Skill Claude CodeCodex

Review a pull request or code change for code health. Use when a user asks to "code review", "review this PR", or "review this change".

6 2d ago A 34 tokens original MIT