From qml-core
Core implementation skill for PennyLane-first hybrid quantum neural network models.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qml-core:pennylane-qnnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to implement or refactor PennyLane-first hybrid quantum neural network code in a clean, reusable way. The goal is to separate circuit definition, parameter handling, training logic, and evaluation so variational classifiers and related models are easy to extend toward PyTorch-first training, Qiskit backends, and fair benchmarking later.
Use this skill to implement or refactor PennyLane-first hybrid quantum neural network code in a clean, reusable way. The goal is to separate circuit definition, parameter handling, training logic, and evaluation so variational classifiers and related models are easy to extend toward PyTorch-first training, Qiskit backends, and fair benchmarking later.
Before applying this skill, identify:
encode_input(x)variational_block(params)qnode(params, x)predict(params, batch)loss_fn(...) and evaluation utilitiesWhen this skill is applied, the resulting PennyLane model should be clean enough to serve as the stable center of the broader QML library.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tquang122/quantum-ml-skills --plugin qml-core