Agent skill
domain-constants-config
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/domain-constants-config
SKILL.md
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) 추가 시
- 설정 객체가 여러 파일에 분산되어 있을 때 통합 시
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?