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. sickn33
  4. /
  5. antigravity-awesome-skills
  6. /
  7. Rust Async Patterns

Rust Async Patterns

Editor's Note

A solid reference for working with Tokio and async Rust patterns when you're building concurrent services or dealing with async I/O. It covers the practical stuff like task spawning, channels, streams, and error handling that comes up constantly in real async code. The implementation playbook has detailed examples, which is helpful when you're debugging subtle lifetime or pinning issues. Good for both getting async apps off the ground and figuring out why your spawned tasks aren't behaving. It's community sourced and stays focused on production patterns rather than trying to teach Rust from scratch.

Install

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill rust-async-patterns
Votes
0
Installs241
GitHub Stars39.4k
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.