Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/axect/pytorch_template/claude-mdgit clone --depth 1 https://github.com/Axect/pytorch_templateWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00331 | $0.00331 |
| Opus 5 | $0.00166 | $0.00166 |
| Sonnet 5 | $0.00066 | $0.00066 |
| Haiku 4.5 | $0.00033 | $0.00033 |
Grade A, and why
pytorch_template CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
pytorch_template
Migration Skill Maintenance Rule
When modifying any of these template source files, you MUST also update the migration skill documentation:
Tracked source files:
callbacks.py,config.py,util.py,cli.pycheckpoint.py,pruner.py,provenance.py,main.py
Migration docs to update:
skills/pytorch-migrate/SKILL.md(version detection table + migration summary)skills/pytorch-migrate/references/migrations.md(detailed migration steps)
When adding a new feature:
- Create a new migration section (M7, M8, ...) in
references/migrations.md - Add detection marker(s) to the version table in
SKILL.md - Include: detection grep pattern, which files/classes/methods to copy from
$TEMPLATE_DIR, wiring instructions - Do NOT embed code snippets — the migration clones the latest template and reads code from there
When modifying an existing feature:
- Update the relevant migration section's structural description (class names, method signatures, field names) if they changed
- The actual code is always read from the template clone, so minor code changes don't require migration doc updates
Development Workflow
- Use Gitflow: feature branches from
main - Run
pytest tests/ -x -qbefore committing - Run
python -m cli preflight configs/run_template.yaml --device cputo verify template health - A pre-push hook enforces migration doc updates when source files change
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 31 lines · 331 tokens per session scan A 3ab7bbe47737
pytorch_template CLAUDE.md is an instructions file published in the GitHub repository Axect/pytorch_template (10 stars, last pushed 3mo ago), licensed MIT. It adds 331 tokens to every session, about $0.0017 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
streamlit copilot-instructions.md
Copilot instructions for streamlit/streamlit, covering streamlit repo overview, tech stack, folder structure, shell & build policy and make commands.
skypilot AGENTS.md
AGENTS.md instructions for skypilot-org/skypilot, covering claude.md - skypilot development guide, project overview, repository structure, development setup and environment setup.
huggingface_hub AGENTS.md
AGENTS.md instructions for huggingface/huggingface_hub, covering agent guide for huggingfacehub, project overview, setup, key commands and code structure.
PINA AGENTS.md
Instructions for PINA-org/PINA, covering pina — physics-informed neural architectures, quick reference, workflow: problem → model → solver → trainer, problem types and condition types.
AutoTS AGENTS.md
Instructions for winedarksea/AutoTS, covering autots agent overview, general code guidelines, small files & single responsibility, hyper-descriptive naming and high-signal comments.
weightslab AGENTS.md
Instructions for GrayboxTech/weightslab, covering weightslab — agent context for users & debugging, 0. how to load this guide into claude code, 1. what it is and how the pieces connect, 2. install & run (the happy path) and ... your training loop ...