Loading...
Loading...
Found 213 Skills
Use when symfony brainstorming
Refactor Flask code to improve maintainability, readability, and adherence to best practices. This skill transforms Flask applications using the application factory pattern, Blueprint organization, and service layer separation. It addresses fat route handlers, missing error handling, improper context local usage, and security issues. Apply when you notice global app instances, routes without Blueprints, business logic in handlers, or missing CSRF protection.
Use when symfony api platform filters
Use when symfony using symfony superpowers
Use when symfony api platform dto resources
Use when symfony api platform state providers
FastAPI Python async framework with Pydantic and automatic OpenAPI. Use for Python APIs.
Hono ultrafast web framework for edge computing. Use for edge APIs.
This is the public Twilio REST API.. Use when working with the Twilio - Api or when the user needs to interact with this API.
Receive and process Postmark webhooks. Use when setting up Postmark webhook handlers, handling email delivery events, processing bounces, opens, clicks, spam complaints, or subscription changes.
Used to standardize DAO files to ensure compliance with Drizzle ORM best practices, including file structure, method naming, type safety, and performance optimization. Use when you need to refactor or create DAO files to meet project standards.
NestJS best practices, module architecture, DTOs, Guards, Interceptors, and common patterns. Use when building or reviewing NestJS backend services.