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

godot-ai-builder

godot-ai-builder contient 16 skills collectées depuis HubDev-AI, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
8
mis à jour
2026-02-18
Forks
3
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

godot-builder
Développeurs de logiciels

Master router and orchestrator for AI game generation in Godot 4. GODOT 4 ONLY — never create HTML/JS/TS web apps, Unity, Unreal, or any non-Godot project. "web game" = Godot game with HTML5 export. "mobile game" = Godot with touch input. The current directory already contains a Godot project — write all files here. Triggers on: "create a game", "add feature", "build", "make", "generate".

2026-02-18
godot-director
Développeurs de logiciels

Game Director — the project manager for AI game generation in Godot 4. GODOT 4 ONLY — never create HTML/JS/TS web apps, Unity, Unreal, or any non-Godot project. "web game" = Godot + HTML5 export. "mobile game" = Godot + touch input. The current directory already contains a Godot project — write all files here. Triggers on: "create a game", "build a complete game", "build from these docs".

2026-02-18
godot-ops
Développeurs de logiciels

MCP tool operations: run game, read errors, reload filesystem, iterate fixes. Use when testing, debugging, or running the build-test-fix loop. This is the "DevOps" skill for AI game generation. CRITICAL: Always use MCP tools, never raw curl. Always report progress.

2026-02-18
godot-dev
Développeurs de logiciels

Internal development skill for working on the AI Game Builder plugin itself. NOT for game generation — this is for modifying the builder's skills, MCP server, Godot plugin, hooks, docs, and tooling. Load this when continuing builder development. Triggers on: "improve the builder", "add a new skill", "fix the MCP server", "update the plugin", or any request about developing the AI Game Builder itself.

2026-02-17
godot-assets
Développeurs de logiciels

Visual quality system for Godot games. Creates polished, layered procedural visuals using shaders, _draw(), particles, and post-processing. Also handles external art pipelines (user-provided or AI-generated sprites). The goal is games that look intentional and stylish — never flat colored rectangles.

2026-02-17
godot-templates
Développeurs de logiciels

Genre-specific game templates with complete file manifests. Use when creating a game from a genre prompt. Each template lists every file to create, the node hierarchy, and the key mechanics to implement.

2026-02-17
godot-distiller
Développeurs de logiciels

Requirements Distiller — takes complex game design documents (GDDs, PRDs, feature lists) and produces a scoped, single-session build plan that the builder can actually deliver. Prevents scope explosion by identifying the core gameplay loop and stripping everything else. Triggers on: "distill", "scope", "session plan", or when the builder detects complex multi-doc input.

2026-02-15
godot-effects
Développeurs de logiciels

Audio, visual effects, tweens, particles, screen shake, shaders, and game feel. Use when adding polish: explosions, hit feedback, music, SFX, trails, glow. Includes shader-based effects and procedural sound generation.

2026-02-15
godot-enemies
Développeurs de logiciels

Enemy AI, spawn systems, boss patterns, and pathfinding for Godot 4. Use when creating enemies, wave systems, AI behavior, or boss fights. Contains complete scripts for chase, patrol, ranged, and boss enemies. All enemies include layered procedural visuals (not flat shapes).

2026-02-15
godot-player
Développeurs de logiciels

Player controller implementations for every genre. Use when creating player movement, shooting, jumping, or any player interaction. Contains complete, tested scripts for top-down, platformer, twin-stick, and point-and-click controllers. All controllers include layered procedural visuals (not flat shapes).

2026-02-15
godot-polish
Développeurs de logiciels

Game feel, juice, and visual quality. The difference between a prototype and a game people want to play. Use in Phase 5 of the Director workflow, or whenever the user says "make it look good", "add polish", "add juice", or "it feels flat".

2026-02-15
godot-gdscript
Développeurs de logiciels

GDScript language patterns, idioms, and common mistakes for Godot 4.3+. Use when writing any GDScript code, checking syntax, or debugging script errors. Covers typed variables, signals, coroutines, groups, and best practices.

2026-02-15
godot-init
Développeurs de logiciels

Bootstrap a Godot 4 project from scratch or verify an existing project structure. Use when: starting a new game, initializing folder structure, configuring project.godot, or verifying a project is set up correctly.

2026-02-15
godot-physics
Développeurs de logiciels

Collision layers, physics bodies, Area2D triggers, and detection patterns. Use when setting up collision, creating hitboxes, or debugging physics issues.

2026-02-15
godot-scene-arch
Développeurs de logiciels

Scene creation and node hierarchy architecture for Godot 4. Use when building scenes, choosing between programmatic vs .tscn, designing node trees, or connecting scripts to scenes. CRITICAL: prefer programmatic scene building for generated code.

2026-02-15
godot-ui
Développeurs de logiciels

UI systems for Godot 4: HUD, menus, game over screens, dialog boxes, health bars, and screen transitions. Use when building any user interface.

2026-02-15