Stats
Actions
Tags
From msw-api
Use when creating or editing skills in the msw-api repo—new sub-skills must use the msw- prefix except the pack entry msw-api
How this skill is triggered — by the user, by Claude, or both
Slash command
/msw-api:msw-writing-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
在 msw-api 仓库中编写技能。包入口为 **msw-api**;业务子技能目录与 frontmatter `name` 必须以 **`msw-`** 为前缀(例如 `msw-find-diff`)。
在 msw-api 仓库中编写技能。包入口为 msw-api;业务子技能目录与 frontmatter name 必须以 msw- 为前缀(例如 msw-find-diff)。
| 类型 | name | 目录示例 |
|---|---|---|
| 总入口 | msw-api | skills/msw-api/ |
| 子技能 | msw-<topic> | skills/msw-find-diff/ |
不要用无前缀的 find-diff、update-code 等(避免与包名混淆)。
---
name: msw-your-skill
description: Use when [触发场景,以 Use when 开头]
---
skills/msw-<name>/SKILL.mdskills/README.mdnpm run skills:publish 验证 CLI 可发现| 技能 | 用途 |
|---|---|
| msw-api | 总入口 |
| msw-find-diff | 生成 msw-plan.md |
| msw-update-code | 执行计划 |
| msw-verify-plan | 验收 |
| msw-writing-skills | 本技能 |
npx claudepluginhub eminoda/msw-api --plugin msw-apiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.