quantum-skills

Route quantum inquiries to leaf Skills and load full Skill-chains before coding.

30|2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/unitarylab/quantum-skills --skill quantum-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quantum-skills
Source: https://github.com/unitarylab/quantum-skills/tree/main
Command: npx skills add https://github.com/unitarylab/quantum-skills --skill quantum-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user requests to the correct leaf Skill (e.g., HHL, QAOA, or UnitaryLab simulators) and ensure a full Skill-chain is read before generating code or commands.

Core Features & Use Cases

  • Intelligent routing — directs queries to leaf skills (simulators, algorithms, ML skills) and loads domain-specific guides.
  • Full-read enforcement — requires following the leaf Skill chain before producing code, preventing duplication.
  • Leaf-skills reuse and discovery — centralizes routing metadata and discovery paths for efficient onboarding and documentation.

Quick Start

Ask a question about a quantum topic and have Quantum Skills route you to the appropriate leaf guide.

Frequently Asked Questions about quantum-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route quantum algorithm queries to the correct learning module?

Routing quantum algorithm queries involves directing inquiries to specialized leaf skills like HHL or QAOA. The system evaluates the request and loads the appropriate domain-specific guide to provide accurate learning modules.

What is the best way to ensure full Skill-chain reading before generating quantum code?

Ensuring full Skill-chain reading requires a full-read enforcement mechanism that processes the linked leaf skills before any code generation. This approach prevents duplication by verifying that all routing metadata and guides are loaded beforehand.

Can I use this routing system for quantum simulator workflows?

Yes, this routing system supports quantum simulator workflows by directing queries to appropriate simulator leaf skills. It centralizes metadata to enable discovery and efficient onboarding for simulation tasks within education and research environments.

How does centralized metadata improve leaf-skills discovery for quantum research?

Centralized metadata improves leaf-skills discovery by aggregating routing rules and discovery paths into a single repository. This structure allows researchers to efficiently locate and evaluate quantum algorithms, simulators, and learning modules without duplicating efforts.

Why does my quantum skill request fail to trigger the correct leaf guide?

Quantum skill requests fail to trigger the correct leaf guide when routing rules are not matched or the full Skill-chain is not read. The system enforces leaf-skills handoffs to prevent incomplete code generation and ensure proper metadata processing.