qector-tools
01GuillaumeLessard/qector-claude-plugin
Plugin Claude Code
QECTOR quantum error correction toolkit for Claude Code and Claude Desktop.
GuillaumeLessard/qector-claude-plugin
Plugin Claude Code
QECTOR quantum error correction toolkit for Claude Code and Claude Desktop.
GuillaumeLessard/qector-claude-plugin
Plugin Claude Code
Local QECTOR quantum error correction plugin for Claude Code and Claude Desktop with strict math skills, focused agents, and qector-decoder-v3 MCP servers.
GuillaumeLessard/qector-claude-plugin
MCP server Claude CodeCodexCursor
MCP server "qector-library" as configured in GuillaumeLessard/qector-claude-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/mcp_server_library.py with ${CLAUDE_PLUGIN_ROOT}/scripts/qector-python. Needs 2 environment variables to run.
GuillaumeLessard/qector-claude-plugin
Instructions file CodexOpenCode
AGENTS.md instructions for GuillaumeLessard/qector-claude-plugin, covering policylayer playbook, repository guidelines, project structure & module organization, build, test, and development commands and coding style & naming conventions.
GuillaumeLessard/qector-claude-plugin
Instructions file
Claude Code instructions for GuillaumeLessard/qector-claude-plugin, covering policylayer playbook, qector claude code context, mcp profiles, validation and security.
GuillaumeLessard/qector-claude-plugin
Agent
Staff software engineer for QECTOR integrations. Use for wiring MCP servers, stdio JSON-RPC 2.0 client code, high-performance batched/mmap decoding, buildcodefrommatrix, and debugging integrations against qector-decoder-v3 or the Workbench.
GuillaumeLessard/qector-claude-plugin
Agent
QECTOR hardware/quantum-architecture engineer. Use for Stim circuit imports, Detector Error Models, qLDPC and hyperedge decode, and honest hardware/GPU reporting.
GuillaumeLessard/qector-claude-plugin
Agent
Principal quantum error correction researcher. Use for threshold discovery, LER benchmarking, decoder comparison, finite-size scaling, and publication-grade reproducibility with QECTOR.
GuillaumeLessard/qector-claude-plugin
Agent
QECTOR operations and security administrator. Use for health triage, runtime configuration, environment management, and local-by-default enforcement. The bundled library MCP server is app-free; any optional Workbench must be connected and negotiated separately.
GuillaumeLessard/qector-claude-plugin
Agent
QECTOR governance and verification agent. Use for validating MCP connectivity (tools/list handshake), auditing claims against evidence, enforcing local-by-default rules, verifying artifact integrity and license posture before any action is taken.
GuillaumeLessard/qector-claude-plugin
Command
Run latency and throughput microbenchmarks on decoder backends with cold/hot path separation.
GuillaumeLessard/qector-claude-plugin
Command
Inspect quantum code family properties, parity check matrices, transversals, and distance bounds.
GuillaumeLessard/qector-claude-plugin
Command
Inspect and parse Detector Error Models (DEM), Stim circuit definitions, and parallel fault collapse rules.
GuillaumeLessard/qector-claude-plugin
Command
Print the verified QECTOR platform fact sheet (surfaces, decoders, code families, MCP entry points, strict-math and honesty rules).
GuillaumeLessard/qector-claude-plugin
Command
Look up and execute reference manual Appendix D (D.1 through D.6) reproduction workflows.
GuillaumeLessard/qector-claude-plugin
Command
Run the guided first-time system setup and diagnostic audit with user approbation safety gate.
GuillaumeLessard/qector-claude-plugin
Command
Generate Sinter task templates and configure community benchmark harnesses for QECTOR decoders.
GuillaumeLessard/qector-claude-plugin
Command
Look up exact mathematical formulations and verification obligations for Theorems 1-16 from the Reference Manual.
GuillaumeLessard/qector-claude-plugin
Command
Run a strict-math QECTOR threshold sweep (logical error rate vs distance and error rate) with 95% Wilson intervals and a SHA-256-verified artifact, library-only (no app).
GuillaumeLessard/qector-claude-plugin
Command
Validate live MCP connectivity of the QECTOR servers (library first-class, workbench optional) - initialize handshake + mcpstatus + tools/list diff, then a pass/warn/fail verdict.
GuillaumeLessard/qector-claude-plugin
Command
Calculate Wilson 95% score confidence intervals and comparative statistical tables for Monte Carlo LER data.
GuillaumeLessard/qector-claude-plugin
Hook
Runs when a session starts, executing qector_session_start.py. From GuillaumeLessard/qector-claude-plugin.
GuillaumeLessard/qector-claude-plugin
Hook
Runs after a tool call finishes for ^mcp__plugin_qector_qector-(library, research and admin)__.*$ tool calls, executing qector_tool_log.py. From GuillaumeLessard/qector-claude-plugin.
GuillaumeLessard/qector-claude-plugin
Skill Claude CodeCodex
QECTOR architecture overview: the Rust core / Python layer FFI boundary, the module map, the threading and memory models, the layering of services, and the bit-determinism guarantee. Load for any question about the engine's internals, where a class lives, how the GIL interacts with the decode call, or why batch decode…