원클릭으로
paper-code
Use when implementing experimental code, scaffolding research projects, or following coding best practices for academic work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when implementing experimental code, scaffolding research projects, or following coding best practices for academic work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when downloading academic papers from arXiv, searching for papers, or managing paper downloads
Use when coordinating the complete academic paper writing workflow, managing stage transitions, or initializing a new paper project
Use when running experiments, analyzing results, designing comparative experiments, or validating findings
Use when generating research hypotheses, designing experiments, or evaluating hypothesis feasibility
Use when conducting literature review, searching for academic papers, identifying research gaps, or analyzing existing work
Use when drafting manuscript sections, formatting citations, polishing writing style, or preparing paper for submission
| name | paper-code |
| description | Use when implementing experimental code, scaffolding research projects, or following coding best practices for academic work |
Implement experimental code following best practices for reproducibility and academic standards.
project/
├── configs/ # Hyperparameters, settings
├── data/ # Raw and processed data
├── models/ # Model implementations
├── scripts/ # Training and evaluation scripts
├── notebooks/ # Exploratory analysis
├── tests/ # Unit and integration tests
├── logs/ # Experiment tracking
└── README.md # Documentation
Generate project templates for common experiment types:
references/best-practices.md: Code quality standards and project structureCheck code quality: