GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Batch, streaming, and GPU-accelerated decoding paths for QECTOR. Covers the manual 13 CUDA / OpenCL bit-identity contract, the per-thread scratch sizing formula (manual 13.4), the warm-up / dispatch / hot-path pattern, the worker-thread determinism guarantee (manual 26.3), and the cold-path / hot-path reporting rule.…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Belief propagation with ordered-statistics post-processing (BP-OSD) for QECTOR. Covers the box-plus kernel phi(x) = -ln(tanh(x/2)), the log-domain sum-product / min-sum / relay schedules, the OSD-0 / OSD-W solve (Theorem 11), the ambiguity-cluster partition (Theorem 12), and the worked examples from the v1.0.0…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Building and inspecting QEC codes for QECTOR. Covers the v1.0.0 library code families (repetition, ring, rotatedsurface, unrotatedsurface, toric, heavyhex, colorcode), the legacy generatechecks generators, and the custom-matrix / hypergraph-product / bicycle paths. Load when a question asks "what code should I use?"…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Core domain knowledge and verified facts for the QECTOR quantum error correction platform (plugin v1.0.6, decoder wheel 1.0.0). Covers the app-free library MCP server (8 stable tools), the opt-in research server (29 provisional tools including the evidence layer), the privileged admin server (3 tools), 11 slash…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Per-decoder internals from the v1.0.0 reference manual. For each of the fifteen specialised backends, gives the algorithm, the theorem(s) it inherits, its claim boundary, and a one-line code snippet. Load when a question asks "how does X work", "which decoder is right for Y", or "what is the difference between A and…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Detector error model (DEM) parsing, collapse, priors, and routing for QECTOR. Covers the manual 14 collapse rule (independent-XOR combination p = p1(1-p2) + p2(1-p1)), per-mechanism prior recalibration, the graphlike/hyperedge boundary, and the worked example p1=0.01, p2=0.02 -> p=0.0296…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR deployment modes, security posture, and the production checklist. Covers the six deployment modes (manual 24, Table 24.1), the production checklist (manual 24.1, 10 items), the service hardening rules (10 MB cap, bearer token, strict decoder-type enum), the zero-egress policy, the package-provenance rule, the…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Software engineering integration content for QECTOR: wiring the MCP servers into applications, driving the stdio JSON-RPC 2.0 protocol, high-performance batch / mmap decoding, building codes from matrices, the verified library API, and the companion bench server (Provisional). Load when a user is writing code…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Teaching and documentation content for quantum error correction with QECTOR: beginner-to-advanced tutorials, ELI5 explanations of syndromes / decoders / parity checks, Tanner-graph visual explanations, and local Markdown teaching material. Load for explanations, course material, or documentation generation.
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR terminology, notation, and symbols from the v1.0.0 reference manual (Appendix A and B). Load for any question about what a term means, what symbol is used, or how the notation is written.
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Physical-layer quantum circuits, detector-error-model preparation, qLDPC reasoning, and honest target-device hardware reporting for QECTOR. The bundled library MCP server is app-free; the companion bench server adds DEM inspection, DEM collapse, code-family introspection, and hardware probes (all Provisional).…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Logical error rate (LER) methodology for QECTOR. Covers the Wilson 95% score interval, the chapter 22.3 required-artifact metadata block, the codecapacity / circuitlevel tagging rule, safe / unsafe wording, and the screening-estimate caveat. Load for any LER report, threshold sweep, or competitive comparison.
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR licensing, tier enforcement, and key activation. Covers the three license tiers (Community d<=7, Pro d<=19, Enterprise d<=63), the Ed25519-signed token formats (QECT-PRO-, QECT-ENT-, v2), the resolution order (QECTORLICENSEKEY, QECTORLICENSEFILE, /.qector/license.key), the QECTORENFORCE / QECTORSILENT /…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
The strict mathematical ground rules for every QECTOR claim. Encodes the F2 notation, the 16 correctness theorems, the Wilson 95% score interval for LER, the required-artifact- metadata contract, safe-wording rules, and the published limitations that must travel with every claim (reference manual v1.0.0, DOI…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Routing, dispatch, and orchestration in QECTOR (manual chapter 11). Covers the structural validity predicate (max qubit degree), the recommenddecoder policy, Theorem 14 (AutoDecoder dispatch faithfulness), the 7-tier self-debugging fallback chain (native auto, CUDA, OpenCL, Rayon batch, CPU batch, single-thread…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
The PyMatching-compatible shim in qector-decoder-v3 (manual 17.1). Covers qectordecoderv3.pymatchingcompat.Matching as a drop-in for pymatching.Matching, the supported methods (fromcheckmatrix, fromdetectorerrormodel, addedge, addboundaryedge, decode, decodebatch, decodetoedgesarray), the fact that it is backed by the…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR release engineering, wheel-only distribution, the chunked base64 Rust-core delivery, feature flags in published wheels, the pre-flight gates, and the v2 token format. Load for any question about packaging, building, releasing, the RUSTSRCB64 secrets bundle, the promotion of a Provisional symbol to stable, or…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Reproducibility and claim boundaries for QECTOR (manual 19, 22, 27, Appendix D). Covers the chapter 22.3 required-artifact metadata, the safe / unsafe wording rule (manual 22.5), the reproduction commands in Appendix D, the competitive-harness pipeline (same Stim circuit, same samples, same DEM, same observable…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Quantum error correction research workflows on the QECTOR platform: threshold discovery, finite-size scaling, LER benchmarking with confidence intervals, decoder comparison, and publication-grade reproducibility artifacts. Uses the library MCP server (8 frozen tools) and the bench MCP server (29 provisional tools) for…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR roadmap and promotion path (manual 27). Covers the four-step Provisional-to-stable promotion bar, the artifact roadmap, the candidate engineering items (CUDA primary context sharing, OpenCL side-wheel, hypergraph rejection testing), and the 1.x release policy. Load for any question about what is coming, what is…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR service surfaces: REST (FastAPI / Flask), gRPC, MCP stdio, Prometheus metrics exporter (manual 17.4). Covers the Provisional status, the production checklist (manual 24.1), the request-size cap, the bearer-token check, the per-client rate limit, the strict decoder-type enum, the deployment modes (manual 24…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Sinter decoder entry points for QECTOR (manual 17.2). Covers qectorsinterdecoders() returning qectorblossom, qectorbelief, qectorunionfind, qectorbposd, qectorunionfindunweighted, the role of these in the community-standard sinter benchmark harness, and the qector-research.sinterdecoderlist probe. Load for any…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Space-time and streaming decoding for QECTOR. Covers the (2+1)D detector lattice, the detector-difference formulation d{c,t} = s{c,t} xor s{c,t-1}, the space-time lifting theorem (manual 10.2), the streaming primitives (OR-accumulated history, exponentially decayed window), the truncation bound ||SW - Sinf||1 <=…
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
Operations, runtime configuration, security, and device-local health of QECTOR deployments. The library path uses compatreport and getlicenseinfo; the companion research server adds hardwareprobe, licenseactivecheck, and envblock. Workbench probing is an admin tool. compatreport is also available via the library. Any…