Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Codex-Code-Game-Studios

Codex-Code-Game-Studios contient 87 skills collectées depuis Euraika-Labs, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
87
Stars
15
mis à jour
2026-04-13
Forks
1
Couverture métier
18 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

install-studio
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en études de marché et spécialistes en marketing

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
Analystes en études de marché et spécialistes en marketing

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
Développeurs de logiciels

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
Analystes en études de marché et spécialistes en marketing

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
Développeurs de logiciels

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
Analystes en études de marché et spécialistes en marketing

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Analystes en études de marché et spécialistes en marketing

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
Spécialistes en gestion de projets

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
Artistes en effets spéciaux et animateursÉcrivains et auteurs

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
Gestionnaires des systèmes informatiques et d'information

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Directeurs artistiques

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
Développeurs de logiciels

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
Concepteurs de décors et d'expositions

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
Artistes en effets spéciaux et animateurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Rédacteurs en chefAnalystes en études de marché et spécialistes en marketing

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

2026-04-12
create-architecture
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Analystes en assurance qualité des logiciels et testeurs

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
Artistes en effets spéciaux et animateurs

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
Artistes en effets spéciaux et animateurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Représentants du service clientèle

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-12
propagate-design-change
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Spécialistes en gestion de projets

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

2026-04-12
Affichage des 40 principaux skills collectés sur 87 dans ce dépôt.