
Claude Skills by infometa
github.com/infometaCloudBase AI Development - Complete toolkit for building Web, Mini Program, and Native App projects with CloudBase. Includes authentication, database (NoSQL/MySQL), cloud functions, CloudRun, storage, AI models, and UI design guidelines.
Audit and improve CODEBUDDY.md files in repositories. Use when user asks to check, audit, update, improve, or fix CODEBUDDY.md files. Scans for all CODEBUDDY.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CODEBUDDY.md maintenance" or "project memory optimization".
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
查看插件内置的 Skill 列表与各自职责
仅当用户明确报告 Godot 项目**已经出错**(报错 / 崩溃 / 编译失败 / 脚本错误 / fix this error / 帮我看下这个 bug),或 build_godot_scene 执行后返回了错误日志时激活。调用 get_debug_errors / get_script_errors / get_editor_output 三个 MCP 单元查询工具并美化呈现。 用户在做新内容开发、部署、新建项目时**不要**激活本 Skill。
仅当用户**只关心部署/重连本身**(部署 godot mcp / 安装 godot-mcp / setup mcp / godot mcp 连不上 / 端口 9080 没监听 / 重新连接 godot), 或被 godot-dev 因 godot-editor 缺失而让位过来时激活。执行 5 步部署 (Node 检查 → server build → .mcp.json 校验 → 下载 godot-editor → 9080 探测)。 用户提到任何具体游戏内容(做贪吃蛇/做平台跳跃/加玩法/改场景)时 **不要**激活本 Skill,应由 godot-dev 决定是否需要部署。
**Godot 游戏开发统一入口(4.23 三场景分流总 Skill)**。当用户用自然语言提出 任何与「做游戏 / 开发游戏 / 加玩法 / 写 Godot 脚本 / 改场景 / 改节点 / 做关卡 / 做 UI / 做角色 / 做敌人 / 做菜单 / 做 2D / 做 3D / 做 RPG / 做平台跳跃 / 做贪吃蛇 / make a game / build a game / add gameplay / godot script / godot scene」相关的请求时激活。 本 Skill **必须自己执行环境检测、意图判别、流程编排**(4.23.md 明确规定 Skill 负责所有匹配/流程/资源/命令逻辑,不能甩给 MCP),并按照 4.23.md 的 三个场景把控制权分别移交给 [godot-deploy](../godot-deploy/SKILL.md) / [godot-new](../godot-new/SKILL.md) 子流程,或直接用唯一的 MCP 编辑器单元 工具 `build_godot_scene` 完成场景修改。 —— 仅当用户「只想部署...
外部 API 服务调用技能。安全管理 API 密钥,调用第三方 AI 服务生成资产。 支持 3D 模型、贴图、音频等资产的 AI 生成。
文件系统操作技能。提供项目文件的读取、写入、复制、移动等操作能力。 支持 Godot 项目的资源文件管理。
Godot 4 核心操作技能。提供场景、节点、脚本的基础 MCP 工具调用能力。 当用户的工作区包含 Godot 项目(存在 project.godot 文件)时自动激活。
游戏资产生成技能。调用外部 AI 服务生成 3D 模型、贴图、音效等资产, 并自动导入到 Godot 项目中。
代码生成技能。根据模板和需求生成 GDScript 代码,支持自动补全、 模块化代码生成和代码规范检查。
配置表生成技能。生成符合 JSON Schema 规范的配置文件, 支持物品、关卡、角色等游戏数据的结构化配置。
动画系统技能。管理游戏动画,包括骨骼动画、精灵动画、AnimationTree 状态机等。
音频系统技能。管理游戏音频播放,包括背景音乐、音效、语音等。 支持音频池、淡入淡出、3D 音效等功能。
摄像机系统技能。生成各种类型的摄像机控制器,支持 2D/3D、跟随、轨道等多种模式。
输入系统技能。管理游戏输入映射、支持键盘/手柄/触屏多种输入方式, 提供输入缓冲、连招检测等高级功能。
玩家控制系统技能。生成完整的玩家控制器,包括移动、跳跃、攻击、状态机等功能。 支持 2D 和 3D 多种控制模式。
存档系统技能。管理游戏进度的保存和加载,支持多存档槽、自动保存、云存档等功能。
UI 系统技能。生成游戏 UI 组件,包括 HUD、菜单、对话框等。 支持响应式布局和主题系统。
构建流水线技能。管理项目的导出、打包、版本管理等流程。 支持多平台导出和自动化构建。
游戏开发流程引导技能(策划阶段)。**强前置:仅当工作区根目录已存在 project.godot 且 godot-editor/ 已包含 Godot*.exe 时才可激活**。引导用户按「策划 → 开发 → 测试」顺序完成游戏。如果工作区是空的、或缺少 project.godot / 缺少 Godot 编辑器, **绝对不要启动本技能**,必须先调用 godot-setup(或走 project-init 路由)完成环境装配, 环境就绪后再进入策划。仅当明确说"开始策划""生成策划文档""设计 XX 系统" "完善玩法"等明确调起策划阶段的场景下才调用。
玩法内容策划技能。生成核心循环、战斗系统、成长系统等玩法设计文档, 并提供对应的 GDScript 代码模板。
交互模式策划技能。生成输入映射、输入增强、反馈系统、UI导航等交互设计文档, 并提供对应的 GDScript 代码模板。
关卡设计策划技能。生成关卡架构、敌人配置、Boss设计、难度曲线等关卡设计文档, 并提供对应的 GDScript 代码模板。
数值系统策划技能。生成属性系统、伤害公式、经济系统、掉落概率等数值设计文档, 并提供对应的 GDScript 代码模板。
项目脚手架技能。根据游戏类型生成完整的项目结构, 包括文件目录、核心脚本、配置文件、资源占位等。
仅当 godot-deploy 已完成(${WORKSPACE}/godot-editor 存在)且需要**新建 一个游戏项目目录**时激活:用户说「再做一个 / 另一个游戏 / 新建游戏 / new game」,或被 godot-dev 在场景 1/2 让位过来。负责模板推断、复制 templates/<...> → ${WORKSPACE}/<gameName>、注入 addons/godot_mcp、 覆盖写 ${WORKSPACE}/active-game.json。 用户首次说「做个 XX 游戏」请由 godot-dev 路由进来,不要直接激活本 Skill。
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Email inbox for AI agents. Check messages, send emails, and communicate via your own @agentmail.to address.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks CodeBuddy Code to add a note, list notes, search notes, or manage note folders.
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Track water and sleep with JSON file storage
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Capture and automate macOS UI with the Peekaboo CLI.
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
ElevenLabs text-to-speech with mac-style say UX.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Security-first skill vetting for AI agents. Use before installing any skill from community, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.