소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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