Back to list
jhlee0409

domain-constants-config

by jhlee0409

화면 중심의 기획 & 품질 관리 통합 솔루션

0🍴 0📅 Dec 21, 2025

SKILL.md


name: domain-constants-config description: Manage centralized domain constants and configuration in the project. Use when adding new status types, modifying UI labels, updating color schemes, or creating configuration objects for domain entities.

Domain Constants Config

프로젝트의 도메인 상수 및 설정을 중앙 관리하는 스킬입니다.

Quick Reference

상수 위치

app/screen/[prefix]/config/constants.ts  ← 메인 상수 파일

상태 설정 구조

const STATUS_CONFIG = {
  'Reviewing': {
    label: '검토중',
    color: 'text-yellow-700',
    bgColor: 'bg-yellow-100'
  }
  // ...
};

Contents

  • reference.md - 도메인 상수 전체 목록 및 가이드
  • guide.md - 새 상수 추가 및 수정 패턴

When to Use

  • 새 상태(Status) 또는 진행 단계(Progress) 추가 시
  • UI 라벨 또는 색상 수정 시
  • 스크린 접두사(Prefix) 추가 시
  • 설정 객체가 여러 파일에 분산되어 있을 때 통합 시

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon