·godot-genre-rts
</>

godot-genre-rts

thedivergentai/gd-agentic-skills

Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build loop), and AI opponents (behavior trees, utility AI). Use for base-building RTS or tactical combat games. Trigger keywords: RTS, unit_selection, command_system, fog_of_war, pathfinding_RVO, resource_economy, command_queue.

7Installs·0Trend·@thedivergentai

Installation

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-genre-rts

SKILL.md

Expert blueprint for RTS games balancing strategy, micromanagement, and performance.

MANDATORY: Read the appropriate script before implementing the corresponding pattern.

rtsselectionmanager.gd Mouse-box unit selection with shift-add. Camera projection for 3D units, command issuing with queue support (shift+right click).

Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build loop), and AI opponents (behavior trees, utility AI). Use for base-building RTS or tactical combat games. Trigger keywords: RTS, unit_selection, command_system, fog_of_war, pathfinding_RVO, resource_economy, command_queue. Source: thedivergentai/gd-agentic-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-genre-rts
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is godot-genre-rts?

Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build loop), and AI opponents (behavior trees, utility AI). Use for base-building RTS or tactical combat games. Trigger keywords: RTS, unit_selection, command_system, fog_of_war, pathfinding_RVO, resource_economy, command_queue. Source: thedivergentai/gd-agentic-skills.

How do I install godot-genre-rts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-genre-rts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/thedivergentai/gd-agentic-skills