cocos-playable-engineer

Automate Cocos Creator 3.8.x playable scene, prefab, and asset hierarchy construction.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dyCuong03/cocos-agent-team --skill cocos-playable-engineer
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: cocos-playable-engineer
Source: https://github.com/dyCuong03/cocos-agent-team/tree/main/skills/cocos-engineer
Command: npx skills add https://github.com/dyCuong03/cocos-agent-team --skill cocos-playable-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Manually building Cocos Creator 3.8.x playable scenes, importing assets, configuring components, and exporting optimized builds for playable ads is time-consuming, error-prone, and often fails to meet strict platform size and performance requirements like Meta's 2MB total bundle limit. This skill automates the entire end-to-end workflow for the cocos-engineer role, ensuring consistency with team development standards and eliminating manual editor errors.

Core Features & Use Cases

  • Full Scene & Prefab Construction: Build scene hierarchies, create reusable prefabs, mount TypeScript components, and wire animations and particle systems directly from design wireframes with no manual editor work required.
  • Optimized Build Exports: Run web-mobile builds configured for playable ad platforms, with automatic texture compression, sprite atlas packing, and bundle size triage to meet strict platform budgets.
  • Use Case: When a design agent delivers a wireframe for a new playable ad hook screen, use this skill to automatically import required assets, build the full scene hierarchy, mount the provided gameplay script, and export a valid optimized build ready for QA testing.

Quick Start

Use the cocos-playable-engineer skill to build the Hook.scene playable screen from the latest wireframe in docs/design/ and export a web-mobile build for QA testing.

Frequently Asked Questions about cocos-playable-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cocos Creator scene building for playable ads?โ–ผ

Automate playable scene building by using this skill to construct Cocos Creator 3.8.x scene hierarchies, import assets, mount TypeScript components, and wire animations directly from design wireframes without manual editor work.

What is the best way to export web-mobile builds under Meta's 2MB playable ad limit?โ–ผ

Export web-mobile builds under the 2MB limit by running optimized build exports that apply automatic texture compression, sprite atlas packing, and bundle size triage to meet strict playable ad platform budgets.

Can I build Cocos Creator prefabs and particle systems from a wireframe automatically?โ–ผ

Yes, you can build Cocos Creator prefabs and particle systems from a wireframe automatically, as the skill constructs reusable prefabs and wires particle systems directly from the provided design inputs.

Does this workflow require a cocos-creator MCP server for editor operations?โ–ผ

Yes, the workflow requires the cocos-creator MCP server to satisfy requirements for automated editor operations, ensuring cross-session context retention via agentmemory and compliance with team development standards.

Why do my Cocos Creator playable builds fail to meet team performance standards?โ–ผ

Cocos Creator playable builds fail team standards due to manual editor errors and unoptimized assets; this skill eliminates errors and enforces size and performance optimization standards automatically.