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. Systems Programming Rust Project

Systems Programming Rust Project

Editor's Note

This scaffolds production-ready Rust projects with proper cargo tooling, module organization, and testing setup. It covers binary applications, libraries, workspaces, and web APIs with frameworks like Axum. You get complete project structures including Cargo.toml configs, CLI argument parsing with clap, error handling patterns, and even makefiles for common tasks. The templates are opinionated but follow Rust idioms closely, with things like proper profile settings for release builds and integration test directories. It's comprehensive enough that you could probably scaffold most common Rust project types without much modification, though you'll want to verify the dependency versions match your needs since these will age quickly.

Install

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill systems-programming-rust-project
Votes
0
Installs300
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.