一键导入
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.