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).
SKILL.md bodies; references/ only on demand. §4.整体质量中等偏基础。优点是定位清晰——作为游戏开发任务的智能调度入口,结构框架完整,语言简洁易懂,适合快速了解技能体系。不足之处在于内容过于简略,核心的路由规则和技能选择逻辑几乎没有展开,仅提供了概念框架而缺乏可执行的详细指引。对于实际使用来说,这个Skill更像一个目录索引而非完整工具,需要配合其他具体技能才能发挥作用。文档完整性尚可,但实用性和深度有待提升。