Borrowing it
Nothing to install: this file belongs to tensorcircuit/tensorcircuit-ng. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tensorcircuit/tensorcircuit-ng/master/.agents/skills/arxiv-reproduce/SKILL.mdgit clone --depth 1 https://github.com/tensorcircuit/tensorcircuit-ngWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/arxiv-reproduce)<a href="https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/arxiv-reproduce"><img src="https://agentmods.dev/badge/skills/tensorcircuit/tensorcircuit-ng/arxiv-reproduce/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/arxiv-reproduce"><img src="https://agentmods.dev/badge/skills/tensorcircuit/tensorcircuit-ng/arxiv-reproduce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00059 | $0.02268 |
| Opus 5 | $0.00030 | $0.01134 |
| Sonnet 5 | $0.00012 | $0.00454 |
| Haiku 4.5 | $0.00006 | $0.00227 |
Grade A, and why
arxiv-reproduce 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When tasked with reproducing an arXiv paper using TensorCircuit-NG, you act as an expert Quantum Software Engineer and must strictly follow this standardized Agentic workflow:
1. Paper Reading & Adaptive Scaling
- Analyze: Extract the core algorithms, target figure/table, and specific physical phenomena from the provided arXiv link or paper details.
- Scale Down: Assess the original problem size. Intelligently reduce the qubit counts, circuit depth, or bond dimension so the simulation is computationally feasible on the current machine, while still theoretically preserving the core phenomenon. Also, plan to compare with exact
tc.Circuitresults for small-size systems to ensure correctness. - Result Alignment Goal: The final goal is to ensure the reproduced results (even if scaled down) qualitatively and quantitatively align with the trends and values in the manuscript.
2. Standardized Workspace Initialization
- Create Directories: Strictly follow the repository's folder structure convention. Create a new directory named
examples/reproduce_papers/<YYYY>_<keywords>/(e.g.,examples/reproduce_papers/2022_dmrg_circuit/). - Create Output Folder: Inside the new directory, create an
outputs/subfolder for all generated data and figures. - Generate
meta.yaml: Create ameta.yamlfile in the main folder using this exact template, filling in the extracted paper details:
title: "[Extracted Title, in Title Case]"
arxiv_id: "[Extracted ID]"
url: "https://arxiv.org/abs/[Extracted ID]"
year: [YYYY]
authors:
- "[Author 1]"
- "[Author 2]"
tags:
- "[canonical tag from taxonomy.yaml]"
- "[canonical tag from taxonomy.yaml]"
tc_features:
- "[canonical feature from taxonomy.yaml]"
backend: "[jax | tensorflow | pytorch | numpy | cupy]"
hardware_requirements:
gpu: false
min_memory: "[Estimated Memory]"
card_title: "[Short gallery label, <= 60 chars, e.g. 'Figure 2(a) · Phase diagram']"
summary: "[One sentence, <= 140 chars, what the reproduction shows]"
description: "[Full description of the reproduction, scaling strategy, and simplifications]"
outputs:
- target: "[Target Figure, e.g., Figure 2(a)]"
path: outputs/result.png
script: "main.py"
# thumbnail: outputs/other.png # optional, only when the first image is a poor card image
# contributor: "Name" # optional, see below; normally derived from git history
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 123 lines · 59 tokens per session scan A 787d7d3c5401
arxiv-reproduce is a skill published in the GitHub repository tensorcircuit/tensorcircuit-ng (90 stars, last pushed 9d ago), licensed Apache-2.0. It adds 59 tokens to every session and 2,268 once invoked, about $0.0003 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-30.
Other skills, from other repositories
physicsnemo-discover
Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting, downscaling, physics-informed, inverse, generative). Points at existing files via live repo search; never writes code. Do NOT use for installation or environment…
fine-tuning-serving-openpi
Fine-tune and serve Physical Intelligence OpenPI models (pi0, pi0-fast, pi0.5) using JAX or PyTorch backends for robot policy inference across ALOHA, DROID, and LIBERO environments. Use when adapting pi0 models to custom datasets, converting JAX checkpoints to PyTorch, running policy inference servers, or debugging…
cellxgene-census-query
Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…
hugging-face-trackio
Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API) or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, HF Space syncing, and JSON output for automation.
physicsnemo-shard-tensor
Official NVIDIA-authored guidance for PhysicsNeMo ShardTensor domain parallelism — integrate domain parallelism into training/inference scripts (new or existing) with DDP or FSDP2, write and register shard patches to enable new layers/ops, and bootstrap multi-GPU correctness tests. Use when working with ShardTensor…
pysr
Use when fitting equations to data with PySR or SymbolicRegression.jl, when a user wants an interpretable formula, symbolic model, scaling law, or empirical relation discovered from numeric data, or when debugging a PySR search that is slow, stuck, or giving poor equations.