Godot Genre Roguelike

🌐Community
by thedivergentai · vlatest · Repository

This skill generates Godot Engine project templates for roguelike games, streamlining development and offering a solid foundation for challenging turn-based adventures.

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-genre-roguelike npx -- -y @trustedskills/godot-genre-roguelike
2

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

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

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

About This Skill

What it does

This skill generates Godot Engine project templates specifically tailored for roguelike games. It provides a pre-built foundation with expert guidance on key design principles, focusing on balancing challenge, progression, and replayability. The template incorporates best practices to avoid common pitfalls in roguelike development, particularly concerning random number generation (RNG), data management, and performance optimization within the Godot Engine environment.

When to use it

  • You're starting a new roguelike game project in Godot Engine.
  • You want a solid foundation with pre-configured systems for core roguelike mechanics.
  • You’re looking for guidance on avoiding common development mistakes in roguelikes, especially related to RNG and performance.

Key capabilities

  • Generates a complete Godot Engine project template for roguelike games.
  • Includes expert advice (anti-patterns) regarding:
    • RNG mitigation strategies (rerolls, shops, pity timers).
    • Proper seeding of random number generators.
    • Thread-safe data handling and background task management using WorkerThreadPool.
    • Prevention of save scumming.
    • Separation of run state and meta state.
    • Performance considerations for grid generation and navigation baking.
    • Use of AStarGrid2D instead of AStar2D.

Example prompts

  • "Create a Godot roguelike project template."
  • "Generate a Godot project with best practices for RNG in roguelikes."
  • “Initialize a new Godot roguelike project, ensuring proper thread safety.”

Tips & gotchas

  • This skill is specifically designed for the Godot Engine.
  • The generated template includes "NEVER Do" sections outlining common pitfalls to avoid – pay close attention to these guidelines.
  • Be mindful of the importance of using local RandomNumberGenerator instances and thread-safe data structures as emphasized in the included advice.

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
32

🌐 Community

Passed automated security scans.