Loading...
Loading...
Found 48002 skills
madooei
Generates tests for in-memory MockDB repository implementations to validate mock data access behavior and repository functionality.
madooei
Configures test infrastructure with fixtures, helpers, and coverage for comprehensive testing.
madooei
Generates boilerplate code for request processing middleware, enabling authentication, validation, and cross-cutting concerns in web applications.
madooei
Automates full CRUD resource creation with backend, database, and API layers for new domain entities like notes or users.
madooei
Guides testing of repository and data access layers, directing to implementation-specific testing approaches.
madooei
Adds real-time event emission using Server-Sent Events (SSE) to resource services for live updates.
madooei
Generates production-ready MongoDB repository implementations including document mapping, index setup, and database connection for backend services.
madooei
Adds authorization methods for new entities to AuthorizationService, triggered by permission management events.
madooei
Adds custom error types for domain-specific business rules and HTTP status codes in application code.
madooei
Initializes a new backend project with TypeScript, ESLint, Prettier, and Hono for rapid service development from scratch.
tommymorgan
Provides patterns for exploratory testing of REST and GraphQL APIs, including endpoint discovery, validation, authentication, and error handling checks.
madooei
Generates backend controllers for handling HTTP requests and connecting routes to service logic in web applications.
madooei
Provides test utilities for MongoDB repository implementations, including setup and database operation validation.
madooei
Adds custom query parameters to entity endpoints for extended search and filter capabilities beyond base pagination.
madooei
Adds a new environment variable to the application for configuration of external services, feature flags, or settings.
madooei
A tool for testing middleware functions, specifically designed for authentication, validation, and other middleware scenarios in web applications.
madooei
Integrates routes into application using dependency injection, mounting them in app.ts after route creation.
madooei
Generates repository interface for data access abstraction, enabling CRUD operations and repository pattern implementation in backend services.
madooei
Validates resource implementations against established coding patterns, ensuring correctness during creation or refactoring phases.
pluginagentmarketplace
Manages database schema evolution through version-controlled migrations, ensuring consistent and reversible database updates across environments.
tikazyq
Provides a structured framework for mobile application architecture decisions, including technology selection, performance optimization, and cross-platform considerations for iOS and Android.
madooei
Configures custom error types and a global error handler for robust application error management during project setup.
bgrober
Enables effective test writing with a test-first approach while accommodating prototyping during feature implementation.
madooei
Tests controller methods handling HTTP requests and service interactions, validating response correctness during development.