godot-master
41
总安装量
4
周安装量
#9281
全站排名
安装命令
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-master
Agent 安装分布
opencode
4
gemini-cli
4
codex
4
github-copilot
3
kimi-cli
3
Skill 文档
GDSkills Master Map of Content (MOC)
Welcome to the Divergent AI Godot Skills Library. This document provides a structured index of all available skills to help agents navigate the vast collection of specialized Godot knowledge.
Core & Setup
Foundational skills for project initialization and library management.
- godot-project-foundations â Standard project structure and initial setup.
- godot-mcp-setup â Configuring Godot for MCP integration.
- godot-skill-discovery â System for indexing and finding relevant skills.
- godot-skill-judge â Meta-skill for validating skill quality and standards.
Architecture & Communication
Core patterns for scalable Godot development.
- godot-composition â Entity-Component patterns for Games.
- godot-composition-apps â Composition patterns for Apps/UI.
- godot-signal-architecture â Decoupled communication standards.
- godot-autoload-architecture â Global state and singleton management.
- godot-scene-management â Efficient scene loading and transitions.
- godot-state-machine-advanced â Robust state logic for entities.
- godot-resource-data-patterns â Using
.tresfiles for data-driven design.
2D Systems
Animation, physics, and rendering for 2D projects.
- godot-2d-animation â Sprites, frames, and animation logic.
- godot-2d-physics â Collision, forces, and 2D movement.
- godot-tilemap-mastery â Advanced tile-based level design.
- godot-animation-player â Keyframe-based animation systems.
- godot-animation-tree-mastery â Blending and state trees for 2D/3D.
- godot-characterbody-2d â Standard 2D controller patterns.
- godot-particles â 2D and 3D visual effects.
- godot-tweening â Smooth interpolation for UI and gameplay.
3D Systems
Lighting, materials, and world-building for 3D projects.
- godot-3d-lighting â Environment, shadows, and performance.
- godot-3d-materials â PBR textures and shader integration.
- godot-3d-world-building â Level design and mesh organization.
- godot-physics-3d â 3D collisions and rigid body dynamics.
Gameplay Systems
Common mechanics and systems found in modern games.
- godot-ability-system â Reusable skill and spell frameworks.
- godot-combat-system â Damage calculation, hitboxes, and timing.
- godot-dialogue-system â Branching narrative and text management.
- godot-economy-system â Shops, currency, and resource management.
- godot-inventory-system â Item management and UI integration.
- godot-quest-system â Objective tracking and rewarding.
- godot-rpg-stats â Levelling, attributes, and modifers.
- godot-turn-system â Logic for turn-based encounters.
- godot-camera-systems â Smooth following, shaking, and focus.
- godot-audio-systems â Reusable sound management.
- godot-navigation-pathfinding â NavMesh and A* pathfinding.
- godot-procedural-generation â Algorithmic world and level creation.
UI & User Interaction
Building premium interfaces and handling input.
- godot-ui-containers â Layout management and responsive design.
- godot-ui-rich-text â Advanced text formatting and effects.
- godot-ui-theming â Styling components with Godot Themes.
- godot-input-handling â Multiplexing input and remapping.
Platforms & Cross-Platform
Adapting projects for different hardware and targets.
- godot-platform-desktop / mobile / web / console / vr
- godot-adapt-2d-to-3d / godot-adapt-3d-to-2d
- godot-adapt-desktop-to-mobile / godot-adapt-mobile-to-desktop
- godot-adapt-single-to-multiplayer
- godot-export-builds â CI/CD and manual build pipeline.
Networking & Persistence
Data storage and multiplayer architecture.
- godot-multiplayer-networking â High-level multiplayer API standards.
- godot-server-architecture â Dedicated server logic and sync.
- godot-save-load-systems â Serialization and file persistence.
Genre-Specific Blueprints
Start templates for specific game types.
- RPG: action-rpg / roguelike / visual-novel
- Action: shooter / platformer / fighting / stealth / metroidvania
- Strategy & Simulation: rts / tower-defense / moba / simulation / sandbox / open-world
- Other: card-game / horror / puzzle / racing / rhythm / sports / survival / battle-royale / idle-clicker / party / educational
Optimization & Advanced Tools
Tools for squeezing performance and boosting development.
- godot-performance-optimization â Draw calls, memory, and script performance.
- godot-debugging-profiling â Identifying bottlenecks and bugs.
- godot-gdscript-mastery â Advanced coding patterns and Godot 4 features.
- godot-mcp-scene-builder â AI-driven scene construction tools.
- godot-testing-patterns â Unit testing with GUT and integration tests.
- godot-project-templates â Scaffolding for new projects.