一键导入
skill-dispatcher
Discover and route to project skills under .cursor/skills. Use when matching tasks to skills or listing available skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discover and route to project skills under .cursor/skills. Use when matching tasks to skills or listing available skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn CHANGELOG, git history, and incident dialogue into team rules under .cursorGrowth/team-experience (LLM-only, no parsing). Use for 沉淀规则, 团队经验, 从 changelog 学习, 反复出现的 bug.
Create algorithmic art and interactive p5.js visualizations. Use when generating generative art, creative coding, or visual experiments.
Design RESTful, GraphQL, and microservice APIs with OpenAPI specs, consistency checks, and security review. Use when designing or reviewing API contracts, endpoints, or API documentation.
Plan and implement API testing with contracts, mocks, and automation. Use when validating endpoints, integration tests, or API quality gates.
Backend architecture, databases, APIs, caching, and deployment patterns. Use for server-side design, implementation, or review.
Apply brand colors, typography, and voice consistently. Use when aligning UI or content with brand standards.
| name | skill-dispatcher |
| description | Discover and route to project skills under .cursor/skills. Use when matching tasks to skills or listing available skills. |
Official Agent Skills entry point for this project.
| Layer | Path | Role |
|---|---|---|
| Cursor discovers | .cursor/skills/<name>/SKILL.md | Required name + description; optional paths, scripts/, references/ |
| This dispatcher | .cursor/skills/skill-dispatcher/ | Match tasks to skill packages |
| Registry index | .cursor/features/skills/skills/registry.json | Metadata for Master/skills-loader; not used for Cursor auto-discovery |
Always prefer .cursor/skills/*/SKILL.md. For full workflows, read references/full-guide.md inside the matched skill folder.
/master skill:<name> or explicit skill invocation# List all Cursor-discoverable skill packages
find .cursor/skills -name SKILL.md
# Or use the helper script (relative to skill-dispatcher/)
scripts/list-skills.sh
Parse each SKILL.md frontmatter: name, description, optional paths.
description relevance and optional paths vs open files.SKILL.md, then references/full-guide.md if needed.scripts/ in that skill directory with paths relative to the skill root.registry.json maps registry keys to package and guide paths under .cursor/skills/. See references/operator-manual.md for matching tables.
.cursor/skills/skill-dispatcher/references/full-guide.md.cursor/features/skills/skills/registry.json