← スキル一覧に戻る

color-pipeline-implementer
by claushaas
⭐ 2🍴 0📅 2026年1月18日
SKILL.md
name: color-pipeline-implementer description: Implement or adjust the core color pipeline (parse, normalize, scale, resolve) guided by src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md.
Color Pipeline Implementer
Use this skill when implementing or adjusting the color pipeline stages. Use the v0.3 docs as the source of truth.
Workflow
- Read
src/planning/spec-v0.3.mdand the relevant phase insrc/planning/roadmap-v0.3.md. - Implement parsing in
src/utils/parseColor.ts(hex/rgb to OKLCH, preserve alpha). - Implement normalization in
src/engine/normalize.ts(clamp L/C/H, defaults, basic validation). - Implement base scales and semantic resolution in
src/engine/as per spec ordering. - Add focused tests for each stage before moving to the next change.
Guardrails
- Keep logic incremental; avoid skipping phase boundaries.
- Preserve output contracts (
ResolvedColor,ColorMeta) as defined insrc/types. - Keep BaseResolvedColor runtime shape stable.
- Prefer small PR-sized changes with clear acceptance criteria.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です