cocos-agent-team

Orchestrate Cocos Creator 3.8.x playable production across four specialist agent roles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building a complete Cocos Creator 3.8.x playable requires coordinating design, engineering, TypeScript development, and QA teams, which is prone to disjointed handoffs, missed tasks, and inconsistent adherence to project standards when managed manually. This skill eliminates that overhead by acting as a centralized orchestrator that automates the full production pipeline from spec validation to final QA sign-off.

Core Features & Use Cases

  • End-to-End Pipeline Orchestration: Spawns and coordinates four specialist agents (design, Cocos engineer, TypeScript dev, QA) in the correct sequential and parallel workflow to deliver a complete playable without manual role handoffs.
  • Shared State Management: Tracks progress via a shared task board, inter-agent chat log, and project context files, automatically routing blockers and re-spawning agents to resolve gaps.
  • Playable Lifecycle Management: Handles new playable workspace initialization (with safe archiving of prior runs) and in-progress project resumption, enforcing team coding and performance standards across all deliverables.
  • Use Case: If you have a completed playable spec and project context, invoke this skill to run the entire production pipeline and receive a final QA-passed build with performance metrics.

Quick Start

Invoke the cocos-agent-team skill to execute the full end-to-end playable production pipeline after you have filled out the required playable spec and project context configuration files.

Frequently Asked Questions about cocos-agent-team

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

FAQPage Schema
How do I automate Cocos Creator playable production from start to finish?

You can automate Cocos Creator playable production by orchestrating four specialist agents that handle wireframing, scene construction, TypeScript gameplay development, and QA testing sequentially to deliver a final build without manual handoffs.

Can I resume an in-progress Cocos Creator playable project mid-workflow?

Yes, you can resume an in-progress Cocos Creator playable project because the workflow uses cross-session memory and shared coordination artifacts to preserve context across runs, automatically routing blockers and re-spawning agents to resolve gaps.

What do I need to set up before running a Cocos playable agent pipeline?

Before running the pipeline, you need a completed playable spec, project context configuration files, and integration with Cocos Creator MCP servers for engine access to enable the agents to execute tasks correctly.

How does agent orchestration handle QA testing and performance validation for Cocos playables?

Agent orchestration handles QA testing by spawning a dedicated QA agent that validates gameplay components against team coding and performance standards, automatically routing any detected blockers back to the engineering agents for resolution.

Does this pipeline support TypeScript gameplay component development for Cocos Creator 3.8.x?

Yes, the pipeline supports TypeScript gameplay component development by utilizing a dedicated TypeScript developer agent role that writes and integrates gameplay logic specifically for Cocos Creator 3.8.x playable projects.

How does multi-agent orchestration prevent missed tasks during Cocos game development?

Multi-agent orchestration prevents missed tasks by maintaining a shared task board and inter-agent chat log that tracks progress, automatically routing blockers and re-spawning agents to ensure all workflow steps are completed to specification.