用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dev-hann/song --skill skill-format命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Runs PM-Designer-Doc triple review protocol to reach consensus on feature specs before implementation. Includes domain documentation consistency check. Use before implementing any new screen, component, or significant feature.
Create Server and Client React components with proper props, state, and patterns
Enforce docs ↔ code consistency before and after implementation. Launches doc-reviewer agent to cross-check domain documentation against actual codebase, detects drift, and ensures documentation updates accompany code changes.
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-format |
| description | Official SKILL file format with YAML frontmatter and structure guidelines |
| license | MIT |
| compatibility | opencode |
| metadata | {"category":"documentation","complexity":"basic"} |
Use this when you need to:
I'll ask clarifying questions if:
---
name: component-development
description: Create React components with proper props and state
license: MIT
compatibility: opencode
metadata:
category: development
complexity: intermediate
---
## What I do
- Create React components with props
- Use TypeScript for type safety
- Handle state with hooks
- Use 'use client' directive when needed
## When to use me
Use this when you need to create a component.
SKILL names must:
---SKILL.mdValid name: ^[a-z0-9]+(-[a-z0-9]+)*$
1. Title (# SKILL: [Name])
2. Purpose statement
3. ## What I do
4. ## When to use me
5. Pattern sections (multiple)
6. Checklist
7. Quick Reference (tables/lists)
8. Related SKILLS links
name: skill-name
description: 1-1024 chars describing purpose
license: MIT
compatibility: opencode
metadata:
category: development | testing | documentation
complexity: basic | intermediate | advanced
audience: developers | maintainers
workflow: github | jira | custom
// Show both good and bad patterns
// Use ✅ for good practice
// Use ❌ for bad practice
// Keep examples concise
// Focus on common use cases
Before creating a SKILL file:
| Field | Requirement |
|---|---|
| Title | # SKILL: [Name] |
| Purpose | 1 sentence description |
| Name | Lowercase alphanumeric with hyphens, 1-64 chars |
| Description | 1-1024 characters |
| Sections | What I do, When to use me, Patterns, Checklist, Quick Reference |
| Related SKILLS | 3-5 relevant SKILLS |
| Category | Complexity |
|---|---|
| development | basic |
| development | intermediate |
| testing | basic |
| documentation | basic |
Related SKILLS: code-standards.md, react-components.md