Godot Project Foundations
This skill provides a solid foundation for new Godot projects, covering essential setup and best practices to streamline your development workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add godot-project-foundations npx -- -y @trustedskills/godot-project-foundations
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"godot-project-foundations": {
"command": "npx",
"args": [
"-y",
"@trustedskills/godot-project-foundations"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a foundation for new Godot projects, establishing best practices for organization, naming conventions, and version control. It includes scripts to automate project scaffolding (creating feature folders and .gitignore files), manage performance profiles, implement advanced singletons, handle data resources reactively, log engine output, load scenes asynchronously, buffer input, and more. The skill emphasizes a professional workflow by discouraging common anti-patterns in Godot development.
When to use it
- Starting a new Godot project where you want a well-structured foundation from the beginning.
- When needing automated generation of feature folders and
.gitignorefiles. - For projects requiring high-performance profiles, reactive data resources, or asynchronous scene loading.
- To establish consistent coding standards and avoid common pitfalls in Godot development.
Key capabilities
- Automated Project Scaffolding: Generates feature folders and
.gitignoreusingproject_bootstrapper.gd. - Performance Profiles: Applies high-performance settings via
runtime_configurator.gd. - Advanced Singleton Pattern: Implements a RefCounted delegation pattern with
managed_autoload.gd. - Reactive Data Resources: Provides a foundation for data-driven pipelines using
base_data_resource.gd. - Custom Logging: Captures engine output for crash reporting via
advanced_telemetry_logger.gd. - Asynchronous Scene Loading: Loads scenes non-blockingly with progress status using
async_resource_loader.gd. - Input Buffering: Decouples hardware events from frame rate with
action_buffer_input.gd.
Example prompts
Since this skill primarily sets up a project foundation, there aren't direct user prompts. However, you might instruct an AI agent to:
- "Create a new Godot project using the Project Foundations skill."
- "Set up a Godot project with feature-based organization and a
.gitignorefile." - "Generate the initial project structure for my Godot game."
Tips & gotchas
- Mandatory Setup: Before starting any work, read
project_bootstrapper.gd. - Avoid Dependency Auditor: Do not load
dependency_auditor.gdunless troubleshooting loading errors. - Follow Naming Conventions: Adhere to the established file and node naming conventions (snake_case for files, PascalCase for nodes).
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.