← Browse

@unitarylab/quantum-skills

B

Root entrypoint for the quantum-skills package. Use this skill to route requests to the correct simulator or algorithm sub-skill, enforce full skill-chain reading before coding, and avoid duplicating implementation details that are already defined in leaf skills.

skillclaude

Install

agr install @unitarylab/quantum-skills --target claude

Writes 5 files into .claude/skills/, pinned to git-6dd68b86.

  • .claude/skills/quantum-skills/.gitignore
  • .claude/skills/quantum-skills/LICENSE
  • .claude/skills/quantum-skills/README.md
  • .claude/skills/quantum-skills/SKILL.md
  • .claude/skills/quantum-skills/requirements.txt

Document


name: quantum-skills description: Root entrypoint for the quantum-skills package. Use this skill to route requests to the correct simulator or algorithm sub-skill, enforce full skill-chain reading before coding, and avoid duplicating implementation details that are already defined in leaf skills.

Quantum Skills Root Entrypoint

Purpose

This file is only the package-level router.

Use it to choose one domain index:

  • ./algorithms/SKILL.md
  • ./simulators/SKILL.md

Detailed routing, setup, examples, and implementation guidance belong in those domain indexes or their child skills.

Read Chain

Before writing code or commands:

  1. Read this file.
  2. Read either ./algorithms/SKILL.md or ./simulators/SKILL.md.
  3. Continue to the relevant child skill when needed.

Never code from this root file alone.

Routing

  • Algorithm design, primitives, complexity, or implementations:
    • Read ./algorithms/SKILL.md
  • Simulator choice, runtime setup, backend comparison, or execution environment:
    • Read ./simulators/SKILL.md

Package Map

  • ./simulators/SKILL.md
  • ./algorithms/SKILL.md

Maintenance

When adding a new sub-skill:

  1. Add it to the nearest domain or category index.
  2. Keep this file limited to root-level routing.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-6dd68b86dfe62026-07-31