← all publishers

frabcd

@frabcd source repo

95 published skills

  1. Help · frabcd bundle
    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
    0
    installs
  2. Adopt · frabcd bundle
    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 $ai-game-studio:project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.
    0
    installs
  3. Start · frabcd bundle
    First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions.
    0
    installs
  4. Hotfix · frabcd bundle
    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.
    0
    installs
  5. Onboard · frabcd bundle
    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.
    0
    installs
  6. QA Plan · frabcd bundle
    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.
    0
    installs
  7. Team QA · frabcd bundle
    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.
    0
    installs
  8. Team UI · frabcd bundle
    Orchestrate the UI team through the full UX pipeline: from UX spec authoring through visual design, implementation, review, and polish. Integrates with $ai-game-studio:ux-design, $ai-game-studio:ux-review, and studio UX templates.
    0
    installs
  9. Estimate · frabcd bundle
    Estimates task effort by analyzing complexity, dependencies, historical velocity, and risk factors. Produces a structured estimate with confidence levels.
    0
    installs
  10. Localize · frabcd bundle
    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.
    0
    installs
  11. Art Bible · frabcd bundle
    Guided, section-by-section Art Bible authoring. Creates the visual identity specification that gates all asset production. Run after $ai-game-studio:brainstorm is approved and before $ai-game-studio:map-systems or any GDD authoring begins.
    0
    installs
  12. Changelog · frabcd bundle
    Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.
    0
    installs
  13. Dev Story · frabcd bundle
    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 $ai-game-studio:story-readiness, before $ai-game-studio:code-review and $ai-game-studio:story-done.
    0
    installs
  14. Prototype · frabcd bundle
    Concept prototype — validate the core idea is worth designing before writing GDDs. Run right after $ai-game-studio:brainstorm and $ai-game-studio:setup-engine. Routes to HTML, Engine, or Paper path based on game type. Produces a throwaway build and a PROCEED/PIVOT/KILL verdict.
    0
    installs
  15. Soak Test · frabcd bundle
    Generate a soak test protocol for extended play sessions. Defines what to observe, measure, and log during long play sessions to surface slow leaks, fatigue effects, and edge cases that only appear after sustained play. Primarily used in Polish and Release phases.
    0
    installs
  16. Tech Debt · frabcd bundle
    Track, categorize, and prioritize technical debt across the codebase. Scans for debt indicators, maintains a debt register, and recommends repayment scheduling.
    0
    installs
  17. UX Design · frabcd bundle
    Guided, section-by-section UX spec authoring for a screen, flow, or HUD. Reads game concept, player journey, and relevant GDDs to provide context-aware design guidance. Produces ux-spec.md (per screen/flow) or hud-design.md using the studio templates.
    0
    installs
  18. UX Review · frabcd bundle
    Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED verdict with specific gaps.
    0
    installs
  19. Visual QA · frabcd bundle
    Run evidence-based multi-view visual, temporal, import, and runtime checks for generated game assets and scenes.
    0
    installs
  20. Asset Spec · frabcd bundle
    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.
    0
    installs
  21. Brainstorm · frabcd bundle
    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.
    0
    installs
  22. Bug Report · frabcd bundle
    Creates a structured bug report from a description, or analyzes code to identify potential bugs. Ensures every bug report has full reproduction steps, severity assessment, and context.
    0
    installs
  23. Bug Triage · frabcd bundle
    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.
    0
    installs
  24. Gate Check · frabcd bundle
    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'.
    0
    installs
  25. Skill Test · frabcd bundle
    Validate skill files for structural compliance and behavioral correctness. Three modes: static (linter), spec (behavioral), audit (coverage report).
    0
    installs
  26. Story Done · frabcd bundle
    End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates story status to Complete, and surfaces the next ready story from the sprint.
    0
    installs
  27. Team Audio · frabcd bundle
    Orchestrate audio team: audio-director + sound-designer + technical-artist + gameplay-programmer for full audio pipeline from direction to implementation.
    0
    installs
  28. Team Level · frabcd bundle
    Orchestrate level design team: level-designer + narrative-director + world-builder + art-director + systems-designer + qa-tester for complete area/level creation.
    0
    installs
  29. Test Setup · frabcd bundle
    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.
    0
    installs
  30. Asset Audit · frabcd bundle
    Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.
    0
    installs
  31. Code Review · frabcd bundle
    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.
    0
    installs
  32. Map Systems · frabcd bundle
    Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index.
    0
    installs
  33. Patch Notes · frabcd bundle
    Generate player-facing patch notes from git history, sprint data, and internal changelogs. Translates developer language into clear, engaging player communication.
    0
    installs
  34. Scope Check · frabcd bundle
    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'.
    0
    installs
  35. Smoke Check · frabcd bundle
    Run the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stories are implemented and before manual QA begins. A failed smoke check means the build is not ready for QA.
    0
    installs
  36. Sprint Plan · frabcd bundle
    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.
    0
    installs
  37. Team Combat · frabcd bundle
    Orchestrate the combat team: coordinates game-designer, gameplay-programmer, ai-programmer, technical-artist, sound-designer, and qa-tester to design, implement, and validate a combat feature end-to-end.
    0
    installs
  38. Team Polish · frabcd bundle
    Orchestrate the polish team: coordinates performance-analyst, technical-artist, sound-designer, and qa-tester to optimize, polish, and harden a feature or area for release quality.
    0
    installs
  39. Create Epics · frabcd bundle
    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 $ai-game-studio:create-stories [epic-slug] after each epic is created.
    0
    installs
  40. Perf Profile · frabcd bundle
    Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings.
    0
    installs
  41. Quick Design · frabcd bundle
    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.
    0
    installs
  42. Setup Engine · frabcd bundle
    Configure the project's game engine and version. Pins the engine in AGENTS.md, detects knowledge gaps, and populates engine reference docs via web search when the version is beyond the LLM's training data.
    0
    installs
  43. Team Release · frabcd bundle
    Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment.
    0
    installs
  44. Test Helpers · frabcd bundle
    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.
    0
    installs
  45. Balance Check · frabcd bundle
    Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design. Use when user says 'balance report', 'check game balance', 'run a balance check'.
    0
    installs
  46. Content Audit · frabcd bundle
    Audit GDD-specified content counts against implemented content. Identifies what's planned vs built.
    0
    installs
  47. Day One Patch · frabcd bundle
    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.
    0
    installs
  48. Design Review · frabcd bundle
    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.
    0
    installs
  49. Design System · frabcd bundle
    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.
    0
    installs
  50. Retrospective · frabcd bundle
    Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration.
    0
    installs
  51. Rig Animation · frabcd bundle
    Rig, retarget, generate, and quality-gate character animation with explicit skeleton, root-motion, deformation, and loop requirements.
    0
    installs
  52. Skill Improve · frabcd bundle
    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.
    0
    installs
  53. Sprint Status · frabcd bundle
    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 progress'.
    0
    installs
  54. Team Live Ops · frabcd bundle
    Orchestrate the live-ops team for post-launch content planning: coordinates live-ops-designer, economy-designer, analytics-engineer, community-manager, writer, and narrative-director to design and plan a season, event, or live content update.
    0
    installs
  55. Tool Discover · frabcd bundle
    Search the offline generative-game catalog and available live metadata to recommend licensed, compatible tools for a concrete workflow.
    0
    installs
  56. Create Stories · frabcd bundle
    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 $ai-game-studio:create-epics for each epic.
    0
    installs
  57. Prompt To Game · frabcd bundle
    Convert a game idea into a scoped playable prototype through explicit design, stack selection, implementation, and evidence gates.
    0
    installs
  58. Security Audit · frabcd bundle
    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.
    0
    installs
  59. Team Narrative · frabcd bundle
    Orchestrate the narrative team: coordinates narrative-director, writer, world-builder, and level-designer to create cohesive story content, world lore, and narrative-driven level design.
    0
    installs
  60. Test Flakiness · frabcd bundle
    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.
    0
    installs
  61. Vertical Slice · frabcd bundle
    Pre-Production validation — build a production-quality end-to-end build to confirm the full game loop is achievable before committing to Production. Run after GDDs, architecture, and UX specs are complete. Produces a PROCEED/PIVOT/KILL verdict that gates the Pre-Production → Production transition.
    0
    installs
  62. World Generate · frabcd bundle
    Generate reversible terrain, environments, procedural levels, lighting, navigation, and spawn layouts from validated design constraints.
    0
    installs
  63. Playtest Report · frabcd bundle
    Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.
    0
    installs
  64. Quality Enhance · frabcd bundle
    Create reversible, quality-gated game asset or scene enhancements with preserved originals and before-and-after evidence.
    0
    installs
  65. Review All Gdds · frabcd bundle
    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.
    0
    installs
  66. Sprite Generate · frabcd bundle
    Plan, generate, normalize, and validate consistent 2D sprites, tiles, portraits, and animation sheets with preserved sources.
    0
    installs
  67. Story Readiness · frabcd bundle
    Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is story X ready to implement'.
    0
    installs
  68. Launch Checklist · frabcd bundle
    Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs.
    0
    installs
  69. Milestone Review · frabcd bundle
    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.
    0
    installs
  70. Regression Suite · frabcd bundle
    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.
    0
    installs
  71. Reverse Document · frabcd bundle
    Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs.
    0
    installs
  72. Toolchain Doctor · frabcd bundle
    Inspect the local game-development toolchain read-only, identify compatibility gaps, and prepare one reversible setup proposal without installing or changing anything.
    0
    installs
  73. Setup Godot · frabcd bundle
    Inspect a Godot project and propose one compatible local Godot MCP adapter with exact pins, permissions, health checks, and rollback. Use for Godot editor automation setup or adapter replacement; never install or activate a server before digest confirmation.
    0
    installs
  74. Setup Pixel · frabcd bundle
    Inspect a 2D game project and propose the pinned pixel-art MCP adapter or documented non-MCP editor alternatives. Use for Aseprite-based sprite automation; require digest confirmation before activating tools or changing assets.
    0
    installs
  75. Setup Unity · frabcd bundle
    Inspect a Unity project and propose one compatible local Unity MCP adapter with exact pins, permissions, health checks, and rollback. Use for Unity editor automation setup or adapter replacement; never install or activate a server before digest confirmation.
    0
    installs
  76. Asset 3d Generate · frabcd bundle
    Select and run a licensed image-or-text-to-3D workflow, then validate topology, shading, UVs, LODs, collision, and engine import.
    0
    installs
  77. Consistency Check · frabcd bundle
    Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different variables. text search-first approach — reads registry then targets only conflicting GDD sections rather than full document reads.
    0
    installs
  78. Engine Automation · frabcd bundle
    Plan and execute approved Unity, Godot, Unreal, Blender, or pixel-editor automation through one compatible host adapter at a time.
    0
    installs
  79. Release Checklist · frabcd bundle
    Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.
    0
    installs
  80. Npc Audio Generate · frabcd bundle
    Design and generate NPC dialogue, quests, voices, music, and sound with consent, narrative, localization, audio, and runtime gates.
    0
    installs
  81. Setup Unreal · frabcd bundle
    Inspect an Unreal Engine project and propose one compatible local Unreal MCP adapter with exact pins, high-risk permissions, health checks, and rollback. Use for Unreal editor automation setup; require digest confirmation before any plugin or server change.
    0
    installs
  82. Architecture Review · frabcd bundle
    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 $ai-game-studio:design-review.
    0
    installs
  83. Create Architecture · frabcd bundle
    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.
    0
    installs
  84. Project Stage Detect · frabcd bundle
    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'.
    0
    installs
  85. Test Evidence Review · frabcd bundle
    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.
    0
    installs
  86. Setup Blender · frabcd bundle
    Inspect Blender and a game project, then propose the pinned local Blender MCP adapter with permissions, addon steps, health checks, and rollback. Use for Blender-assisted 3D generation or animation; never install the addon or server before digest confirmation.
    0
    installs
  87. Architecture Decision · frabcd bundle
    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.
    0
    installs
  88. Img2threejs · frabcd bundle
    Turn an object or character reference image into a quality-gated, animation-ready procedural Three.js model built in code. Use for image-to-3D reconstruction, detail-accurate object rebuilds, stylized or likeness-maximized characters, sculpt specifications, staged code generation, and multi-view visual correction.
    0
    installs
  89. Create Control Manifest · frabcd bundle
    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).
    0
    installs
  90. Propagate Design Change · frabcd bundle
    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.
    0
    installs
  91. Migrate Claude · frabcd bundle
    Inspect a Claude Code game project and plan a reversible Codex migration of guidance, skills, agents, hooks, and paths. Use when CLAUDE.md or .claude content is present; preserve the source and require digest confirmation before writing Codex files.
    0
    installs
  92. Setup Macos Edition · frabcd bundle
    Inspect a macOS game project and propose one native Apple Silicon or Intel Codex AI Game Studio setup, including deterministic alternatives for Windows, PowerShell, CUDA, or DirectML-only tooling. Use explicitly for macOS edition selection or cross-platform adaptation; never install, activate, download, or change configuration before full-digest confirmation.
    0
    installs
  93. Material Texture Generate · frabcd bundle
    Generate and validate tileable, color-managed PBR material sets for a specified engine shader and texel-density budget.
    0
    installs
  94. Setup Automation · frabcd bundle
    Inspect a game project and propose the optional Codex hooks, scoped AGENTS.md guidance, and selected local agent profiles. Use when adopting the automation pack or changing its engine-specific project setup; never apply configuration before digest confirmation.
    0
    installs
  95. Setup Windows Edition · frabcd bundle
    Inspect a native Windows game-development environment and propose one compatible Codex AI Game Studio edition with architecture, shell, package-manager, editor, GPU, MCP, permission, license, and rollback details. Use explicitly for Windows edition setup or for adapting a macOS-, POSIX-, Apple-Silicon-, or Metal-bound workflow; never install, download, activate, substitute, or configure anything before exact digest confirmation.
    0
    installs