AgentSkillsCN

godot-doc-lookup

查询 Godot 文档,获取某一类、某一方法或某一主题的相关信息。当您需要从 Godot 文档中获取 API 详情、教程指引或代码示例时,此功能将为您提供便捷支持。

SKILL.md
--- frontmatter
name: godot-doc-lookup
description: Look up Godot documentation for a class, method, or topic. Use when you need API details, tutorial guidance, or code examples from the Godot docs.
argument-hint: <class-name, method, or topic>

Godot Documentation Lookup

Invoke the godot-docs agent for documentation lookup.

Query: $ARGUMENTS

Run this command:

code
Task(subagent_type="godot-docs", prompt="Look up $ARGUMENTS. Return class inheritance, key properties, methods, signals, code examples, and best practice notes.")

After the agent returns its summary, present the structured results to the user.