Loading...
Loading...
Found 48002 skills
gr8monk3ys
Automates RESTful and GraphQL API development with authentication, rate limiting, and Zod validation for backend endpoints.
gr8monk3ys
Builds and optimizes React, Vue, and Next.js frontend components with Tailwind CSS and state management.
gr8monk3ys
Assists in implementing fixes for diagnosed bugs using systematic debugging methodology, avoiding initial investigation and new feature development.
gr8monk3ys
Creates and executes end-to-end web application tests using Playwright, including visual regression and user flow validation.
gr8monk3ys
Ensures code functionality verification before marking tasks complete, reducing errors in development workflows.
tachyon-beep
Provides guidance on test strategy, code review best practices, and distinguishing verification from validation to prevent quality issues in software delivery.
salvo-rs
Configures Salvo routers for path parameters, nested routes, and filters to build complex RESTful API structures.
salvo-rs
Provides middleware implementations for authentication, logging, CORS, and request processing in web applications, handling cross-cutting concerns.
salvo-rs
Generates unit and integration tests for Salvo web applications using TestClient to validate handlers, middleware, and API endpoints.
salvo-rs
Automatically generates OpenAPI documentation from Salvo web framework handlers for API documentation, Swagger UI, and client code generation.
salvo-rs
Manages user session state for persistent login, shopping cart, and preference storage in web applications.
salvo-rs
Provides one-time flash message implementation for success/error notifications across redirects in web applications, commonly used after form submissions.
salvo-rs
Provides file handling utilities for uploads, downloads, and multipart forms in web applications, supporting image management and content delivery.
salvo-rs
Configures request timeouts for APIs to prevent slow operations from consuming excessive resources and blocking other requests.
salvo-rs
Limits concurrent requests in web applications to prevent resource exhaustion during file uploads and expensive operations.
salvo-rs
Configures Cross-Origin Resource Sharing (CORS) and security headers for web APIs to enable safe cross-domain requests from browsers.
salvo-rs
Provides utilities for implementing real-time communication via WebSocket and SSE for chat, live updates, and notifications.
salvo-rs
Provides custom error handling for APIs with error types, status codes, and error pages to ensure robust and user-friendly error responses.
salvo-rs
Guides Salvo framework users on path parameter syntax, comparing the new `{}` format with the deprecated `<>` syntax and providing migration examples.
salvo-rs
Provides HTTP response compression using gzip, brotli, zstd, and deflate to optimize web performance and reduce bandwidth usage.
salvo-rs
Enables real-time bidirectional communication for chat, live updates, and collaborative features through WebSocket integration.
salvo-rs
Enables servers to handle in-flight requests during shutdown, ensuring zero downtime and proper resource cleanup for seamless deployments.
salvo-rs
Provides caching implementation utilities to reduce database load and accelerate response times in applications.
salvo-rs
Enables database integration with Salvo web framework using ORMs for persistent data storage and operations.