oops-framework

oops-framework is a skill for Claude Code, Codex from wenext-limited/playbook-cocos. It costs 47 tokens per session (2,606 once invoked), scanned A, original, no licence file.

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.

In plain words
What is it for?
Initializing OOPS, learning its core API, using the Root base class and global object, and understanding how an OOPS project starts.
Why use it?
It helps developers work with OOPS projects without having to locate and interpret the framework's core API and startup flow themselves. It applies only to projects using OOPS.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/wenext-limited/playbook-cocos/oops-framework
Any agent
npx skills add wenext-limited/playbook-cocos --skill oops-framework
Clone the repo
git clone --depth 1 https://github.com/wenext-limited/playbook-cocos

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oops-framework

README.md
[![agentmods](https://agentmods.dev/badge/skills/wenext-limited/playbook-cocos/oops-framework.svg)](https://agentmods.dev/skills/wenext-limited/playbook-cocos/oops-framework)
Your own site
<a href="https://agentmods.dev/skills/wenext-limited/playbook-cocos/oops-framework"><img src="https://agentmods.dev/badge/skills/wenext-limited/playbook-cocos/oops-framework.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,606 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.02606
Opus 5 $0.00023 $0.01303
Sonnet 5 $0.00009 $0.00521
Haiku 4.5 $0.00005 $0.00261

Measured 5d ago against content hash 7f80481f5ae8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

oops-framework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/oops-framework/SKILL.md · 336 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 336 lines · 47 tokens per session scan A 7f80481f5ae8

Subscribe to this mod's changes

oops-framework is a skill published in the GitHub repository wenext-limited/playbook-cocos (2 stars, last pushed 6d ago), with no licence file. It adds 47 tokens to every session and 2,606 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

html-to-ugui

HTML 原型转 Unity UGUI 智能 Prefab 生成管线。通过 AI 生成符合 UI-DSL 的 HTML,用 Playwright/浏览器烘焙 JSON v2 坐标、图片和适配意图,再导入 Unity 由 HtmlToUGUIBaker 生成可维护、多终端适配的 UGUI Prefab。触发场景:(1) 需要从自然语言生成 Unity UGUI 界面 (2) 需要从 HTML 原型烘焙 UGUI (3) UI 中包含图片并希望一键导入/绑定 Sprite (4) 需要 PC/mobile/pad 多终端适配 Prefab。.

Alex-Rachel/TEngine · 150 tokens

tengine-dev

TEngine Unity 游戏框架开发指导。触发词:TEngine, UIWindow, UIWidget, GameEvent, AddUIEvent, LoadAssetAsync, SetSprite, HybridCLR, YooAsset, Luban, GameModule, 热更, 资源加载, UI开发, 事件系统, 配置表.

Alex-Rachel/TEngine · 68 tokens

minecraft-modpack-server

Set up a modded Minecraft server from a CurseForge/Modrinth server pack zip. Covers NeoForge/Forge install, Java version, JVM tuning, firewall, LAN config, backups, and launch scripts.

graniet/kheish · 43 tokens

roblox-store-assets

Find, recommend, and insert real assets from the Roblox Creator Store into a Roblox experience. Use when the game needs a 3D model, mesh, decal, texture, audio, sound, animation, VFX/particle effect, vehicle, weapon, gameplay mechanic template, or replacement for placeholder parts.

erickow/robloxui-cli · 66 tokens

luau-wally-development

Develop Roblox experiences in this Luau/Wally project. Use when writing or reviewing Luau source, adding UI, wiring remotes, handling player data, optimizing performance, or working with the Roblox engine, Rojo, Instance Streaming, Data Stores, or the server-authority model.

erickow/robloxui-cli · 63 tokens

roblox-ts-development

Develop Roblox experiences in this Roblox-TS project. Use when writing or reviewing TypeScript source, adding React UI, wiring remotes, handling player data, optimizing performance, or working with the Roblox engine, Rojo, Rbxts, Instance Streaming, Data Stores, or the server-authority model.

erickow/robloxui-cli · 67 tokens