Cirq Repo Skill

SkillDev tools

"Use Cirq to build, simulate, transform, serialize, validate, and

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Cirq Repo Skill skill

What this skill tells your AI

The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/cirq/SKILL.md and read by ahel’s review.

Use this skill when a task is about Cirq, the Python framework for quantum circuits and near-term quantum computing workflows. It covers the Cirq package family: cirq/cirq-core, cirq-google, cirq-ionq, cirq-aqt, cirq-pasqal, and cirq-web.

First checks

Install stance

For ordinary package use, prefer public packages:

python -m pip install cirq          # full Cirq family
python -m pip install cirq-core     # core circuits/simulation only
python -m pip install cirq-google   # add Google Quantum AI package

Cirq requires Python 3.11+. Local circuit construction and CPU simulation do not require CUDA, ROCm, MPS, TPU, cloud credentials, or live quantum hardware. Provider packages can be imported offline, but live service execution requires provider credentials and account/project/target access.

Route by task

User taskRead next
Build circuits, choose qubit classes, work with gates/operations/moments, debug measurement keys, parameters, diagrams, custom gates, JSON/QASM basicscore-circuits-and-ops
Run local simulations, sample measurements, sweep parameters, inspect results/histograms/state vectors/density matrices, add noise/channelssimulation-study-and-noise
Optimize, decompose, transform, route, or compile circuits to a gateset, topology, or provider constrainttransformers-and-compilation
Implement or validate algorithm examples, QFT/phase estimation/Grover/QAOA-like circuits, Pauli observables, expectation valuesalgorithms-and-observables
Use cirq_google, IonQ, AQT, Pasqal, cirq_web, provider serializers, credentials, offline provider validation, or JSON custom resolvershardware-providers-and-serialization

Operating guidance

  1. Start with the narrowest sub-skill that matches the user intent. Avoid answering provider, simulator, transformer, or algorithm questions only from the root router.
  2. Prefer verified public APIs and bundled examples over memory. The sub-skill references include inspected signatures, workflow recipes, and failure modes.
  3. Use bundled scripts only for safe local checks. They do not contact cloud services, download data, or require the original repository checkout.
  4. For live provider execution, stop and verify credentials, project/account, target/processor, queue/service availability, and provider-specific supported gates before calling remote APIs.
  5. If a circuit fails provider serialization or device validation, route first through transformers-and-compilation to decompose, route, or target-gateset optimize the circuit.
  6. If a sampled or simulated result looks wrong, check measurement key order, qubit order, unresolved parameters, random seeds, simulator choice, and noise model assumptions before changing algorithm logic.

Bundled root assets

Signals

GitHub stars
266
Forks
21
Last commit
Sep 2026

ahel review

  • K1binfo
    installs-packages
  • K6low
    bundled executables the agent is told to run

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
cirq-vectorspacelab
Source
github.com/vectorspacelab/arex-skill