에이전트/스킬 실행 기여도를 분석하고 리포트를 생성합니다. stream.jsonl의 실행 로그를 파싱하여 호출 횟수, 성공률, 순위를 계산합니다. 내장 에이전트(general-purpose, Explore,...
cat ~/热门
浏览按 GitHub 星标排序的热门技能
>
>
Control Anova Precision Ovens and Precision Cookers (sous vide) via WiFi WebSocket API. Start cooking modes (sous...
Automatically delegate complex, logic-intensive tasks to OpenAI Codex CLI via `codex exec --full-auto`. Claude Code...
Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints...
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project...
Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.
Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.
Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource...
Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on...
Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and...
Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for...
Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and...
Handle errors gracefully with custom error types, status codes, and error pages. Use for building robust APIs with...
Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and...
Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments...
Implement request logging, tracing, and observability. Use for debugging, monitoring, and production observability.
Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and...
Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API...
Path parameter syntax guide for Salvo routing. Explains the `{}` syntax (v0.76+) vs deprecated `<>` syntax, with...
Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and...
Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.