Browse
Backend
Skills Found
server-actions
This skill helps developers create and manage Next.js server actions for form submissions, data mutations, and server-side logic. It provides concrete examples for blog posts, analytics tracking, and cache revalidation with practical patterns for validation, authentication, and file uploads.
better-auth
Provides a TypeScript authentication framework with email/password, OAuth providers, 2FA, and passkey support. Works across Next.js, SvelteKit, Express and other frameworks. Includes database schema generation, session management, and role-based access control.
wheels-api-generator
Generates RESTful API controllers for ColdFusion Wheels framework with proper HTTP status codes, JSON responses, and authentication middleware. Provides complete CRUD operations with error handling and validation.
integrating-stripe-webhooks
Provides specific solutions for Stripe webhook implementation problems, focusing on raw body parsing across frameworks and fixing TypeScript type issues with subscription data. Includes framework examples for Fastify, Express, and FastAPI, plus common error patterns and debugging steps.
backend-core
Provides language-agnostic backend patterns covering API design, authentication, security, and databases. Includes decision trees for choosing API types and auth methods, security best practices, and database schema patterns. Focuses on practical implementation guidance rather than theoretical concepts.
wheels-email-generator
Generates complete email infrastructure for CFML Wheels framework including mailer controllers, HTML/text templates, and configuration. Provides patterns for welcome emails, password resets, and attachments. Includes testing examples and SMTP provider configurations for common services like SendGrid and AWS SES.
wheels-model-generator
A highly practical and well-documented Skill that addresses critical production issues in Wheels ORM model generation with clear anti-pattern prevention and production-tested solutions.
better-auth
This skill generates configuration files for Better Auth, a TypeScript authentication library. It interactively prompts for database choice and auth methods, then produces ready-to-use auth.ts and .env files with proper imports and settings. It supports multiple databases and OAuth providers.
moai-lang-php
This skill provides specialized assistance for PHP 8.3+ development with focus on Laravel 11 and Symfony 7 frameworks. It covers modern PHP patterns, ORM usage, testing, and deployment workflows. The documentation includes concrete code examples for controllers, models, requests, and security implementations.
wheels-routing-generator
Generates routing configurations for Wheels CFML applications, covering RESTful resources, nested routes, custom patterns, and route constraints. Provides clear examples for common web application patterns like blogs, e-commerce, and APIs. Includes best practices and debugging guidance.
wheels-controller-generator
A highly practical skill for generating Wheels MVC controllers with comprehensive CRUD patterns, security best practices, and clear anti-pattern guidance for ColdFusion developers.
nodejs-backend-patterns
Provides concrete code examples and architectural patterns for building Node.js backend services with Express and Fastify. Covers middleware setup, layered architecture, authentication with JWT, database integration, caching strategies, and API response formatting. Includes TypeScript examples and best practices for production deployment.