domain-web
CommunityBuild safe, scalable Rust web services
AuthorAlexKVal
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Domain constraints for Rust web services are often under-communicated: developers struggle to enforce non-blocking I/O, thread-safe shared state, and clear ownership patterns across frameworks like Axum and Actix. This skill provides a structured set of rules and patterns to guide design decisions and prevent common pitfalls.
Core Features & Use Cases
- Enforces non-blocking handlers, explicit error handling, and Send + Sync guarantees for high-concurrency web apps.
- Promotes Arc-based shared state management and avoids Rc in server state.
- Provides framework-agnostic design guidance with concrete Axum/Actix examples and best-practice patterns.
- Use Case: architect a REST API service with stateless handlers and scalable state management across workers.
Quick Start
Start by wiring a basic Axum handler that stores shared state in Arc and exposes a non-blocking endpoint.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: domain-web Download link: https://github.com/AlexKVal/rust-skills-for-cursor/archive/main.zip#domain-web Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.