skills▌
188 indexed skills · max 10 per page
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]"
security-audit
Donchitos/Claude-Code-Game-Studios · Game Dev Code
### Security Audit - description: "Audit the game for security vulnerabilities: save tampering, cheat vectors, network exploits, data exposure, and input validation gaps. Produces a prioritised security report with remedi - argument-hint: "[full | network | save | input | quick]" - allowed-tools: Read, Glob, Grep, Bash, Write, Task
start
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Start - description: "First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions." - argument-hint: "[no arguments]" - allowed-tools: Read, Glob, Grep, Write, AskUserQuestion
reverse-document
Donchitos/Claude-Code-Game-Studios · Game Design
### Reverse Document - name: reverse-document - description: "Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs." - argument-hint: "<type> <path> (e.g., 'design src/gameplay/combat' or 'architecture src/core')"
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
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
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]"
skill-test
Donchitos/Claude-Code-Game-Studios · Game Dev Improvement
### Skill Test - description: "Validate skill files for structural compliance and behavioral correctness. Three modes: static (linter), spec (behavioral), audit (coverage report)." - argument-hint: "static [skill-name | all] | spec [skill-name] | category [skill-name | all] | audit" - allowed-tools: Read, Glob, Grep, Write