Tyou
Cocos Creator game client framework with PSD-to-UI automation
All Skills in This Repository (11)
Pure Emerald Level Indicatorsopenspec-apply-change
Apply an existing OpenSpec change by reading artifacts and updating tasks.md checkboxes.
openspec-explore
Explores requirements and designs in a read-only mode before implementation.
tyou-dev
Manage OpenSpec-based changes for Tyou development tasks.
cocos-asset-json
Inspect Cocos Creator Prefab, Scene, and SpriteAtlas assets for UUID and __id__ reference integrity.
openspec-archive-change
Archive completed OpenSpec changes to the archive directory after validation gates pass.
localization-dev
Route zh_cn and en_us localization text changes through Luban-dev Excel export.
wiki-sync
Scan and diff project documentation against source code using wiki-sync.yaml.
tyou-shader-dev
Implement 2D shader workflows for Cocos Creator 3.8.7 Tyou projects.
openspec-propose
Create OpenSpec change proposals with proposal.md, design.md, and tasks.md artifacts.
wiki-query
Search project documentation and return matched files with line numbers.
luban-dev
Automates Luban configuration table creation, validation, and export workflows from Design/config Excel files and Defines.
Frequently Asked Questions
FAQPage SchemaHow to install Tyou?▼
Run `npx skills add xiayu519/Tyou --all -g -y` in your terminal to install all skills in this suite globally.
What does the Tyou framework provide?▼
It is a Cocos Creator 3.8.7 TypeScript client framework with UI management, resource reference counting, events, timers, ECS, networking, and minigame platform SDKs, all accessed through a global tyou object.
How does the PSD-to-UI pipeline work?▼
A Photoshop script exports PNGs and a structure JSON, then a Cocos editor extension builds the full node tree, fixes components by naming prefix, and generates ready-to-use TypeScript UI code.
Can it manage game config tables and localization?▼
Yes. The luban-dev and localization-dev skills edit source Excel tables safely, export binary configs with genBin.bat, and serve text at runtime through tyou.i18n.
Does Tyou work with coding agents like Codex?▼
Yes. The AGENTS.md file and SKILL.md units give agents explicit routing rules, risk gates, and verification scripts for safe autonomous changes.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core