CtrlK
BlogDocsLog inGet started
Tessl Logo

Claude-Code-Game-Studios

github.com/Donchitos/Claude-Code-Game-Studios

Skill

Added

Review

skill-improve

.claude/skills/skill-improve/SKILL.md

Improve a skill using a test-fix-retest loop. Runs static checks, proposes targeted fixes, rewrites the skill, re-tests, and keeps or reverts based on score change.

63

setup-engine

.claude/skills/setup-engine/SKILL.md

Configure the project's game engine and version. Pins the engine in CLAUDE.md, detects knowledge gaps, and populates engine reference docs via WebSearch when the version is beyond the LLM's training data.

60

security-audit

.claude/skills/security-audit/SKILL.md

Audit the game for security vulnerabilities: save tampering, cheat vectors, network exploits, data exposure, and input validation gaps. Produces a prioritised security report with remediation guidance. Run before any public release or multiplayer launch.

73

scope-check

.claude/skills/scope-check/SKILL.md

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 creep', 'scope review', 'are we staying in scope'.

71

review-all-gdds

.claude/skills/review-all-gdds/SKILL.md

Holistic cross-GDD consistency and game design review. Reads all system GDDs simultaneously and checks for contradictions between them, stale references, ownership conflicts, formula incompatibilities, and game design theory violations (dominant strategies, economic imbalance, cognitive overload, pillar drift). Run after all MVP GDDs are written, before architecture begins.

71

reverse-document

.claude/skills/reverse-document/SKILL.md

Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs.

56

retrospective

.claude/skills/retrospective/SKILL.md

Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration.

68

release-checklist

.claude/skills/release-checklist/SKILL.md

Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.

64

regression-suite

.claude/skills/regression-suite/SKILL.md

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 implementing a bug fix or before a release gate.

66

quick-design

.claude/skills/quick-design/SKILL.md

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 warrant one. Produces a Quick Design Spec that embeds directly into story files.

57

qa-plan

.claude/skills/qa-plan/SKILL.md

Generate a QA test plan for a sprint or feature. Reads GDDs and story files, classifies stories by test type (Logic/Integration/Visual/UI), and produces a structured test plan covering automated tests required, manual test cases, smoke test scope, and playtest sign-off requirements. Run before sprint begins or when starting a major feature.

76

prototype

.claude/skills/prototype/SKILL.md

Concept prototype — validate the core idea is worth designing before writing GDDs. Run right after /brainstorm and /setup-engine. Routes to HTML, Engine, or Paper path based on game type. Produces a throwaway build and a PROCEED/PIVOT/KILL verdict.

71

propagate-design-change

.claude/skills/propagate-design-change/SKILL.md

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 through resolution.

68

project-stage-detect

.claude/skills/project-stage-detect/SKILL.md

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 we in', 'full project audit'.

73

playtest-report

.claude/skills/playtest-report/SKILL.md

Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

68

perf-profile

.claude/skills/perf-profile/SKILL.md

Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings.

62

patch-notes

.claude/skills/patch-notes/SKILL.md

Generate player-facing patch notes from git history, sprint data, and internal changelogs. Translates developer language into clear, engaging player communication.

61

onboard

.claude/skills/onboard/SKILL.md

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 specified role or area.

64

milestone-review

.claude/skills/milestone-review/SKILL.md

Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or when evaluating readiness for a milestone deadline.

78

map-systems

.claude/skills/map-systems/SKILL.md

Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index.

60

localize

.claude/skills/localize/SKILL.md

Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, manage VO localization, test RTL/platform requirements, enforce string freeze, and report coverage.

60

launch-checklist

.claude/skills/launch-checklist/SKILL.md

Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs.

58

hotfix

.claude/skills/hotfix/SKILL.md

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.

68

help

.claude/skills/help/SKILL.md

Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now or I'm stuck or I don't know what to do

65

gate-check

.claude/skills/gate-check/SKILL.md

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 X', 'can we advance to production', 'check if we can start the next phase', 'pass the gate'.

71