
Reusable QML skills with PennyLane-first design, PyTorch-first training, and exporter-based compatibility for OpenCode and Claude Code.
These skills are maintained from a single source library so they can support OpenCode today and Claude Code through a compatible export layer without splitting the docs or source structure.
Install into a local project:
bash install/install_opencode.sh --project-root .
Install globally:
bash install/install_opencode.sh --global
Global installs go into:
~/.config/opencode/skills/qml-skills/
This keeps the skills namespaced and avoids resetting the whole global OpenCode skills root.
If you prefer not to call the shell installer directly, see:
examples/use-with-opencode.mdYou can validate an install with:
python install/doctor_opencode.py --path .opencode/skills
Claude Code support is provided through:
CLAUDE.md.claude/settings.json.claude-plugin/ and plugins/skills/qml/exports/claude-code/skills/qml/exports/claude-marketplace/To generate Claude-compatible output:
python skills/qml/exporters/export_claude_code.py
To generate a local Claude marketplace:
bash install/install_claude_marketplace.sh --project-root .
To sync the GitHub-hosted marketplace view into the repository root:
python skills/qml/exporters/export_claude_marketplace.py --sync-hosted-root
Then add it inside Claude Code:
/plugin marketplace add ./.claude/marketplaces/qml-skills
To add this repository from GitHub after the root marketplace view is published:
/plugin marketplace add TQuang122/quantum-ml-skills
For faster Git checkout of the hosted marketplace only:
/plugin marketplace add TQuang122/quantum-ml-skills --sparse .claude-plugin plugins
Recommended install order:
/plugin install qml-common@qml-skills
/plugin install qml-core@qml-skills
/plugin install qml-backends@qml-skills
/plugin install qml-evaluation@qml-skills
/plugin install qml-research@qml-skills
Install plugin bundles sequentially. Parallel install attempts can race on local Claude plugin state.
The canonical source of truth remains:
skills/qml/
| Skill | Description |
|---|---|
qml-foundations | Frame QML problems before implementation. |
qml-pytorch-router | Route ambiguous PennyLane + PyTorch QML requests to the correct implementation skill. |
pennylane-qnn | Build and refactor PennyLane-first hybrid quantum models. |
qml-pytorch-interface | Clean PyTorch tensor, parameter, and prediction boundaries around PennyLane models. |
qml-pytorch-training | Build reusable PennyLane + PyTorch training workflows. |
qml-pytorch-performance-patterns | Improve performance for PyTorch-based QML workloads. |
pennylane-qiskit-backends | Add Qiskit-backed execution while keeping PennyLane as the authoring layer. |
qiskit-machine-learning-interop | Explore native Qiskit Machine Learning abstractions when plugin-backed execution is not enough. |
qml-cross-framework-benchmarking | Compare QML branches and backends fairly. |
skills/qml/README.mdskills/qml/REQUEST_PATTERNS.mdskills/qml/ROUTING.mdskills/qml/STARTER_WORKFLOW.mdskills/qml/EXPORT_STRATEGY.mdexamples/use-with-opencode.mdexamples/use-with-claude-code.mdCLAUDE.mdCONTRIBUTING.mdCHANGELOG.mdRELEASE_CHECKLIST.mdRELEASE_NOTES_v0.1.0.mdMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tquang122/quantum-ml-skills --plugin qml-commonBenchmarking and reproducibility skills for Claude Code.
Backend and Qiskit interop skills for Claude Code.
Research debugging and paper replication skills for Claude Code.
Core PennyLane and PyTorch implementation skills for Claude Code.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.