rust-systems
openbooklet.com/s/rust-systemsopenbooklet.com/s/rust-systems@1.0.0GET /api/v1/skills/rust-systemsRust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns
Docker best practices including multi-stage builds, compose patterns, image optimization, and security
Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management
GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling
Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway
Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
Auto-indexed from rohitg00/awesome-claude-code-toolkit
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.