Copyright (C) 2026 ZionXiaoxiSuOGLocGo SPDX-License-Identifier: GPL-3.0-or-later
AI agent skills and tools for game development. Compatible with opencode, Claude Code, Codex, Cursor, and other agent platforms.
Project analysis and documentation skills for AI agents.
| Skill | Description |
|---|---|
| project-onboard | Auto-detect project type and generate AGENTS.md — 11 rule packs, zero dependencies |
| project-docs | Three-document project knowledge system with type-specific templates and LLM-native multi-language |
Reusable governance framework for game design documentation — document authority, genre profiles, cross-document boundaries, change-safety anchors, and data-driven audits. Installable CLI: gdd-audit / gdd-profile-validate / gdd-scaffold.
Comprehensive UE5 engine reference for AI agents — core concepts, C++/Blueprint patterns, GAS, MCP, delegates, smart pointers (2300+ lines, UE 5.0–5.8).
Comprehensive Unity engine reference for AI agents — C# scripting, URP/HDRP, Shader Graph, architecture patterns, mobile optimization (1800+ lines, Unity 2022.3–Unity 6).
# Clone individual repositories
git clone https://github.com/Zions-store/project-ledger.git
git clone https://github.com/Zions-store/game-design-doc-governance.git
git clone https://github.com/Zions-store/unreal-manual.git
git clone https://github.com/Zions-store/unity-manual.git
# opencode Junctions (Windows)
mklink /J %USERPROFILE%\.config\opencode\skills\project-onboard project-ledger\project-onboard
mklink /J %USERPROFILE%\.config\opencode\skills\project-docs project-ledger\project-docs
mklink /J %USERPROFILE%\.config\opencode\skills\game-design-doc-governance game-design-doc-governance
mklink /J %USERPROFILE%\.config\opencode\skills\unreal-manual unreal-manual
mklink /J %USERPROFILE%\.config\opencode\skills\unity-manual unity-manualAll projects are GPL-3.0. See each project for details.