wenext-limited

48 mods across 1 repository, 2 stars between them.

wenext-limited/playbook-cocos

Instructions file GitHub Copilot

A set of instructions for GitHub Copilot in the wenext-limited/playbook-cocos repository. It explains the repository’s knowledge base, working guide, reading order, and naming rules for skills.

2 yesterday A 316 tokens

cocos-2d-game-loop

09

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A skill for building the core loop of a 2D game: the repeating flow that controls stages, countdowns, turns, and game states.

2 yesterday A 49 tokens

cocos-animation

10

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for creating 2D animations in Cocos Creator, a game-development tool, using tweens, Spine skeletal animation, timers, and frame loops.

2 yesterday A 47 tokens

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A skill for loading and organising game resources while a game runs, such as sprites and sprite sheets. It also covers preloading and caching, which keep resources ready for reuse.

2 yesterday A 41 tokens

cocos-audio

12

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A game-audio management aid for controlling music, sound effects, volume and audio behavior when an app moves between foreground and background.

2 yesterday A 43 tokens

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A Cocos game animation tool for flying-coin effects that follow curved Bézier paths, fade, and use pooled objects. Cocos is a game-development engine, and object pooling reuses objects instead of creating them repeatedly.

2 yesterday A 51 tokens

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for saving client-side data, including browser storage, prefixed key-value entries, and the OOPS storage system. It does not cover server-side data storage.

2 yesterday A 43 tokens

cocos-localization

15

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for adding multiple languages to a Cocos project. Cocos is a game-development framework, and localization means adapting an application for different languages.

2 yesterday A 38 tokens

cocos-network

16

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for adding network communication to software, including regular web requests and WebSocket connections. WebSockets keep a connection open for ongoing two-way messages.

2 yesterday A 27 tokens

cocos-project-setup

17

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A setup guide for creating new Cocos Creator game projects. Cocos Creator is a tool for making games, and OOPS is the framework included in the recommended starting structure.

2 yesterday A 78 tokens

oops-ecs-pattern

20

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for building software with a three-layer Entity-Component-System structure in the OOPS framework. The layers separate data models, business logic, and the view that displays or connects the data.

2 yesterday A 51 tokens

oops-event-system

21

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A set of rules for using the OOPS event system to let modules communicate through named events. It covers event definitions, registration and removal, and dispatching events, but not Cocos Node events or EventTarget.

2 yesterday A 45 tokens

oops-framework

22

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for starting or understanding the OOPS framework in Cocos Creator, a tool for building games and interactive applications. It covers the framework's main base class, global object, and startup process.

2 yesterday A 47 tokens

oops-mvvm-binding

23

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A guide for OOPS's MVVM data-binding system, which connects a user interface to data so changes can be shared between them automatically.

2 yesterday A 51 tokens

ts-common-patterns

24

wenext-limited/playbook-cocos

Skill Claude CodeCodex

A collection of TypeScript utilities and common coding patterns for interface and text-handling tasks. It includes toast notifications, number-counting animations, easing functions, Arabic-language support, and rich-text management.

2 yesterday A 50 tokens