How this skill is triggered — by the user, by Claude, or both
Slash command
/zwmmm-k12-skills:api-specificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
这项技能专注于生成 APIs 文件,包含 request 函数、对应的出入参类型,不同的文件需要放在指定的文件夹下,并且生成的类型文件需要继承或者复用公共的基础类型
这项技能专注于生成 APIs 文件,包含 request 函数、对应的出入参类型,不同的文件需要放在指定的文件夹下,并且生成的类型文件需要继承或者复用公共的基础类型
用户提供对应的 yapi 文档地址
yapi-auto-mcp 获取,如果遇到没有权限则通知用户配置packages/services/src 目录下,使用 @repo/services 包能拿到对应的函数,需要按照项目放到对应的文件内packages/types/src 目录下,使用 @repo/types 包能拿到对应的函数,需要按照项目放到对应的文件内examples/fn.ts 文件examples/types.ts 文件packages/types/src/common.tsyapi,YAPI,API,接口
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub joshuarweaver/cascade-knowledge --plugin zwmmm-k12-skills