Instructions file CodexOpenCode
A project instruction file for the wenext-limited/playbook-cocos codebase. It describes reading order, project structure, editing rules, and naming rules for skills.
Instructions file CodexOpenCode
A project instruction file for the wenext-limited/playbook-cocos codebase. It describes reading order, project structure, editing rules, and naming rules for skills.
Instructions file
Claude Code instructions for wenext-limited/playbook-cocos, a project described as: Cocos Creator 2D Game Development Playbook.
Skill Claude CodeCodex
A project-scanning helper that checks which app versions contain a particular feature. It supports checking one project or scanning several projects under a shared parent folder.
Skill Claude CodeCodex
A resource-checking and cleanup guide for Cocos Creator game projects, covering images, audio, and texture atlases. Cocos Creator is a tool for making games and interactive applications.
Skill Claude CodeCodex
A command-line helper for working with Cocos Creator 3.8.8 projects. Cocos Creator is a game-development tool that uses scenes, prefabs, components, and other game assets.
Skill Claude CodeCodex
Review Cocos Creator and OOPS TypeScript branch or PR diffs with ts-graph MCP semantic analysis and cocos-cli scene/prefab resource integrity checks. Use for Cocos code reviews, impact analysis, missing component detection, and missing resource validation. Requires both tools and asks before installation or update…
Skill Claude CodeCodex
A workflow for moving business features between Cocos Creator projects, including locating entry points, mapping code dependencies, checking resources, and fixing paths. Cocos Creator is a tool for building games and interactive applications.
Skill Claude CodeCodex
A skill for creating, updating, and checking Grafana dashboards for WeNext Cocos Creator game data stored in ClickHouse. Grafana is a tool for displaying monitored data as charts and metrics.
Skill Claude CodeCodex
A diagnostic skill for finding the root cause of Cocos JavaScript errors in an app. Cocos is a game-engine framework; the skill checks error stacks, release versions, source code, and engine documentation, using ClickHouse and Feishu Wiki data.
Skill Claude CodeCodex
A reporting helper that finds the ten most common Cocos JavaScript errors for a selected app, game type, and time period. It reads error data from ClickHouse, a database designed for analysing large event logs.
Skill Claude CodeCodex
Use when binding child nodes in Cocos Creator onLoad() — when given a .prefab file path, or when multiple fields share a common parent node, or traversal involves multi-level paths.
Skill Claude CodeCodex
A setup tool that links the local playbook-cocos knowledge base into the rule directories used by several AI coding tools. A soft link points to the original files instead of making a copy.
Skill Claude CodeCodex
A workflow for synchronising a user-level local copy of the playbook-cocos knowledge repository with its GitHub remote repository.
Skill Claude CodeCodex
A testing workflow for checking the complete network-protocol flow of a Cocos Creator game, including HTTP interactions.
Skill Claude CodeCodex
A tool for querying and analysing event data sent by Cocos Creator games to ClickHouse, a database commonly used for large-scale analytics. It can work across apps and examine events, users, versions, trends, ratios, and details, or produce SQL only.
Skill Claude CodeCodex
A checker for finding unused files in Cocos Creator project resource or custom Asset Bundle folders, which package assets for loading by an app.
Skill Claude CodeCodex
A command for triggering Jenkins builds, where Jenkins is a system that automatically runs project jobs such as packaging a game. It is intended for game projects, including Cocos projects.
Skill Claude CodeCodex
Trigger Jenkins remote builds for Cocos game projects via natural language. Parses user intent to fuzzy-match Jenkins job names, APPNAME targets, branch, and debug mode, then fires the build after confirmation. Use this skill whenever the user mentions 构建游戏, 触发构建, 打包游戏, Jenkins 构建, cocos 构建, 远程构建, build game, trigger…
Skill Claude CodeCodex
A workflow for reviewing work across local Codex, OpenCode, and Claude CLI sessions, then recording the results in Feishu spreadsheets. Feishu is a collaboration platform, and the workflow uses its work-type data to classify the work.
Skill Claude CodeCodex
A Feishu tool that turns a weekly meeting document into a self-contained HTML meeting summary or email.
Skill Claude CodeCodex
A reporting procedure that reads Feishu, also called Lark, weekly reports and tables to estimate how a named person's work time was divided among apps during a month.
Skill Claude CodeCodex
Instructions for moving a PlayerAvatarComponent avatar-management system into a new Cocos Creator game project. The system includes animated GIF playback, remote-image caching, reference counting, memory cleanup, image resizing, and default-avatar compatibility.
Skill Claude CodeCodex
Use when syncing gamecoin, coin, or defaultHead icon resources to another Cocos Creator game project. Triggers when user says "同步图标"、"迁移coin"、"迁移头像图标"、"同步资源" or mentions missing icon resources in a target project.
Skill Claude CodeCodex
Use when native app pushes sound/vibrate state changes to Cocos Creator game via bridge (e.g. onGameOp), and game UI (setting panels, toggle buttons, menu labels) needs to sync in real time. Applies when NativeUtil.soundState is the source of truth but UI reads from localStorage or AudioMgr cache, causing state desync.