Official Godot docs-backed game development knowledge skill for Claude Code.
A portable Godot game development knowledge plugin for Claude Code and other skill-capable agents.
This skill uses the official Godot documentation as the primary source for API and engine behavior. It supports both online search against docs.godotengine.org and offline search against a local godotengine/godot-docs checkout.
Add this repository as a Claude Code plugin marketplace:
claude plugin marketplace add JupiterTheWarlock/godot-game-dev-skill
Install the plugin:
claude plugin install godot-game-dev@jthewl-godot-skills
Inside Claude Code, the skill is namespaced as:
/godot-game-dev:godot-game-dev
For local development before publishing changes:
claude --plugin-dir ./plugins/godot-game-dev
claude plugin validate .
If your agent does not support Claude Code plugins, copy the skill folder directly:
plugins/godot-game-dev/skills/godot-game-dev -> ~/.codex/skills/godot-game-dev
plugins/godot-game-dev/skills/godot-game-dev -> ~/.claude/skills/godot-game-dev
Restart the agent app after installing so it can discover the skill.
Use this when network access is available:
python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs_online.py "CharacterBody2D move_and_slide" --version stable
python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs_online.py --class CharacterBody2D --version stable
Supported versions follow Godot docs URL names, such as stable, latest, 4.6, 4.5, or 3.6.
Clone the official docs under your home directory:
git clone --depth 1 --filter=blob:none https://github.com/godotengine/godot-docs.git ~/godot-docs
Then search locally:
python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs.py "signal connect callable"
python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs.py --class AnimationPlayer "animation_finished"
You can also point to another checkout:
GODOT_DOCS_DIR=/path/to/godot-docs python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs.py "TileMapLayer"
Or let the script clone the docs if missing:
python plugins/godot-game-dev/skills/godot-game-dev/scripts/search_godot_docs.py "ResourceLoader threaded load" --ensure
The skill intentionally does not vendor the full Godot docs repository. Full docs are large and change often, so the skill keeps a compact routing map and retrieval scripts instead.
Use official docs as API authority. Use bundled practical rules as implementation guardrails. Use third-party extracts only as non-authoritative heuristics.
MIT.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generic multi-repository Git synchronization workflow for main repos, submodules, and nested Git repos.
Consolidate repo-local agent skills into .agents/skills and maintain compatibility router skills across agent ecosystems.
Export public Xiaohongshu/XHS note pages to Markdown, JSON, raw HTML, and downloaded images using public HTTP fetches.
npx claudepluginhub jupiterthewarlock/godot-game-dev-skill --plugin godot-game-devDevelop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.