peterkrueck/Claude-Code-Development-Kit

Claude Code Workflow for beginners & intermediate users. Tutorial and Installer included

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

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