원클릭으로
project-conventions
Core conventions and patterns for this codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Core conventions and patterns for this codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write evidence-based architectural proposals before implementation
Write clear, scannable project documentation
Use short-lived branches and small pull requests
Keep secrets out of source control, logs, and generated artifacts
Keep tests, validation scripts, and expectations aligned with behavior changes
Cross-platform path handling and command patterns
| name | project-conventions |
| description | Core conventions and patterns for this codebase |
| domain | project-conventions |
| confidence | medium |
| source | template |
This is a starter template. Replace the placeholders below with conventions that are actually true for the project created from this template.
Describe how errors should be surfaced, logged, and recovered from.
Document where tests live, how to run them, and what must be covered when behavior changes.
Record formatting, linting, naming, and review expectations used in the repository.
Explain the purpose of major directories so agents and contributors know where changes belong.
docs/ — published site assets and generated datanews/ — weekly discovery outputsscripts/ — automation utilities used by workflows