Godot Turn System

🌐Community
by thedivergentai Β· vlatest Β· Repository

This skill implements a flexible turn-based system for Godot games, streamlining gameplay and managing player actions effectively.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add godot-turn-system npx -- -y @trustedskills/godot-turn-system
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "godot-turn-system": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/godot-turn-system"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manage turn-based gameplay within a Godot game environment. It handles sequencing actions for multiple actors, tracking initiative order, and ensuring turns proceed logically according to defined rules. The system supports complex scenarios beyond simple sequential turns.

When to use it

  • Creating tactical RPGs where players and enemies take turns performing actions.
  • Developing strategy games with distinct phases and unit activations.
  • Implementing combat systems in adventure or simulation games requiring structured turn order.
  • Designing puzzle games that rely on a sequence of events triggered by different entities.

Key capabilities

  • Turn sequencing
  • Initiative tracking
  • Actor action management
  • Complex turn rules implementation

Example prompts

  • "Start the next turn in the combat encounter."
  • "Show me the initiative order for this battle."
  • "Execute [character name]'s attack action."
  • β€œWait for all actors to complete their turns.”

Tips & gotchas

This skill requires a Godot game project as its environment. The agent will need access and permissions within that project to manage turn-based logic effectively.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thedivergentai
Installs
26

🌐 Community

Passed automated security scans.