Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

Codex-Code-Game-Studios

Codex-Code-Game-Studios enthält 87 gesammelte Skills von Euraika-Labs, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
87
Stars
15
aktualisiert
2026-04-13
Forks
1
Berufsabdeckung
18 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

install-studio
Softwareentwickler

Global installer skill that bootstraps the full Codex Code Game Studios layer into the current repository by calling the installed repo bootstrap script.

2026-04-13
studio-help
Softwareentwickler

Global helper for explaining how the Codex Code Game Studios pack works, whether the current repo is already studio-enabled, and which installer flow to use next.

2026-04-13
adopt-studio
Softwareentwickler

Global read-only audit skill that checks whether a repository is ready for Codex Code Game Studios and routes to installation or the repo-local adopt flow.

2026-04-13
steam-bundles-pricing
Marktforschungsanalysten und Marketingspezialisten

Create a Steam pricing and bundle plan covering regional pricing, launch discounts, deluxe packages, soundtrack or DLC bundles, and Steam-specific pricing risks. Use when setting commercial terms on Steam.

2026-04-13
steam-coming-soon
Marktforschungsanalysten und Marketingspezialisten

Create a Steam Coming Soon and review calendar covering Steam Direct readiness, store page review, build review, wishlist beats, and release timing. Use when planning the Steam pre-launch window.

2026-04-13
steam-deck-ready
Softwareentwickler

Create a Steam Deck readiness summary covering input, readability, performance, suspend-resume behavior, compatibility risks, and follow-up actions. Use when preparing Steam Deck support or review positioning.

2026-04-13
steam-demo
Marktforschungsanalysten und Marketingspezialisten

Create a Steam demo plan covering demo App ID strategy, depot sharing, CTA back to the base game, QA scope, and event timing. Use when planning a public Steam demo.

2026-04-13
steam-dlc
Softwareentwickler

Create a Steam DLC plan covering DLC App ID setup, ownership gating, depot strategy, bundle effects, messaging, and QA focus. Use when planning a Steam DLC release.

2026-04-13
steam-early-access
Marktforschungsanalysten und Marketingspezialisten

Create a Steam Early Access plan covering the Early Access Q and A, roadmap framing, save-compatibility strategy, update cadence, and price-change risks. Use when the base game will launch in Early Access.

2026-04-13
steam-launch-ops
Projektmanagementspezialisten

Create a Steam launch operations runbook covering release unlock timing, go-live checks, on-call ownership, monitoring, escalation thresholds, and hotfix triggers. Use right before a Steam launch.

2026-04-13
steam-playtest
Projektmanagementspezialisten

Create a Steam Playtest operations plan covering signup messaging, cohort waves, build cadence, feedback collection, and exit criteria. Use when planning gated Steam testing before launch.

2026-04-13
steam-publish-plan
Projektmanagementspezialisten

Build a Steamworks publishing plan covering app relationships, packages, depots, review sequencing, Coming Soon timing, and which Steam variant flows apply. Use when preparing a Steam release for a premium game, demo, playtest, Early Access, DLC, soundtrack, or bundle.

2026-04-13
steam-review-ready
Marktforschungsanalysten und Marketingspezialisten

Produce a Steam review-readiness packet covering store page completeness, build submission readiness, depot/package checks, and reviewer-facing risks. Use before Steam review submission.

2026-04-13
steam-soundtrack
Projektmanagementspezialisten

Create a Steam soundtrack release plan covering soundtrack app setup, rights checks, album assets, pricing, and bundle coordination. Use when releasing a soundtrack on Steam.

2026-04-13
steam-store-assets
Spezialeffektkünstler und AnimatorenSchriftsteller und Autoren

Build a Steam store asset and copy pack covering capsule messaging, screenshots, trailers, library assets, and proof points. Use when preparing Steam store-facing creative and metadata.

2026-04-13
team-release
Computersystem- und IT-Manager

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

2026-04-13
setup-engine
Softwareentwickler

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

2026-04-12
adopt
Softwareentwickler

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 what exists) — this checks whether what exists will actually work with the template's skills.

2026-04-12
architecture-decision
Softwareentwickler

Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.

2026-04-12
architecture-review
Softwareentwickler

Validates completeness and consistency of the project architecture against all GDDs. Builds a traceability matrix mapping every GDD technical requirement to ADRs, identifies coverage gaps, detects cross-ADR conflicts, verifies engine compatibility consistency across all decisions, and produces a PASS/CONCERNS/FAIL verdict. The architecture equivalent of $design-review.

2026-04-12
art-bible
Artdirektoren

Guided, section-by-section Art Bible authoring. Creates the visual identity specification that gates all asset production. Run after $brainstorm is approved and before $map-systems or any GDD authoring begins.

2026-04-12
asset-audit
Softwareentwickler

Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.

2026-04-12
asset-spec
Bühnen- und Ausstellungsdesigner

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 after art bible and GDD/level design are approved, before production begins.

2026-04-12
brainstorm
Spezialeffektkünstler und Animatoren

Guided game concept ideation — from zero idea to a structured game concept document. Uses professional studio ideation techniques, player psychology frameworks, and structured creative exploration.

2026-04-12
bug-triage
Softwarequalitätssicherungsanalysten und -tester

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 count grows enough to need re-prioritization.

2026-04-12
content-audit
RedakteureMarktforschungsanalysten und Marketingspezialisten

Audit GDD-specified content counts against implemented content. Identifies what's planned vs built.

2026-04-12
create-architecture
Softwareentwickler

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 complete architecture blueprint before any code is written. Engine-version-aware: flags knowledge gaps and validates decisions against the pinned engine version.

2026-04-12
create-control-manifest
Softwareentwickler

After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Accepted ADRs, technical preferences, and engine reference docs. More immediately actionable than ADRs (which explain why).

2026-04-12
create-stories
Projektmanagementspezialisten

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.

2026-04-12
day-one-patch
Softwarequalitätssicherungsanalysten und -tester

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.

2026-04-12
design-review
Spezialeffektkünstler und Animatoren

Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.

2026-04-12
design-system
Spezialeffektkünstler und Animatoren

Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file.

2026-04-12
dev-story
Softwareentwickler

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 $code-review and $story-done.

2026-04-12
gate-check
Softwarequalitätssicherungsanalysten und -tester

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'.

2026-04-12
help
Kundendienst-Mitarbeiter

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

2026-04-12
localize
Softwareentwickler

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.

2026-04-12
map-systems
Softwareentwickler

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

2026-04-12
propagate-design-change
Softwareentwickler

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.

2026-04-12
qa-plan
Softwarequalitätssicherungsanalysten und -tester

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.

2026-04-12
retrospective
Projektmanagementspezialisten

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

2026-04-12
Zeigt die Top 40 von 87 gesammelten Skills in diesem Repository.