Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

salvo-skills

salvo-skills에는 salvo-rs에서 수집한 skills 28개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
28
Stars
19
업데이트
2026-07-07
Forks
5
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

salvo-auth
소프트웨어 개발자

Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.

2026-07-07
salvo-basic-app
소프트웨어 개발자

Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.

2026-07-07
salvo-caching
소프트웨어 개발자

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

2026-07-07
salvo-compression
소프트웨어 개발자

Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.

2026-07-07
salvo-concurrency-limiter
소프트웨어 개발자

Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource exhaustion.

2026-07-07
salvo-cors
소프트웨어 개발자

Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on different domains.

2026-07-07
salvo-csrf
소프트웨어 개발자

Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and state-changing endpoints.

2026-07-07
salvo-data-extraction
소프트웨어 개발자

Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for handling user input and API payloads.

2026-07-07
salvo-database
소프트웨어 개발자

Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and database operations.

2026-07-07
salvo-error-handling
소프트웨어 개발자

Handle errors gracefully with custom error types, status codes, and error pages. Use for building robust APIs with proper error responses.

2026-07-07
salvo-file-handling
소프트웨어 개발자

Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and content delivery.

2026-07-07
salvo-flash
소프트웨어 개발자

Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.

2026-07-07
salvo-graceful-shutdown
네트워크·컴퓨터 시스템 관리자

Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.

2026-07-07
salvo-logging
소프트웨어 개발자

Implement request logging, tracing, and observability. Use for debugging, monitoring, and production observability.

2026-07-07
salvo-middleware
소프트웨어 개발자

Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.

2026-07-07
salvo-openapi
소프트웨어 개발자

Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API client generation.

2026-07-07
salvo-path-syntax
소프트웨어 개발자

Path parameter syntax guide for Salvo routing. Explains the `{}` syntax (v0.76+) vs deprecated `<>` syntax, with migration examples.

2026-07-07
salvo-proxy
소프트웨어 개발자

Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.

2026-07-07
salvo-rate-limiter
소프트웨어 개발자

Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.

2026-07-07
salvo-realtime
소프트웨어 개발자

Implement real-time features using WebSocket and Server-Sent Events (SSE). Use for chat applications, live updates, notifications, and bidirectional communication.

2026-07-07
salvo-routing
소프트웨어 개발자

Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.

2026-07-07
salvo-session
소프트웨어 개발자

Implement session management for user state persistence. Use for login systems, shopping carts, and user preferences.

2026-07-07
salvo-sse
소프트웨어 개발자

Implement Server-Sent Events for real-time server-to-client updates. Use for live feeds, notifications, and streaming data.

2026-07-07
salvo-static-files
소프트웨어 개발자

Serve static files, directories, and embedded assets. Use for CSS, JavaScript, images, and downloadable content.

2026-07-07
salvo-testing
소프트웨어 품질 보증 분석가·테스터

Write unit and integration tests for Salvo applications using TestClient. Use for testing handlers, middleware, and API endpoints.

2026-07-07
salvo-timeout
소프트웨어 개발자

Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.

2026-07-07
salvo-tls-acme
소프트웨어 개발자

Configure TLS/HTTPS with automatic certificate management via ACME (Let's Encrypt). Use for production deployments with secure connections.

2026-07-07
salvo-websocket
소프트웨어 개발자

Implement WebSocket connections for real-time bidirectional communication. Use for chat, live updates, gaming, and collaborative features.

2026-07-07