원클릭으로
setup-checklist
First-time template setup checklist: metadata, structure, environment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
First-time template setup checklist: metadata, structure, environment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to change code, tests, configs, and launch in this repo; output is concrete edits and run commands.
Provides guidance for interpretability of Leela Chess Zero (lc0) neural networks. Use when loading lc0 models, encoding chess boards, running inference, visualizing heatmaps, probing concepts, evaluating on puzzles, or pairing with tdhook, captum, zennit, or nnsight for XAI.
Provides guidance for interpreting and manipulating neural network internals using tdhook with TensorDict and PyTorch hooks. Use when needing attribution maps, activation analysis, probing, steering, activation patching, or weight-level interventions on PyTorch or TensorDict models.
Turn grouped literature notes into background or related-work text; no claims beyond what the notes support.
Map claims in the paper to results, configs, or code; avoid unsupported claims.
Patterns and checklists for designing and refining experiments in this research template.
| name | setup-checklist |
| description | First-time template setup checklist: metadata, structure, environment. |
Checklist (confirm or complete each):
Metadata
<NAME>, <LAB>, <EMAIL> placeholders if present in template).Structure
configs/, scripts/, launch/, latex/, docs/, results/.docs/PROJECT_STATUS.md exists and phase is set (e.g. setup); create or update via project-status skill.scripts/run_experiment.py, launch/*) and config roots (configs/, configs/hydra/) are understood.Environment
uv sync (or equivalent) so the project runs.Docs bootstrap
docs/README.md and any meta notes (project overview, links, meeting notes).Handoff
docs/PROJECT_STATUS.md with project-status: set phase (e.g. ideation or baseline), next steps, key artifacts.