# Liangdabiao Godogen Godogen

> Godot API Lookup

- Skill: `tomevault-io/liangdabiao-godogen-godogen` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/liangdabiao-godogen-godogen`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/liangdabiao-godogen-godogen/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/liangdabiao-godogen-godogen

---


# Godot API Lookup

$ARGUMENTS

## How to answer

1. Read `${CLAUDE_SKILL_DIR}/doc_api/_common.md` — index of ~128 common classes
2. If the class isn't there, read `${CLAUDE_SKILL_DIR}/doc_api/_other.md`
3. Read `${CLAUDE_SKILL_DIR}/doc_api/{ClassName}.md` — full API with descriptions for all methods, properties, signals, constants, and virtual methods
4. Return what the caller needs:
   - **Specific question** (e.g. "how to detect collisions") → return relevant methods/signals with descriptions
   - **Full API request** (e.g. "full API for CharacterBody3D") → return the entire class doc

**GDScript syntax reference:** `${CLAUDE_SKILL_DIR}/gdscript.md` — language syntax, patterns, and recipes. Read when the caller asks about GDScript syntax, idioms, or common patterns (input handling, tweens, state machines, etc.).

Bootstrap if doc_api is empty: `bash ${CLAUDE_SKILL_DIR}/tools/ensure_doc_api.sh`

---
> Source: [liangdabiao/Godogen](https://github.com/liangdabiao/Godogen) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-24 -->

