ワンクリックで
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: