meta-explorer

meta-explorer is a skill for Claude Code, Codex from tensorcircuit/tensorcircuit-ng. It costs 60 tokens per session (1,221 once invoked), scanned A, original, Apache-2.0.

An autonomous research workflow that tests quantum circuits and optimization methods for a defined problem. Quantum circuits are programs for quantum computers; VQE, QAOA, and QML are different families of quantum algorithms.

In plain words
What is it for?
Use it to search for circuits or optimization strategies for physics simulations, graph problems, machine-learning tasks, state tomography, circuit compression, or error mitigation.
Why use it?
It organizes many experiments under a fixed objective, records their results, and saves successful code so findings can be reproduced.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/tensorcircuit/tensorcircuit-ng/meta-explorer
Any agent
npx skills add tensorcircuit/tensorcircuit-ng --skill meta-explorer
Clone the repo
git clone --depth 1 https://github.com/tensorcircuit/tensorcircuit-ng

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for meta-explorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tensorcircuit/tensorcircuit-ng/meta-explorer.svg)](https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/meta-explorer)
Your own site
<a href="https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/meta-explorer"><img src="https://agentmods.dev/badge/skills/tensorcircuit/tensorcircuit-ng/meta-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.01221
Opus 5 $0.00030 $0.00611
Sonnet 5 $0.00012 $0.00244
Haiku 4.5 $0.00006 $0.00122

Measured 4d ago against content hash f9dfd17dee54, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

meta-explorer 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 4d 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.

.agents/skills/meta-explorer/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When acting as a Meta-Explorer, you are an autonomous researcher tasked with discovering the optimal quantum circuit or optimization strategy for a given objective. This objective can span multiple domains:

  • VQE: Ground state energy minimization for physics models.
  • QAOA: Combinatorial optimization on graphs.
  • QML: Classification, regression, or generative modeling using Variational Quantum Classifiers (VQC).
  • Non-VQA: Quantum state tomography, circuit compression and compilation, or error mitigation strategy discovery, etc.

1. Workspace Initialization

  • Create Directories: Initialize the research folder: examples/meta_exploration/<YYYYMMDD>_<short_objective>/.
  • Create Subfolders: Create .snapshots/ to store code for every single successful experiment.
  • Define objective.py: Create a fixed script that contains:
    • The problem core (Hamiltonian, Dataset, or Target State).
    • A evaluate(circuit_fn, params) method that returns the core metric (e.g., energy, fidelity, loss, or accuracy).
  • Initialize ledger.json: Create a file to track metadata, results, and "Agent Thoughts" for every experiment.

2. Multi-Frontier Exploration Loop

You must maintain a Top-K Frontier (default K=3) of the most promising but diverse approaches.

Exploration Intensity: Push very hard to explore at least 30+ different experiments (counting variants in hyperparameters, topologies, and initializations) before declaring a winner. If you can still observe evident progress after these experiments, don't stop, continue to push and explore.

Creative Search:

  • Beyond Depth & Optimizer: Do NOT limit your search to simply increasing layers or swapping optimizers. Rethink the problem's fundamental structure.
  • Internal Brilliance: Be creative! Invent new gate patterns, explore non-native lattice connectivities, or use ancilla-assisted measurement schemes, try su(4) two qubit gates which are the most expressive.
  • Literature Review: Use search tools to find promising ideas in recent quantum computing literature and port them to TensorCircuit.
  • Reference Examples: Examine existing scripts in the repository for implementation patterns and best practices.

Read the full file on GitHub · 65 lines

Files

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.

Changes

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.

  1. 4d ago First seen · 65 lines · 60 tokens per session scan A f9dfd17dee54

Subscribe to this mod's changes

meta-explorer is a skill published in the GitHub repository tensorcircuit/tensorcircuit-ng (88 stars, last pushed 3d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,221 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.