skills▌
193 indexed skills · max 10 per page
qa-plan
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Qa Plan - description: "Generate a QA test plan for a sprint or feature. Reads GDDs and story files, classifies stories by test type (Logic/Integration/Visual/UI), and produces a structured test plan covering a - argument-hint: "[sprint | feature: system-name | story: path]" - allowed-tools: Read, Glob, Grep, Write, AskUserQuestion
map-systems
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Map Systems - description: "Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index." - argument-hint: "[next | system-name] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Edit, AskUserQuestion, TodoWrite, Task
propagate-design-change
Donchitos/Claude-Code-Game-Studios · Game Design
### Propagate Design Change - name: propagate-design-change - description: "When a GDD is revised, scans all ADRs and the traceability index to identify which architectural decisions are now potentially stale. Produces a change impact report and guides the user - argument-hint: "[path/to/changed-gdd.md]"
onboard
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Onboard - description: "Generates a contextual onboarding document for a new contributor or agent joining the project. Summarizes project state, architecture, conventions, and current priorities relevant to the - argument-hint: "[role|area]" - allowed-tools: Read, Glob, Grep, Write
story-readiness
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Story Readiness - name: story-readiness - description: "Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces - argument-hint: "[story-file-path or 'all' or 'sprint']"
sprint-status
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Sprint Status - description: "Fast sprint status check. Reads the current sprint plan, scans story files for status, and produces a concise progress snapshot with burndown assessment and emerging risks. Run at any ti - argument-hint: "[sprint-number or blank for current]" - allowed-tools: Read, Glob, Grep
project-stage-detect
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Project Stage Detect - name: project-stage-detect - description: "Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stage are - argument-hint: "[optional: role filter like 'programmer' or 'designer']"
perf-profile
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Perf Profile - description: "Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings." - argument-hint: "[system-name or 'full']" - agent: performance-analyst
team-audio
Donchitos/Claude-Code-Game-Studios · Game Dev Teams
### Team Audio - description: "Orchestrate audio team: audio-director + sound-designer + technical-artist + gameplay-programmer for full audio pipeline from direction to implementation." - argument-hint: "[feature or area to design audio for]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite
smoke-check
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Smoke Check - description: "Run the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stories ar - argument-hint: "[sprint | quick | --platform pc|console|mobile|all]" - allowed-tools: Read, Glob, Grep, Bash, Write, AskUserQuestion