create-module
创建新业务模块时使用
create-table
数据库建表规范。创建新表 SQL 时必须遵循;SQL 建完后必须继续阅读 table-config skill 来生成 {mod}.ts 配置
dict
系统字典和业务字典配置。SQL 中有 dict: 或 dictbiz: 标注的字段时使用
officecli
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.
sql-exec
仅在代码已写完、需要查库验证数据写入结果时使用。不要用于探索数据库结构或代替阅读代码
table-config
表字段配置规范。生成或修改 {mod}.ts 时必须读取,尤其要检查 lbl、*_id_lbl/modelLabel、审计字段等容易漏掉的配置
deno-graphql-backend
Deno GraphQL 后端接口的完整开发指南. 当需要创建、修改后端 API 接口时使用
websocket
WebSocket 使用规范. 需要在前端订阅后端事件通知时使用
pc-graphql-frontend
前端自定义 GraphQL API 接口. 当需要在前端调用后端自定义接口(非标准 CRUD)时使用
ui-style
页面开发样式规范。开发 UI 界面时使用
unocss
UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.
sub-package
微信小程序分包(subPackages)配置。需要将页面拆分到子包时使用
tm-ui-components
tm-ui 组件 API 与源码定位。仅在需要核对某个 tm 组件的 props、events、slots、ref 方法或源码路径时使用;不要用于通用页面开发、样式规范或业务逻辑问题
uni-graphql-frontend
uni 前端自定义 GraphQL API 接口。需要在 uni 页面调用后端自定义接口时使用
uni-spec
移动端页面开发规范。开发 UI 界面时使用