JasonXuDeveloperJasonXuDeveloperCommunityยท5 Agent Skills Included

JEngine

Ship Unity game updates without rebuilding or resubmitting apps

Enables runtime hot updates for Unity games so code, assets, and logic ship without new builds. Eliminates Lua scripting, cross-domain adapters, and manual multi-step build pipelines with native C# execution. Adds AI skills for async tasks, object pooling, dialogs, and editor UI so agents write idiomatic game code faster.
npx skills add JasonXuDeveloper/JEngine --all -g -y
Available:

Tells the AI agent the JEngine architecture, coding conventions, and testing rules to follow when writing or modifying hot-update code in this Unity framework.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install JEngine?โ–ผ

Run `npx skills add JasonXuDeveloper/JEngine --all -g -y` in your terminal to install all skills in this suite globally.

How to hot update a Unity game without rebuilding?โ–ผ

JEngine runs standard C# at runtime via HybridCLR, so you push new code and assets to players without shipping a new build.

Does JEngine work with Claude Code and other AI agents?โ–ผ

Yes. It ships a built-in plugin with SKILL.md files that teach AI agents JEngine patterns like JAction, JObjectPool, and MessageBox.

How to reduce garbage collection in Unity gameplay?โ–ผ

Use the included JObjectPool and JAction skills to reuse objects and run zero-allocation async tasks for bullets, enemies, and effects.

Which platforms does JEngine support?โ–ผ

It supports iOS, Android, Windows, macOS, WebGL, and mini-game platforms like WeChat, Douyin, Alipay, and TapTap.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’