striderZA/OpenCodeGameStudios

Agentic game development taken to the next level: plan, build and test across major engines with any coding agent🤖

84Stars on the repository
200Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

team-qa

49

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package for a sprint or feature. Covers: test plan generation, test case writing, smoke check gate, manual QA execution, and sign-off report.

not rated 84 +2 24d ago A 73 tokens copy · 80% MIT

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Quality review of test files and manual evidence documents. Goes beyond existence checks — evaluates assertion coverage, edge case handling, naming conventions, and evidence completeness. Produces ADEQUATE/INCOMPLETE/MISSING verdict per story. Run before QA sign-off or on demand.

not rated 84 +2 24d ago A 59 tokens copy · 100% MIT

test-flakiness

51

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Detect non-deterministic (flaky) tests by reading CI run logs or test result history. Aggregates pass rates per test, identifies intermittent failures, recommends quarantine or fix, and maintains a flaky test registry. Best run during Polish phase or after multiple CI runs.

not rated 84 +2 24d ago A 59 tokens copy · 98% MIT

test-helpers

52

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions, and mock objects tailored to the project's systems. Reduces boilerplate in new test files.

not rated 84 +2 24d ago A 50 tokens copy · 97% MIT

test-setup

53

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workflow. Run once during Technical Setup phase before the first sprint begins.

not rated 84 +2 24d ago A 49 tokens copy · 100% MIT

changelog

54

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.

not rated 84 +2 24d ago A 29 tokens copy · 94% MIT

day-one-patch

55

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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 after public launch. Treats the patch as a mini-sprint with its own QA gate and rollback plan.

not rated 84 +2 24d ago A 63 tokens copy · 92% MIT

hotfix

56

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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.

not rated 84 +2 24d ago A 35 tokens original MIT

launch-checklist

57

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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

not rated 84 +2 24d ago A 33 tokens copy · 98% MIT

milestone-review

58

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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.

not rated 84 +2 24d ago A 40 tokens original MIT

patch-notes

59

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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

not rated 84 +2 24d ago A 33 tokens copy · 94% MIT

release-checklist

60

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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

not rated 84 +2 24d ago A 26 tokens copy · 98% MIT

retrospective

61

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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

not rated 84 +2 24d ago A 32 tokens copy · 81% MIT

sprint-plan

62

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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.

not rated 84 +2 24d ago A 39 tokens copy · 86% MIT

sprint-status

63

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Fast sprint status check. Reads the current sprint plan, scans story files for status, and produces a concise progress snapshot with burndown assessment and emerging risks. Run at any time during a sprint for quick situational awareness. Use when user asks 'how is the sprint going', 'sprint update', 'show sprint…

not rated 84 +2 24d ago A 70 tokens copy · 95% MIT

team-release

64

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment.

not rated 84 +2 24d ago A 34 tokens copy · 89% MIT

adopt

65

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks…

not rated 84 +2 24d ago A 78 tokens copy · 94% MIT

code-review

66

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

Performs an architectural and quality code review on a specified file or set of files. Checks for coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns.

not rated 84 +2 24d ago A 41 tokens original MIT

create-epics

67

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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 — run /create-stories [epic-slug] after each epic is created.

not rated 84 +2 24d ago A 61 tokens copy · 86% MIT

create-stories

68

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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 criteria, story type, and test evidence path. Run after /create-epics for each epic.

not rated 84 +2 24d ago A 65 tokens copy · 89% MIT

dev-story

69

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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, implements the code and test, and confirms each acceptance criterion. The core implementation skill — run after /story-readiness, before…

not rated 84 +2 24d ago A 74 tokens copy · 89% MIT

onboard

70

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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.

not rated 84 +2 24d ago A 40 tokens copy · 92% MIT

reverse-document

71

striderZA/OpenCodeGameStudios

Skill Claude CodeCodex

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

not rated 84 +2 24d ago A 24 tokens copy · 95% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: