
需要翻译文本、文档或网页内容时使用此技能。
Programmatically create, read, and modify XMind mind map files (.xmind). Provides Python utilities for parsing xmind files, inserting topics, setting background colors, and creating new mind maps from templates. Use when working with XMind files for automation, batch processing, or generating mind maps programmatically.
指导如何通过 Jenkins CLI 与 Jenkins 服务器进行交互。
Use when generating UAT (User Acceptance Testing) acceptance checklists for a specified business process — code analysis, scenario decomposition, step-by-step verification items, prerequisites, and subagent review
Use when integrating the deepagents SDK into a Python project — creating agents, configuring backends, adding subagents, middleware, memory, or skills. Also use when debugging deepagents agents or choosing between StateBackend, FilesystemBackend, and LocalShellBackend.
Use when the user wants to render PlantUML diagrams from pasted text or files that contain valid PlantUML blocks (such as .puml, .md, or .docx text content), and expects image/text output like svg, png, txt, or utxt via local Java + plantuml.jar.
用于指导如何生成符合格式的git提交消息,在执行git commit之前使用此技能
Godot 4.x 桌面应用开发模板技能。当用户使用 Godot 引擎开发桌面应用(非游戏)时使用此技能,涵盖架构设计、GDScript 编码模式、UI 管理、状态持久化、模块化插件系统等。触发场景包括:(1) 新建 Godot 桌面应用项目 (2) 设计 Godot 应用架构 (3) 实现 GraphEdit/GraphNode 可视化编辑器 (4) GDScript 4.x 编码模式参考 (5) 桌面应用 UI/窗口/面板管理 (6) 项目状态持久化和配置管理。
指导如何通过 Jenkins CLI 与 Jenkins 服务器进行交互。
Use when managing Alibaba Cloud resources via the aliyun CLI — ECS instances, OSS buckets/objects, or SMS messaging (dysmsapi).
协助开发基于 Refine 框架的 React 应用。提供项目初始化、核心配置、数据提供者(Data Providers)、认证(Auth Provider)以及 UI 库集成的指导。专注于使用 shadcn/ui 构建现代化的后台管理系统。
智能体 UAT 验收测试技能。用于验证智能体在真实场景下的表现是否满足预期。支持任意智能体框架(langchain、langgraph、deepagents、crewai 等)。触发词:测试智能体、验收测试、agent test、UAT
Use when you need to create a Gitea issue, update its spec/plan markers, read or merge an issue's state JSON, or post a PR review comment in a repo that uses the spx CLI (superpowers-vscode workflow).
Use when implementing, modifying, refactoring, or reviewing code and the agent must follow explicit coding standards for simplicity, readability, maintainability, testability, project conventions, and minimal safe changes.
Use when integrating the deepagents SDK into a Python project — creating agents, configuring backends, adding subagents, middleware, memory, or skills. Also use when debugging deepagents agents or choosing between StateBackend, FilesystemBackend, and LocalShellBackend.
使用当前项目的技术栈将提供的react组件代码片段1:1复刻到当前项目中
协助开发基于 Refine 框架的 React 应用。提供项目初始化、核心配置、数据提供者(Data Providers)、认证(Auth Provider)以及 UI 库集成的指导。专注于使用 shadcn/ui 构建现代化的后台管理系统。
智能体 UAT 验收测试技能。用于验证智能体在真实场景下的表现是否满足预期。支持任意智能体框架(langchain、langgraph、deepagents、crewai 等)。触发词:测试智能体、验收测试、agent test、UAT
Use when managing Alibaba Cloud resources via the aliyun CLI — ECS instances, OSS buckets/objects, or SMS messaging (dysmsapi).
Use when designing or modifying code and there is a risk of adding premature abstractions, wrappers, caching, orchestration layers, factories, or speculative extensibility without current evidence.
End-to-end technical solution architecting for software projects. Use when users ask to analyze a project directory and generate a technical solution document, architecture documentation, or system design proposal. Handles context gathering from project files, requirements analysis, architecture design with Mermaid diagrams and interactive prototypes, and DOCX generation via Pandoc. Automatically processes pptx, docx, xlsx, and pdf files using corresponding skills.
使用 DRI 文本分析法(Data-Rule-Interaction)对自然语言需求描述进行逐词拆解与领域建模。将非结构化的业务需求文本降维为数据(D)、规则(R)、交互(I)三个维度的结构化架构抽象,直接产出可用于系统设计的概念表格。适用于需求分析、领域语言提取、架构设计前的文本解析,以及将长篇需求文档转化为清晰的开发任务拆解。
Python 枚举(Enum)最佳实践指南。涵盖枚举定义、命名规范、继承策略、序列化、数据库集成、模式匹配、Flag 位运算等全场景用法。当用户在 Python 项目中需要定义、使用或重构枚举类型时使用此技能。
异常处理与创建最佳实践指南(语言无关)。涵盖 try/catch/finally 使用、常见条件预检、异步异常处理、状态恢复、异常重抛、自定义异常类型设计等全场景指导。当用户在项目中需要设计、优化或审查异常处理策略时使用此技能。
批量同步 GitHub 上所有 fork 仓库与上游的更新,也支持指定特定仓库进行同步。当用户要求同步 fork、更新所有 fork 仓库、同步指定仓库、或执行类似 GitHub 界面上 "Sync fork" / "Update branch" 的操作时使用此技能。自动发现所有 fork 仓库或读取指定仓库列表,逐个同步上游更新,跳过存在合并冲突的仓库,并汇报完整结果。
应用程序日志记录最佳实践指南。涵盖日志目标设定、级别使用、结构化日志、有意义的日志条目、日志采样、规范日志行、日志聚合、保留策略、安全防护、敏感数据处理、性能影响、监控边界等全场景指导。当用户在项目中需要设计、优化或审查日志记录策略时使用此技能。
当用户规划项目结构、重构模块目录、判断文件是否应合并或拆分、评估抽象是否过度设计、质疑类名是否贴切命名、希望按"谁在用它"(使用关系)而不是按技术文件类型来组织代码时使用。
当用户需要对某个文档进行格式转换时(例如将 Markdown 转换为 DOCX、PDF、HTML 等)使用该技能。
Use when multi-stage software projects have uncertain final shape and need human review per stage. Triggers on "分阶段实施", "按蓝图推进", "模块N", "3.1/3.2", long builds, and refactors that may change direction.
在当前会话中执行具有独立任务的实施计划时使用
Tauri v2 项目开发助手 - 提供 CLI 项目管理、最佳实践指导和代码生成。适用于 (1) 创建和管理 Tauri v2 项目 (2) 开发桌面和移动应用 (3) 配置构建和分发流程 (4) 实现安全的前后端通信 (5) 应用架构设计和性能优化。
为在前端项目中使用 UnoCSS 的开发者提供最佳实践和指导。
使用 Vite 创建现代前端项目,支持 React、Vue、Svelte、Solid、Preact、Lit、Qwik 和 Vanilla JS,可选 TypeScript。当用户需要初始化新的前端项目、搭建 SPA、创建组件库、设置现代构建工具时使用此技能。触发场景:用户说"创建 vite 项目"、"新建 react/vue/svelte 应用"、"初始化前端项目"、"搭建 spa"、"用 vite 起一个项目"、"create vite project"、"new frontend app",或明确提及 Vite、HMR、快速构建工具时。
当你有一个规范或多步骤任务的需求时,在接触代码之前使用