adding-enemies

Generate and configure AI-controlled enemies with chase, patrol, and health systems in Unity.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/definitelygames/ClownCar --skill adding-enemies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adding-enemies
Source: https://github.com/definitelygames/ClownCar/tree/main/.claude/skills/adding-enemies
Command: npx skills add https://github.com/definitelygames/ClownCar --skill adding-enemies

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers quickly implement enemies, NPCs, and AI-controlled characters in their game projects, streamlining the process of populating a game world with interactive entities.

Core Features & Use Cases

  • GameObject Creation: Sets up basic enemy GameObjects with colliders and tags.
  • AI Behavior Implementation: Provides code examples for chase, patrol, and hybrid AI patterns.
  • Combat System Integration: Includes a basic health and damage system.
  • Spawning Logic: Outlines prefab creation and spawner setup.
  • Use Case: A game developer needs to add patrolling guards to a stealth game. This Skill provides the foundational code for creating the guard, defining its patrol path, and implementing a detection system.

Quick Start

Use the adding-enemies skill to create an enemy that chases the player and has 3 health.

Frequently Asked Questions about adding-enemies

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

FAQPage Schema
How do I add enemies and NPCs with AI behaviors in Unity?

To add enemies and NPCs in Unity, use this Skill to generate AI-controlled characters with chase, patrol, and stationary behaviors. It creates GameObjects with colliders and integrates C# scripts for quick implementation.

Can I implement a health and damage system for game enemies using C#?

Yes, you can implement a basic health and damage system for game enemies using C#. This Skill provides integrated combat logic, allowing your Unity AI-controlled characters to take damage and track health values.

What's the best way to set up patrolling guards in a Unity game?

The best way to set up patrolling guards in a Unity game is by using AI behavior implementation scripts. This Skill generates patrol patterns and detection systems to configure NPC movements directly on your GameObjects.

Do I need the Unity game engine to create AI-controlled characters?

Yes, you need the Unity game engine environment to create these AI-controlled characters. The Skill relies on Unity for GameObject manipulation and requires C# scripting to configure enemy and NPC behaviors.

How does prefab spawning logic work for game enemies?

Prefab spawning logic for game enemies works by outlining prefab creation and spawner setup. This Skill provides the foundational C# scripts needed to instantiate enemy GameObjects dynamically during gameplay in Unity.

What AI patterns are supported for NPC scripting in Unity?

Supported AI patterns for NPC scripting in Unity include chase, patrol, and stationary behaviors. This Skill generates C# code examples for these patterns, enabling hybrid AI configurations for interactive game entities.