Agent Skills by 提灯医疗
Showing 38 vetted skills indexed across 1 GitHub repositories.
salvo-proxy
Configure a Salvo reverse proxy for routing and balancing Rust microservice requests.
salvo-concurrency-limiter
Limit concurrent requests in Salvo applications with per-route and global guards.
salvo-sse
Stream real-time updates from server to clients in Salvo-based Rust apps.
salvo-testing
Automate unit and integration testing for Salvo applications with TestClient.
salvo-basic-app
Scaffold basic Salvo web apps with handlers, routers, and server setup.
salvo-auth
Implement JWT, Basic, and API key authentication for Salvo-based Rust APIs.
salvo-middleware
Implement reusable authentication, logging, and CORS middleware for Salvo routers.
salvo-logging
Log and trace HTTP requests in Salvo applications using salvo::logging::Logger and tracing.
salvo-session
Manage cookie-based user sessions with TTL configuration in Salvo Rust web apps.
salvo-data-extraction
Parse and validate HTTP request data into typed structures in Salvo Rust services.
config-usage
Load and validate YAML-based application configuration for Genies projects.
salvo-routing
Configure nested Salvo routers with path parameters and Hoop middleware for Rust APIs.
salvo-database
Integrate relational databases with Salvo-based Rust services using SQLx, SeaORM, or Diesel.
salvo-websocket
Establish real-time bidirectional WebSocket communication in Salvo-based Rust apps.
salvo-caching
Implement HTTP caching headers and moka in-memory caches for Salvo REST endpoints.
salvo-file-handling
Handle file uploads, downloads, and multipart forms in Salvo Rust web services.
auth-usage
Enforce API-level and field-level permissions with Casbin in Genies services.
core-usage
Standardize HTTP responses, error handling, and Keycloak JWT validation in Rust handlers.
cache-usage
Implement dual-backend caching with Redis and in-memory stores for Genies apps.
ddd-usage
Model domain primitives and publish CloudEvent-compatible domain events via Dapr.
dapr-usage
Automate Dapr pub/sub and CloudEvent routing for Rust Genies microservices.
salvo-flash
Set and display one-time flash messages across Salvo redirects.
context-usage
Automate global CONTEXT setup with database, cache, and JWT middleware.
salvo-static-files
Serve static directories and embedded assets in Salvo Rust web applications.