xiayu519xiayu519Community·11 Agent Skills Included

Tyou

Cocos Creator game client framework with PSD-to-UI automation

Builds Cocos Creator 3.8.7 game clients with a TypeScript framework covering UI, resources, events, networking, and minigame SDKs. Automates the full PSD-to-UI pipeline, Luban config tables, localization, and editor extensions without manual node wiring. Guides coding agents through safe routing, change contracts, and verification scripts to ship features faster with fewer regressions.
npx skills add xiayu519/Tyou --all -g -y
Available:

Instructs the agent how to route tasks to the correct sub-skill, enforce protected framework boundaries and UI rules, and run the required validation scripts before finishing work.

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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