600 results (13.3ms) page 10 / 30
salvo-rs / salvo-skills-salvo-error-handling exact

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

salvo-rs / salvo-skills-salvo-concurrency-limiter exact

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

salvo-rs / salvo-skills-salvo-session exact

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

madeinoz67 / madeinoz-knowledge-system-add-language exact

Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs,...

salvo-rs / salvo-skills-salvo-path-syntax exact

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

salvo-rs / salvo-skills-salvo-cors exact

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

salvo-rs / salvo-skills-salvo-logging exact

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

DonggangChen / antigravity-agentic-skills-cli-developer exact

Expert CLI developer for command-line tools, terminal applications, and developer utilities. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions....

vuralserhat86 / antigravity-agentic-skills-cli-developer exact

Expert CLI developer for command-line tools, terminal applications, and developer utilities. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions....

pyth 0.00
sendaifun / skills-pyth exact

Complete guide for Pyth Network - decentralized oracle providing real-time price feeds for DeFi. Covers price feed integration, confidence intervals, EMA prices, on-chain CPI, off-chain fetching,...

salvo-rs / salvo-skills-salvo-auth exact

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

eugenepyvovarov / mcpbundler-agent-skills-marketplace-magicblock exact

Comprehensive guide for building high-performance Solana apps with MagicBlock Ephemeral Rollups. Use when you need sub-10ms latency, gasless transactions, or rollup architecture guidance.

salvo-rs / salvo-skills-salvo-file-handling exact

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

salvo-rs / salvo-skills-salvo-compression exact

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

salvo-rs / salvo-skills-salvo-caching exact

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

salvo-rs / salvo-skills-salvo-flash exact

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