Path parameter syntax guide for Salvo routing. Explains the `{}` syntax (v0.76+) vs deprecated `<>` syntax, with...
cat ~/신규
마켓플레이스에 추가된 최신 스킬 둘러보기
Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API...
Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and...
Implement request logging, tracing, and observability. Use for debugging, monitoring, and production observability.
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments...
Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.
Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and...
Handle errors gracefully with custom error types, status codes, and error pages. Use for building robust APIs with...
Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and...
Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for...
Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and...
Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on...
Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource...
Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.
Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project...
Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints...
Auto-update PROJECT_STATE.md after each git commit with AI-powered summaries. OpenClaw Skill
End-to-end AdSense content quality optimization skill. Use when AnyGen needs to: (1) assess a website or articles...
Tailwind CSS v4 patterns for styling Next.js applications. This skill should be used when styling components,...
Refactor and clean code using SOLID principles, clean code patterns, and modern best practices. Use when the user...
Orchestrate comprehensive codebase research focusing on identifying and explaining relevant code with precise file...
Blender best practices and Python code snippets for the Blender MCP server. Use when creating 3D models,...
Guide for creating Agent Skills: structure, best practices, and SKILL.md format for Claude Code, Codex, Gemini CLI,...