원클릭으로
reference
Reference code folder conventions — storing external code and documentation for AI-assisted development context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reference code folder conventions — storing external code and documentation for AI-assisted development context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Git operations: branching, commit message format, pre-commit hook handling, and push policy
Full workflow: environment setup, running experiments, reusing and implementing new components (models, datasets, plmodules, callbacks), and testing
How to load a checkpoint and run evaluation (inference only, no training)
Coding style guidelines and common pitfalls for this project
Hydra configuration file structure and conventions for models, datasets, callbacks, and training
Data format conventions for datasets and plmodules
| name | reference |
| description | Reference code folder conventions — storing external code and documentation for AI-assisted development context |
docs/reference/ stores reference external code and documentation. These files serve as helpful context for AI-assisted code generation and development — you can attach them to your conversation so the AI can draw on external codebases.
check-added-large-files pre-commit hook is disabled in this folder, so large files can be committed freely.README.md entry in docs/reference/ to document each file:- file-name.txt
- Source: name of external source
- Content: brief description of what this contains