godot-enemies

Implement Godot 4 enemy AI with chase, patrol, ranged, and boss behaviors.

8|3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/HubDev-AI/godot-ai-builder --skill godot-enemies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-enemies
Source: https://github.com/HubDev-AI/godot-ai-builder/tree/main/skills/godot-enemies
Command: npx skills add https://github.com/HubDev-AI/godot-ai-builder --skill godot-enemies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Create robust enemy AI, wave spawns, and boss patterns for Godot 4 games without starting from scratch.

Core Features & Use Cases

  • Provides Chase, Patrol, Ranged, and Boss enemy templates with procedural visuals.
  • Includes spawn/wave systems to scale challenge and maintain pacing in 2D action games.
  • Ideal for prototyping combat encounters, arena battles, and scripted boss fights with configurable visuals.

Quick Start

Spawn a ready-to-run enemy module in your Godot 4 project to bootstrap AI, spawning, and boss patterns.

Frequently Asked Questions about godot-enemies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up enemy AI chase and patrol behaviors in Godot 4?

To set up enemy AI in Godot 4, you can integrate modular scripts that provide configurable chase, patrol, and ranged behaviors, allowing your enemies to navigate and react without starting from scratch.

What is the best way to create multi-phase boss patterns in Godot 4?

The best way to create multi-phase boss patterns in Godot 4 is using a production-grade enemy architecture that supports complex boss logic and cohesive procedural visuals for scripted fights.

Can I use this to build a scalable wave-based spawn system for 2D action games?

Yes, you can build a scalable wave-based spawn system for 2D action games using the included spawn modules, which help scale challenge and maintain pacing during combat encounters.

Does this Godot enemy system include pathfinding for navigating 2D environments?

Yes, the Godot enemy system includes pathfinding capabilities within its modular scripts, enabling enemies to effectively navigate 2D environments during chase and patrol states.

Do I need GDScript to implement these enemy AI templates?

Yes, you need GDScript to implement these enemy AI templates, as the modular scripts and spawn systems are written in GDScript for integration into Godot 4 projects.

Are there limitations to using pre-built enemy modules for arena battles?

Pre-built enemy modules for arena battles are designed for 2D action games and prototyping combat encounters, meaning they may require modification for 3D environments or highly custom combat mechanics.