Godot Genre Roguelike
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.
Run in terminal (recommended)
claude mcp add godot-genre-roguelike npx -- -y @trustedskills/godot-genre-roguelike
Or manually add to ~/.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
AStarGrid2Dinstead ofAStar2D.
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
RandomNumberGeneratorinstances 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.