claude▌
182 indexed skills · max 10 per page
create-epics
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Create Epics - description: "Translate approved GDDs + architecture into epics — one epic per architectural module. Defines scope, governing ADRs, engine risk, and untraced requirements. Does NOT break into stories - argument-hint: "[system-name | layer: foundation|core|feature|presentation | all] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Task, AskUserQuestion
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
day-one-patch
Donchitos/Claude-Code-Game-Studios · Game Release
### Day One Patch - description: "Prepare a day-one patch for a game launch. Scopes, prioritises, implements, and QA-gates a focused patch addressing known issues discovered after gold master but before or immediately af - argument-hint: "[scope: known-bugs | cert-feedback | all]" - allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion
create-stories
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Create Stories - description: "Break a single epic into implementable story files. Reads the epic, its GDD, governing ADRs, and control manifest. Each story embeds its GDD requirement TR-ID, ADR guidance, acceptance c - argument-hint: "[epic-slug | epic-path] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Task, AskUserQuestion
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
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>]"
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]"
architecture-review
Donchitos/Claude-Code-Game-Studios · Game Dev Planning
### Architecture Review - name: architecture-review - description: "Validates completeness and consistency of the project architecture against all GDDs. Builds a traceability matrix mapping every GDD technical requirement to ADRs, identifies coverage gap - argument-hint: "[focus: full | coverage | consistency | engine | single-gdd path/to/gdd.md]"
asset-spec
Donchitos/Claude-Code-Game-Studios · Game Design
### Asset Spec - description: "Generate per-asset visual specifications and AI generation prompts from GDDs, level docs, or character profiles. Produces structured spec files and updates the master asset manifest. Run - argument-hint: "[system:<name> | level:<name> | character:<name>] [--review full|lean|solo]" - allowed-tools: Read, Glob, Grep, Write, Edit, Task, AskUserQuestion