shape-colors

shape-colors is a skill for Claude Code, Codex from sumo1/AI-GAME-COOL. It costs 38 tokens per session (507 once invoked), scanned A, original, Apache-2.0.

A recipe for interactive games that teach young children to recognise basic shapes and colours through clicking and dragging. It is aimed at children aged 4 to 6.

In plain words
What is it for?
Use it to create activities about shapes, colours, or both, with different question types, visual themes, answer choices, scoring, random questions, and encouraging feedback.
Why use it?
It helps keep the learning task clear and the interaction reliable, including correct answers, visible feedback, score updates, and usable touch controls.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create activities about shapes, colours, or both, with different question types, visual themes, answer choices, scoring, random questions, and encouraging feedback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sumo1/ai-game-cool/shape-colors
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.

Any agent
npx skills add sumo1/AI-GAME-COOL --skill shape-colors
Clone the repo
git clone --depth 1 https://github.com/sumo1/AI-GAME-COOL

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 shape-colors

README.md
[![agentmods](https://agentmods.dev/badge/skills/sumo1/ai-game-cool/shape-colors/github.svg)](https://agentmods.dev/skills/sumo1/ai-game-cool/shape-colors)
Your own site
<a href="https://agentmods.dev/skills/sumo1/ai-game-cool/shape-colors"><img src="https://agentmods.dev/badge/skills/sumo1/ai-game-cool/shape-colors/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shape-colors

Your own site · 80×15
<a href="https://agentmods.dev/skills/sumo1/ai-game-cool/shape-colors"><img src="https://agentmods.dev/badge/skills/sumo1/ai-game-cool/shape-colors.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00038 $0.00507
Opus 5 $0.00019 $0.00253
Sonnet 5 $0.00008 $0.00101
Haiku 4.5 $0.00004 $0.00051

Measured 9d ago against content hash 40c8703c4751, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

shape-colors 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 9d 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.

game-agent-backend/src/main/resources/skills/shape-colors/SKILL.md · 45 lines

What it actually says

形状颜色大冒险

图形识别与颜色分类互动游戏,适合 4-6 岁幼儿,通过拖拽和点击认识基本形状和颜色。

何时使用

用户提到形状、颜色、图形、认知、分类、圆形、三角形、正方形等关键词时激活此 Skill。

生成步骤

  1. 确定认知目标(形状识别/颜色识别/形状+颜色组合)
  2. 参考 assets/template.html 的交互模式
  3. 根据用户需求调整:
    • 形状种类(基本形状 vs 扩展形状如六边形、椭圆等)
    • 颜色范围(基本三原色 vs 更多颜色)
    • 题目类型(识别形状、识别颜色、颜色+形状组合)
    • 视觉主题(动物形状、水果颜色等)
  4. 调用 generateGame 生成完整 HTML
  5. 调用 evaluateGame 检查质量

评估重点

  • 形状和颜色展示清晰可辨
  • 点击选项后有明确的对错反馈
  • 有计分系统且分数正确累计
  • 题目随机生成
  • 所有元素在可见区域内
  • 适合 4-6 岁幼儿的认知水平
  • 鼓励式反馈(失败时不惩罚)

常见问题

  • 形状颜色与题目不匹配 → 确保随机生成题目时,正确答案包含在选项列表中且位置随机化
  • 拖拽功能在移动端失效 → 同时监听 touch 和 mouse 事件,使用 e.touches[0] 获取触摸坐标
  • 选项按钮点击无响应 → 检查事件委托是否正确,确保动态生成的按钮也绑定了点击事件
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 45 lines · 38 tokens per session scan A 40c8703c4751

Subscribe to this mod's changes

shape-colors is a skill published in the GitHub repository sumo1/AI-GAME-COOL (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 507 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

gentleman-trainer

Vim Trainer RPG system patterns for Gentleman.Dots. Trigger: When editing files in installer/internal/tui/trainer/, adding exercises, modules, or game mechanics.

Gentleman-Programming/Gentleman.Dots · 39 tokens

game-builder

Convert any topic into playable browser games. Types: trivia, matching, word puzzles, adventure games. Uses Phaser.js or Kaboom.js.

OneWave-AI/claude-skills · 31 tokens

teach-me

Teach the user end-to-end browser game development over multiple sessions — design, engine, art, audio, juice, multiplayer, shipping — by building real games together. Use when the user wants to LEARN to make games themselves: 'teach me game development', 'I want to learn to make games', 'teach me Phaser', 'how do…

kyh/vibedgames · 98 tokens

hr-game-development

Help HR and recruiting teams hire and assess game development candidates across engineering, design, and art disciplines. Use when asked to write a game developer job description, create a gameplay engineer interview, assess a game designers portfolio, build a game studio leveling framework, or similar…

tuanductran/hr-skills · 61 tokens

tutorial-workflow

A workflow for designing, reviewing, and testing tutorials and new-player onboarding for a game. It checks whether the tutorial teaches the game’s goals, turns, and cause-and-effect actions rather than merely listing buttons or reading like a rulebook.

zhuanggenhua/BoardGame · 39 tokens

godot-genre-educational

Expert blueprint for educational games including gamification loops (learn/apply/feedback/adapt), progress tracking (student profiles, mastery %), adaptive difficulty (target 70% success rate), spaced repetition, curriculum trees (prerequisite system), and visual feedback (confetti, XP bars). Use for learning apps…

thedivergentai/GD-Agentic-Skills · 105 tokens