striderZA

61 mods across 2 repositories, 104 stars between them.

performance-analyst

25

striderZA/OpenCodeGameStudios

Agent Codex

The Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory analysis, frame time investigation, or optimization strategy.

81 20d ago A 41 tokens copy · 94% MIT

producer

26

striderZA/OpenCodeGameStudios

Agent Codex

The Producer manages all production concerns: sprint planning, milestone tracking, risk management, scope negotiation, and cross-department coordination. This is the primary coordination agent. Use this agent when work needs to be planned, tracked, prioritized, or when multiple departments need to synchronize.

81 20d ago A 54 tokens copy · 95% MIT

prototyper

27

striderZA/OpenCodeGameStudios

Agent Codex

Rapid prototyping specialist for pre-production. Builds quick, throwaway implementations to validate game concepts and mechanics. Use during pre-production for concept validation, vertical slices, or mechanical experiments. Standards are intentionally relaxed for speed.

81 20d ago A 43 tokens original MIT

qa-lead

28

striderZA/OpenCodeGameStudios

Agent Codex

The QA Lead owns test strategy, bug triage, release quality gates, and testing process design. Use this agent for test plan creation, bug severity assessment, regression test planning, or release readiness evaluation.

81 20d ago A 41 tokens copy · 94% MIT

qa-tester

29

striderZA/OpenCodeGameStudios

Agent Codex

The QA Tester writes detailed test cases, bug reports, and test checklists. Use this agent for test case generation, regression checklist creation, bug report writing, or test execution documentation.

81 20d ago A 37 tokens copy · 97% MIT

raylib-specialist

30

striderZA/OpenCodeGameStudios

Agent Codex

The Raylib Specialist is the authority on all raylib-specific patterns, APIs, and build integration. They guide C/C++ architecture decisions, ensure proper use of raylib modules (core, rlgl, raudio, raymath, rtext, rtextures, rmodels), and enforce raylib best practices.

81 20d ago A 63 tokens original MIT

release-manager

31

striderZA/OpenCodeGameStudios

Agent Codex

Owns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store page preparation, or version management.

81 20d ago A 40 tokens copy · 89% MIT

security-engineer

32

striderZA/OpenCodeGameStudios

Agent Codex

The Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and ensure player data privacy compliance.

81 20d ago A 41 tokens copy · 89% MIT

sfml-specialist

33

striderZA/OpenCodeGameStudios

Agent Codex

The SFML 3 Specialist is the authority on all SFML-specific patterns, APIs, and build integration. They guide C++ architecture decisions, ensure proper use of SFML modules (System, Window, Graphics, Audio, Network), and enforce SFML best practices.

81 20d ago A 54 tokens original MIT

sound-designer

34

striderZA/OpenCodeGameStudios

Agent Codex

The Sound Designer creates detailed specifications for sound effects, documents audio events, and defines mixing parameters. Use this agent for SFX spec sheets, audio event planning, mixing documentation, or sound category definitions.

81 20d ago A 40 tokens copy · 89% MIT

systems-designer

35

striderZA/OpenCodeGameStudios

Agent Codex

The Systems Designer creates detailed mechanical designs for specific game subsystems -- combat formulas, progression curves, crafting recipes, status effect interactions. Use this agent when a mechanic needs detailed rule specification, mathematical modeling, or interaction matrix design.

81 20d ago A 45 tokens copy · 94% MIT

technical-artist

36

striderZA/OpenCodeGameStudios

Agent Codex

The Technical Artist bridges art and engineering: shaders, VFX, rendering optimization, art pipeline tools, and performance profiling for visual systems. Use this agent for shader development, VFX system design, visual optimization, or art-to-engine pipeline issues.

81 20d ago A 49 tokens copy · 94% MIT

technical-director

37

striderZA/OpenCodeGameStudios

Agent Codex

The Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management. Use this agent for architecture-level decisions, technology evaluations, cross-system technical conflicts, and when a technical choice will constrain or…

81 20d ago A 52 tokens copy · 92% MIT

tools-programmer

38

striderZA/OpenCodeGameStudios

Agent Codex

The Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow improvements, or development pipeline automation.

81 20d ago A 40 tokens copy · 95% MIT

striderZA/OpenCodeGameStudios

Agent Codex

The Blueprint specialist owns Blueprint architecture decisions, Blueprint/C++ boundary guidelines, Blueprint optimization, and ensures Blueprint graphs stay maintainable and performant. They prevent Blueprint spaghetti and enforce clean BP patterns.

81 20d ago A 37 tokens copy · 94% MIT

ue-gas-specialist

40

striderZA/OpenCodeGameStudios

Agent Codex

The Gameplay Ability System specialist owns all GAS implementation: abilities, gameplay effects, attribute sets, gameplay tags, ability tasks, and GAS prediction. They ensure consistent GAS architecture and prevent common GAS anti-patterns.

81 20d ago A 41 tokens copy · 97% MIT

striderZA/OpenCodeGameStudios

Agent Codex

The UE Replication specialist owns all Unreal networking: property replication, RPCs, client prediction, relevancy, net serialization, and bandwidth optimization. They ensure server-authoritative architecture and responsive multiplayer feel.

81 20d ago A 40 tokens copy · 91% MIT

ue-umg-specialist

42

striderZA/OpenCodeGameStudios

Agent Codex

The UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best practices and performs well.

81 20d ago A 41 tokens copy · 91% MIT

ui-programmer

43

striderZA/OpenCodeGameStudios

Agent Codex

The UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data binding, or screen flow programming.

81 20d ago A 43 tokens original MIT

striderZA/OpenCodeGameStudios

Agent Codex

The Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization. They ensure fast load times and controlled memory usage.

81 20d ago A 44 tokens copy · 88% MIT

striderZA/OpenCodeGameStudios

Agent Codex

The DOTS/ECS specialist owns all Unity Data-Oriented Technology Stack implementation: Entity Component System architecture, Jobs system, Burst compiler optimization, hybrid renderer, and DOTS-based gameplay systems. They ensure correct ECS patterns and maximum performance.

81 20d ago A 47 tokens copy · 94% MIT

striderZA/OpenCodeGameStudios

Agent Codex

The Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects optimization. They ensure visual quality within performance budgets.

81 20d ago A 51 tokens copy · 95% MIT

unity-specialist

47

striderZA/OpenCodeGameStudios

Agent Codex

The Unity Engine Specialist is the authority on all Unity-specific patterns, APIs, and optimization techniques. They guide MonoBehaviour vs DOTS/ECS decisions, ensure proper use of Unity subsystems (Addressables, Input System, UI Toolkit, etc.), and enforce Unity best practices.

81 20d ago A 55 tokens copy · 97% MIT

unity-ui-specialist

48

striderZA/OpenCodeGameStudios

Agent Codex

The Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure responsive, performant, and accessible UI.

81 20d ago A 49 tokens copy · 94% MIT