claude▌
182 indexed skills · max 10 per page
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
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')"
launch-checklist
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Launch Checklist - name: launch-checklist - description: "Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs." - argument-hint: "[launch-date or 'dry-run']"
scope-check
Donchitos/Claude-Code-Game-Studios · Game Dev Code
### Scope Check - description: "Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts. Use when user says 'any scope cr - argument-hint: "[feature-name or sprint-N]" - allowed-tools: Read, Glob, Grep, Bash
sprint-plan
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Sprint Plan - description: "Generates a new sprint plan or updates an existing one based on the current milestone, completed work, and available capacity. Pulls context from production documents and design backlogs - argument-hint: "[new|update|status] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Edit, Task, AskUserQuestion
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
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
gate-check
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Gate Check - description: "Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to - argument-hint: "[target-phase: systems-design | technical-setup | pre-production | production | polish | release] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Bash, Write, Task, AskUserQuestion
regression-suite
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Regression Suite - name: regression-suite - description: "Map test coverage to GDD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after implementi - argument-hint: "[update | audit | report]"
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