skills▌
188 indexed skills · max 10 per page
estimate
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Estimate - description: "Estimates task effort by analyzing complexity, dependencies, historical velocity, and risk factors. Produces a structured estimate with confidence levels." - argument-hint: "[task-description]" - allowed-tools: Read, Glob, Grep
hotfix
Donchitos/Claude-Code-Game-Studios · Game Release
### Hotfix - description: "Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly." - argument-hint: "[bug-id or description]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task
create-architecture
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Create Architecture - name: create-architecture - description: "Guided, section-by-section authoring of the master architecture document for the game. Reads all GDDs, the systems index, existing ADRs, and the engine reference library to produce a com - argument-hint: "[focus-area: full | layers | data-flow | api-boundaries | adr-audit] [--review full|lean|solo]"
design-review
Donchitos/Claude-Code-Game-Studios · Game Design
### Design Review - description: "Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programme - argument-hint: "[path-to-design-doc] [--depth full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Edit, Task, AskUserQuestion
consistency-check
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Consistency Check - name: consistency-check - description: "Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different variabl - argument-hint: "[full | since-last-review | entity:<name> | item:<name>]"
dev-story
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Dev Story - description: "Read a story file and implement it. Loads the full context (story, GDD requirement, ADR guidelines, control manifest), routes to the right programmer agent for the system and engine, imp - argument-hint: "[story-path]" - allowed-tools: Read, Glob, Grep, Write, Bash, Task, AskUserQuestion
architecture-decision
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Architecture Decision - name: architecture-decision - description: "Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should ha - argument-hint: "[title] [--review full|lean|solo]"
balance-check
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Balance Check - description: "Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-re - argument-hint: "[system-name|path-to-data-file]" - allowed-tools: Read, Glob, Grep
bug-triage
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Bug Triage - description: "Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug - argument-hint: "[sprint | full | trend]" - allowed-tools: Read, Glob, Grep, Write, Edit
bug-report
Donchitos/Claude-Code-Game-Studios · Game QA & Testing
### Bug Report - description: "Creates a structured bug report from a description, or analyzes code to identify potential bugs. Ensures every bug report has full reproduction steps, severity assessment, and context." - argument-hint: "[description] | analyze [path-to-file]" - allowed-tools: Read, Glob, Grep, Write