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 skills/unitarylab/quantum-practices/algorithmsnpx skills add unitarylab/quantum-practices --skill algorithmsgit clone --depth 1 https://github.com/unitarylab/quantum-practicesWhat 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.00090 | $0.00944 |
| Opus 5 | $0.00045 | $0.00472 |
| Sonnet 5 | $0.00018 | $0.00189 |
| Haiku 4.5 | $0.00009 | $0.00094 |
Grade A, and why
algorithms 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
60 files 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.
- cryptography/discretelog/scripts/algorithm.py 1.5 KB runs code
- cryptography/discretelog/scripts/discretelog_implementation.py 17 KB runs code
- cryptography/discretelog/SKILL.md 22 KB
- cryptography/shor/scripts/algorithm.py 1.5 KB runs code
- cryptography/shor/scripts/shor_implementation.py 18 KB runs code
- cryptography/shor/SKILL.md 18 KB
- cryptography/simon/scripts/algorithm.py 1.2 KB runs code
- cryptography/simon/scripts/simon_implementation.py 15 KB runs code
- cryptography/simon/SKILL.md 17 KB
- cryptography/SKILL.md 1.6 KB
- eigensolvers/minimum-eigensolvers/numpy-minimum-eigensolver/scripts/algorithm.py 1.4 KB runs code
- eigensolvers/minimum-eigensolvers/numpy-minimum-eigensolver/scripts/numpy-minimum-eigensolver_implementation.py 16 KB runs code
- eigensolvers/minimum-eigensolvers/numpy-minimum-eigensolver/SKILL.md 11 KB
- eigensolvers/numyeigensolver/scripts/algorithm.py 1.1 KB runs code
- eigensolvers/numyeigensolver/scripts/numyeigensolver_implementation.py 17 KB runs code
- eigensolvers/numyeigensolver/SKILL.md 11 KB
- eigensolvers/SKILL.md 2.9 KB
- eigensolvers/vqd/scripts/algorithm.py 1.6 KB runs code
- eigensolvers/vqd/scripts/vqd_implementation.py 17 KB runs code
- eigensolvers/vqd/SKILL.md 13 KB
- gradients/finite-difference/scripts/algorithm.py 1.5 KB runs code
- gradients/finite-difference/scripts/finite-difference_implementation.py 19 KB runs code
- gradients/finite-difference/SKILL.md 14 KB
- gradients/linear-combination/scripts/algorithm.py 1.6 KB runs code
- gradients/linear-combination/scripts/linear-combination_implementation.py 21 KB runs code
- gradients/linear-combination/SKILL.md 18 KB
- gradients/parameter-shift/scripts/algorithm.py 1.5 KB runs code
- gradients/parameter-shift/scripts/parameter-shift_implementation.py 18 KB runs code
- gradients/parameter-shift/SKILL.md 14 KB
- gradients/qfi/scripts/algorithm.py 1.5 KB runs code
- gradients/qfi/scripts/qfi_implementation.py 17 KB runs code
- gradients/qfi/SKILL.md 12 KB
- gradients/reverse/scripts/algorithm.py 1.5 KB runs code
- gradients/reverse/scripts/reverse_implementation.py 23 KB runs code
- gradients/reverse/SKILL.md 12 KB
- gradients/SKILL.md 5.0 KB
- gradients/spsa/scripts/algorithm.py 1.5 KB runs code
- gradients/spsa/scripts/spsa_implementation.py 17 KB runs code
- gradients/spsa/SKILL.md 9.8 KB
- hamiltonian-simulation/cartan/scripts/algorithm.py 1.3 KB runs code
- hamiltonian-simulation/cartan/scripts/cartan_implementation.py 24 KB runs code
- hamiltonian-simulation/cartan/SKILL.md 15 KB
- hamiltonian-simulation/qdrift/scripts/algorithm.py 1.3 KB runs code
- hamiltonian-simulation/qdrift/scripts/qdrift_codex.py 6.2 KB runs code
- hamiltonian-simulation/qdrift/scripts/qdrift_implementation.py 21 KB runs code
- hamiltonian-simulation/qdrift/SKILL.md 15 KB
- hamiltonian-simulation/qsp/scripts/algorithm.py 1.3 KB runs code
- hamiltonian-simulation/qsp/scripts/qsp_implementation.py 23 KB runs code
- hamiltonian-simulation/qsp/SKILL.md 17 KB
- hamiltonian-simulation/SKILL.md 3.4 KB
- hamiltonian-simulation/taylor/scripts/algorithm.py 1.3 KB runs code
- hamiltonian-simulation/taylor/scripts/taylor_implementation.py 20 KB runs code
- hamiltonian-simulation/taylor/SKILL.md 16 KB
- hamiltonian-simulation/trotter/scripts/algorithm.py 1.4 KB runs code
- hamiltonian-simulation/trotter/scripts/trotter_implementation.py 16 KB runs code
- hamiltonian-simulation/trotter/SKILL.md 17 KB
- linear-systems/aqc/scripts/algorithm.py 532 B runs code
- linear-systems/aqc/scripts/aqc_implementation.py 5.6 KB runs code
- linear-systems/aqc/SKILL.md 23 KB
- linear-systems/hhl/scripts/algorithm.py 1.5 KB runs code
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 · 87 lines · 90 tokens per session scan A ffc7f8051463
algorithms is a skill published in the GitHub repository unitarylab/quantum-practices (18 stars, last pushed 18d ago), with no licence file. It adds 90 tokens to every session and 944 once invoked, about $0.0005 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
dev-qa
开发与质量阶段——开发实现 + QA 测试 + 安全审计(职责分离)。流水线第 4 阶段,覆盖环节⑤⑥⑦。设计确认后自动调用。.
idea-validation
想法验证阶段——调研市场/竞品/技术可行性,确认想法值不值得做。流水线第 1 阶段,覆盖环节①。用户说出想法后自动调用。.
product-prd
产品定义与需求阶段——产品定位 + PRD 需求文档(每条需求带验收标准)。流水线第 2 阶段,覆盖环节②③。想法验证通过后自动调用。.
design
技术设计阶段——技术选型、架构、任务拆分(每任务带验收标准)。流水线第 3 阶段,覆盖环节④。需求确认后自动调用。.
promotion
宣传与冷启动阶段——默认不生成任何宣传物料,只询问用户要不要做、做什么样的;未获明确答复就直接跳过。流水线第 6 阶段,覆盖环节⑩。部署完成后自动调用。.
operations
运营与增长阶段——数据看板、增长动作、反馈渠道、复盘。流水线第 7 阶段,覆盖环节⑪。宣传完成后自动调用。.