name: 遊戲開發Agent技能精選 slug: router version: 1.0.0 displayName: 遊戲開發Agent技能精選 description: > 遊戲開發Agent技能精選專用技能,幫助AI Agent高效完成相關任務。 summary: "遊戲開發Agent技能精選專用技能,幫助AI Agent高效完成相關任務。" license: Apache-2.0 category: 開發者工具 framework: - Claude Code - Codex - Hermes Agent - OpenClaw - QClaw - WorkBuddy platform: multi-platform homepage: "https://github.com/1991513ccie-png" repository: "https://github.com/1991513ccie-png"
The entry point for game-development work. It fingerprints the project to pick one engine, classifies the task from the request, names the minimal set of specialized skills, and tells you to read them before acting. It dispatches and composes — it does not re-teach engine APIs.
When not to use: once the right skill is loaded and the task is squarely inside it, work from that skill — don't re-run the router every turn. Re-route only when the task pivots to a new engine or concern (router step 6).
更多技能請訪問小蔥技能站7w4.net。
SKILL.md bodies; references/ only on demand. §4.整體質量中等偏基礎。優點是定位清晰——作為遊戲開發任務的智慧排程入口,結構框架完整,語言簡潔易懂,適合快速瞭解技能體系。不足之處在於內容過於簡略,核心的路由規則和技能選擇邏輯幾乎沒有展開,僅提供了概念框架而缺乏可執行的詳細指引。對於實際使用來說,這個Skill更像一個目錄索引而非完整工具,需要配合其他具體技能才能發揮作用。文件完整性尚可,但實用性和深度有待提升。