基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LunCoSim/ai4space --skill read-guides命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | read-guides |
| description | Instructions for checking the available guides in the ai4space repository and reading them. |
This skill helps the user find and read the documentation available in the guides/ directory.
When the user asks to "read guides", "list guides", or asks for help on a specific topic covered by the guides, follow these steps:
List Available Guides:
If the user asks what guides are available, list the following files located in guides/:
guides/INTRODUCTION.MD - General introduction and project goals.guides/TOOLS_AND_SERVICES.MD - Overview of tools (Godot, Lunar Sim) and services used.guides/BLENDER_TO_GODOT_WORKFLOW.MD - Workflow for importing assets from Blender to Godot.guides/ADVANCED_GIT_SETUP.MD - Advanced Git configuration and best practices.Read a Specific Guide: If the user asks to read a specific guide (e.g., "how to use blender", "intro"), use your file reading tools to read the content of the corresponding markdown file from the list above.
Contextual Help: If the user asks a question that seems to be answered by one of these guides, proactively read the relevant guide and use its content to answer the user's question, citing the guide as the source.