بنقرة واحدة
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.