peterkrueck

12 mods across 2 repositories, 1.5k stars between them.

merge

01

peterkrueck/Claude-Code-Development-Kit

Command

Finalize work on a branch: verify docs + tree are clean, merge to main, clean up. Supports both standard git checkout -b branches and git worktree flows — auto-detected at pre-flight.

1.4k 1mo ago A 0 tokens original MIT

prime

02

peterkrueck/Claude-Code-Development-Kit

Command

Load core context for the project before working on it. Default is a LIGHT prime (4–6k tokens: spec TOC + opening invariants + structure Map + task-relevant spec sections). --full loads the entire docs — reserve for design/architecture/spec-review sessions where broad context genuinely pays.

1.4k 1mo ago A 0 tokens original MIT

verify

03

peterkrueck/Claude-Code-Development-Kit

Command

Run the app or its tests to confirm a change actually works — observed behavior, not just "it compiles." Compiling proves the types line up; it does not prove the feature does what you intended. This command makes you exercise the change and watch the result.

1.4k 1mo ago C 0 tokens original MIT

bg-remove

04

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Remove backgrounds from images using local AI (rembg). Use when removing backgrounds from character art, mascot images, photos, or any image that needs a transparent background.

1.4k 1mo ago A 36 tokens original MIT

context7-guidance

05

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Fetch CURRENT library/framework/API/CLI documentation via Context7 instead of relying on training data. Use whenever the user mentions a specific library, framework, SDK, API, or cloud service, asks a setup/configuration question, plans a version migration, or is debugging library-specific behavior. Triggers on common…

1.4k 1mo ago A 86 tokens original MIT

deploy

06

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Test and deploy changes safely. Discovers deploy targets, runs fail-stop gates before going live, optionally shadow-deploys and swaps, then runs report-only post-deploy checks. This is a TEMPLATE — customize the commands and checks for your specific deployment pipeline.

1.4k 1mo ago C 54 tokens original MIT

image-edit

07

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Edit images with precision — crop, resize, mirror, rotate, trim, and reframe. Use this skill whenever the user asks to crop, resize, trim, mirror, flip, rotate, reframe, or otherwise manipulate an image. Also use for creating square crops, portraits/headshots from full-body images, icon sizes, or any image…

1.4k 1mo ago A 95 tokens original MIT

image-gen

08

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Generate character art and image variations using AI image generation (Google Gemini) with reference images for style and character consistency. Use this skill when the user asks to generate new character poses, mascot variations, art assets, illustrations, or any AI-generated images — especially when maintaining…

1.4k 1mo ago A 64 tokens original MIT

review-work

09

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Review uncommitted code changes using parallel Claude sub-agents (Bug Hunter, Rules Auditor, optional Architect). The invoking agent triages the diff by file path into impacted modules and risk surfaces, then spawns reviewers scaled to the change. Each reviewer self-primes via /prime, verifies any API/library claim…

1.4k 1mo ago A 143 tokens original MIT

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Get a second opinion from Google's Gemini Pro via the locally installed Gemini CLI (defaults to gemini-3.1-pro-preview; override with the CLAUDESECONDOPINIONMODEL env var). This is the explicit / fallback engine — invoke ONLY when the user explicitly says "ask Gemini", "Gemini's take", "what does Gemini think", or…

1.4k 1mo ago A 159 tokens original MIT

second-opinion

11

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Get a second opinion from OpenAI's Codex CLI running locally. Use this skill when in Plan Mode for large or critical tasks, when stuck on a debugging dead end, when facing architecture trade-offs, for subtle edge cases in code review, or any situation where an independent perspective would add value. Also use when the…

1.4k 1mo ago A 166 tokens original MIT

update-docs

12

peterkrueck/Claude-Code-Development-Kit

Skill Claude CodeCodex

Update project documentation after code changes. Maintains the 4 core ai-context files (spec, project-structure, progress, deployment-infrastructure) and CLAUDE.md. Use after completing features, refactors, or any changes that affect project structure, capabilities, or status. Also creates initial documentation if…

1.4k 1mo ago A 70 tokens original MIT