CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. aradotso
  4. /
  5. trending-skills
  6. /
  7. Aglais Xqvm Quantum Vm

Aglais Xqvm Quantum Vm

Editor's Note

If you're encoding binary optimization problems for quantum annealers, this gives you a proper IR layer instead of wrestling with vendor-specific formats. It's a stack-based VM written in Rust with four crates: bytecode, assembler, disassembler, and interpreter. You write QUBO or Ising models in XQASM assembly (or build them programmatically), compile to bytecode, and run anywhere the VM supports, including no_std environments like WASM. The TSP example in the repo shows the real pattern: generate coefficients in Rust, emit parameterized assembly, then assemble and execute. Think of it as LLVM for quantum annealing problems, though you're still responsible for the actual annealing solver on the backend.

Install

npx skills add https://github.com/aradotso/trending-skills --skill aglais-xqvm-quantum-vm
Votes
0
Installs266
GitHub Stars26
Categories
RustFinance & Trading
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Rust Skills

View all →
rust-unsafe

mohitmishra786/low-level-dev-skills

0
146
98
rust unsafe
m01-ownership

actionbook/rust-skills

0
897
1.2k
m01 ownership
unsafe-checker

actionbook/rust-skills

0
850
1.2k
unsafe checker
m01-ownership

zhanghandong/rust-skills

0
755
1.2k
m01 ownership
unsafe-checker

zhanghandong/rust-skills

0
670
1.2k
unsafe checker
rust-async-patterns

wshobson/agents

1
13.5k
36.2k
Production patterns for async Rust with Tokio, channels, error handling, and concurrent task management.