600 results (7.0ms) page 9 / 30
d-o-hub / rust-self-learning-memory-episodic-memory-testing exact

Domain-specific testing patterns for episodic memory operations. Use when testing episode lifecycle, pattern extraction, reward scoring, or memory retrieval.

salvo-rs / salvo-skills-salvo-middleware exact

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

salvo-rs / salvo-skills-salvo-routing exact

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

SageV1 / makepad-skills-molykit exact

|

salvo-rs / salvo-skills-salvo-data-extraction exact

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

salvo-rs / salvo-skills-salvo-openapi exact

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

salvo-rs / salvo-skills-salvo-csrf exact

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

eugenepyvovarov / mcpbundler-agent-skills-marketplace-pinocchio-development exact

Comprehensive guide for building high-performance Solana programs using Pinocchio - the zero-dependency, zero-copy framework. Covers account validation, CPI patterns, optimization techniques, and...

salvo-rs / salvo-skills-salvo-testing exact

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

sendaifun / skills-pinocchio-development exact

Comprehensive guide for building high-performance Solana programs using Pinocchio - the zero-dependency, zero-copy framework. Covers account validation, CPI patterns, optimization techniques, and...

sendaifun / skills-debridge exact

Complete deBridge Protocol SDK for building cross-chain bridges, message passing, and token transfers on Solana. Use when building cross-chain applications, bridging assets between Solana and EVM...

salvo-rs / salvo-skills-salvo-rate-limiter exact

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

salvo-rs / salvo-skills-salvo-tls-acme exact

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

salvo-rs / salvo-skills-salvo-static-files exact

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

salvo-rs / salvo-skills-salvo-basic-app exact

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

salvo-rs / salvo-skills-salvo-proxy exact

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