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. bobmatnyc
  4. /
  5. claude-mpm-skills
  6. /
  7. Rust Desktop Applications

Rust Desktop Applications

Editor's Note

Covers both Tauri for hybrid web UI apps and native frameworks like egui, iced, and slint. The approach here is practical: you get framework selection guidance, IPC patterns, state management, and cross-platform deployment strategies. Tauri is the standout for most use cases, delivering Electron-style development with 10x smaller bundles and a fraction of the memory footprint. The skill walks through the full lifecycle from architecture decisions through platform integration and shipping. Use this when you need native performance or system access but want to avoid the bloat of traditional Electron apps, or when you're building specialized tools that benefit from pure Rust GUI frameworks.

Install

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill rust-desktop-applications
Votes
0
Installs262
GitHub Stars49
Categories
Rust
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.