check-all-skills
批量检查Skill是否符合最佳实践规范;自动验证命名、前言区、结构、文件清理、依赖等维度;支持单个或批量检查;生成详细检查报告;适用于Skill开发完成后的质量验证
dao-best-practice
用于规范化DAO文件,确保遵循Drizzle ORM最佳实践,包括文件结构、方法命名、类型安全和性能优化。当需要重构或创建DAO文件以符合项目标准时使用。
check-all-items
自动扫描并执行所有以best-practice结尾的技能,检查项目是否符合最佳实践。通过自动发现机制确保所有相关最佳实践都被检查,并强制执行标准化验证指令提升输出稳定性。
implement-split
基于预览文档和 Best Practice,实际拆分组件代码,生成符合规范的子组件。优先从 store 获取数据,避免 props 透传。
skill-creator
创建有效技能的中文指南。当用户想要创建一个新技能(或更新现有技能)来扩展 AI 的能力时,应使用此技能,包括专门知识、工作流程或工具集成。生成的新技能应使用中文描述。
generate-preview
Input a React component and output a structured .json description and a .md preview document with a visual directory tree. Designed for preview analysis before splitting components.
page-best-practice
基于标准化解剖学规范(Anatomy)生成前端页面结构;主动询问用户选择生成模式(无监督/有监督),支持自动生成 Wrapper、Content 和 Optional Store 模块
check-try-catch
提供代码审查指南,识别并修复空catch块和纯console日志catch块问题
barrel-export
支持自动生成/优化/修复/检查 index 文件,确保所有 index 文件(index.ts / index.js)都遵循桶导出规范。核心原则:所有 index 文件都必须遵循桶导出规范。
check-refine-trpc
检查组件是否直接使用 trpc,组件必须使用 refine。
check-svg
检查项目中 SVG 的使用是否符合最佳实践:SVG 需作为独立组件(非内联),并通过 import 使用。
use-store-not-props-best-practice
查看给出的组件并进行修改,尽可能的不要使用props,尽可能直接从store中获取数据。
service-best-practice
Helps developers write Services according to project guidelines using tRPC + Service + DAO architecture best practices. Provides guidance on Service structure, dependency injection, error handling, code examples, templates, boilerplate generation, and best-practice validation. Intended for use when creating or refactoring Service files in a codebase.
svg-icon-best-practice
统一管理 React TypeScript 项目中的 SVG 图标;支持图标组件封装、命名规范、迁移指导;适用于项目图标重构、新项目图标规范制定、图标维护优化场景
skill-best-practice
检查或验证 Skill 是否符合最佳实践规范,涵盖命名规范、目录结构、元数据完整性、临时文件清理和依赖格式验证,提供详细的检查清单、自动修复建议和报告模板,同时支持技能库文档完整性检查与自动修复,适用于创建或修改 Skill 后的质量验证
zod-env-integration
Generate Zod-based environment variable management code from .env.example files. Use when you need to create type-safe env management, standardize env handling, or generate env schemas.
remove-comments
Remove code comments guided by natural language, suitable for simple scenarios in languages such as Python, JavaScript, TypeScript (.ts/.tsx), Java, C/C++, Go, and HTML.
db-table-best-practice
数据库与数据表表名规范验证与自动修正最佳实践。适用于"数据库是否符合规范"、"表名规范"、"检查表名"、"优化表名"、"数据库命名"、"检查这个文件"、"表名符合规范吗"
classname-refactor
自动检查并转换 React/Vue 文件中 className 的模板字符串为 cn 函数调用;支持递归扫描文件夹、详细报告所有 className 位置
store-best-practice
Generate a best-practice store implementation using Zustand or similar state management libraries. Use this when you need to create a scalable, type-safe store, including proper slice patterns and provider setup.