Commit
根据用户说明或 Git 变更生成、检查中文 commit message,并在用户明确要求时执行本地提交。Use when 用户要求编写、优化或检查 commit message,或要求暂存并提交本地变更;支持 git commit,但禁止 git push。
Svg Logo Designer
设计并交付原创、可缩放且安全的 SVG Logo,包括字标、字母标、图形标和组合标及其必要版式。Use when 用户要求从品牌简报创建或迭代 Logo、品牌标记、wordmark、lettermark,或需要可直接使用的 SVG Logo 文件;不用于普通 UI 图标、数据图表、现有 SVG 的单纯格式转换或完整品牌战略咨询。
Find Skills
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.
Playwright Cli Cdp
CDP-only browser control with playwright-cli. Use for launching Chrome in remote debugging mode, attaching exclusively through --cdp endpoints, driving attached pages, inspecting console/network/storage, and sending raw Chrome DevTools Protocol commands. Do not use playwright-cli open, non-CDP browser launches, extension attach, or Playwright test debug attach workflows from this skill.
Audit Overengineering
对一个或多个代码仓库进行证据驱动的过度工程审计,识别可删除代码、无必要抽象、重复封装以及可由标准库或平台能力替代的实现。Use when 用户要求扫描整仓复杂度、寻找代码膨胀、盘点可简化或可删除内容、比较多个仓库的精简机会,或明确要求 over-engineering、YAGNI、瘦身审计;默认只输出报告,不直接修改代码。
Go Dev
面向通用 Go 项目的开发与评审规范,先识别仓库约束和实际技术栈,再指导命名、错误处理、Context、日志、HTTP/gRPC、持久化、并发与测试。Use when working in a Go repository to write, review, refactor, or debug Go code, services, APIs, database access, migrations, concurrency, tests, or project conventions; load framework-specific guidance only when the repository actually uses that stack.
Go Auditor
对不同范围的 Go 代码进行证据驱动的质量审计,覆盖工具基线、架构、健壮性、并发、持久化、安全、测试与可维护性。Use when 用户要求审计整个 Go 仓库、workspace/module、package、目录、文件集、高风险域或本地与指定 revision 的 Go diff;不负责直接修改代码、管理 PR 或审查非 Go 项目。
Go Mcp Builder
用 Golang 编写 MCP (Model Context Protocol) server 的完整指南,使用 mark3labs/mcp-go SDK 和 Streamable HTTP 传输层。当用户要开发、修改或调试 Go MCP server 时必须调用此 skill,包括:新建 MCP 项目、添加 Tool/Resource/Prompt、配置 HTTP 传输、处理认证、中间件开发等场景。
Codegraph
使用 CodeGraph CLI 在本地代码库中进行语义探索、符号检索、源码读取、调用关系和改动影响分析。Use when 需要理解代码结构、追踪 callers/callees、评估重构影响或定位受影响测试;适用于 Windows、macOS 和 Linux,精确字符串与非代码文本检索不触发本 Skill。
Software Designer
创建、补全和从现有代码逆向生成可追踪的 Markdown 软件设计文档,覆盖系统上下文、架构、模块、数据、接口、核心流程、质量属性、部署、风险与验证,并用 Mermaid 表达必要视图。Use when 用户要求编写软件设计说明书、概要或详细设计文档、技术设计文档,依据需求形成设计,依据仓库代码、配置、数据库迁移和测试还原现状设计,或维护已有设计文档;不用于只画单张图、只做代码审查、只写需求文档或直接实现功能。
Rag Agent Builder
Build Retrieval-Augmented Generation (RAG) applications that combine LLM capabilities with external knowledge sources. Covers vector databases, embeddings, retrieval strategies, and response generation. Use when building document Q&A systems, knowledge base applications, enterprise search, or combining LLMs with custom data.
Mermaid Diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 ar…
Drawio Skill
Creates, edits, reviews, and exports Draw.io diagrams. Use when the user asks for architecture diagrams, flowcharts, ER/UML/sequence diagrams, .drawio XML changes, diagram visual QA, transparent image export, or PowerPoint/Office-safe SVGs with stable fonts. Do not use for quantitative data charts or requests explicitly requiring Mermaid.
Agents Md Expert
创建、审查和改进项目级 AGENTS.md,使编码 Agent 获得真实、明确、可执行且可验证的仓库协作规则。Use when 用户要求生成 AGENTS.md、检查现有 Agent 指令、整理项目开发约束、处理多级指令作用域,或验证 AGENTS.md 是否与代码仓库现状一致。
Skill Engineer
Create, improve, and review production-ready agent skills with concise structure, strong trigger descriptions, bundled resources, validation, and realistic forward testing. Use when the user wants to write a new skill, make an existing skill production-ready, audit or review a skill, compare skill-creator approaches, or decide whether a skill needs scripts, references, assets, metadata, packaging…