skills▌
188 indexed skills · max 10 per page
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
quick-design
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Quick Design - description: "Lightweight design spec for small changes — tuning adjustments, minor mechanics, balance tweaks. Skips full GDD authoring when a system GDD already exists or the change is too small to w - argument-hint: "[brief description of the change]" - allowed-tools: Read, Glob, Grep, Write, Edit
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
milestone-review
Donchitos/Claude-Code-Game-Studios · Game Dev Improvement
### Milestone Review - name: milestone-review - description: "Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or when ev - argument-hint: "[milestone-name|current] [--review full|lean|solo]"
playtest-report
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Playtest Report - name: playtest-report - description: "Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis." - argument-hint: "[new|analyze path-to-notes] [--review full|lean|solo]"
release-checklist
Donchitos/Claude-Code-Game-Studios · Game Release
### Release Checklist - name: release-checklist - description: "Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness." - argument-hint: "[platform: pc|console|mobile|all]"
soak-test
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Soak Test - description: "Generate a soak test protocol for extended play sessions. Defines what to observe, measure, and log during long play sessions to surface slow leaks, fatigue effects, and edge cases that - argument-hint: "[duration: 30m | 1h | 2h | 4h] [focus: memory | stability | balance | all]" - allowed-tools: Read, Glob, Grep, Write
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