원클릭으로
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