ソース情報
- リポジトリ
- dev-hann/song
- ソースの最終更新活動
- 2026年2月18日 13:08
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dev-hann/song --skill skill-formatコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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