home/categories/development
domain cluster

Development

Frameworks, languages, and architectural tools.

23643 個技能all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
backend
0

creating-client-singletons

Prevent multiple PrismaClient instances that exhaust connection pools causing P1017 errors. Use when creating PrismaClient, exporting database clients, setting up Prisma in new files, or encountering connection pool errors. Critical for serverless environments.

djankies
djankies
development
open
full-stack
0

nextjs-expert

Build and modify Next.js App Router codebases using TypeScript, Tailwind CSS, and Prisma. Use for creating pages/layouts/components, route handlers (`app/api/*/route.ts`), server actions, and Prisma schema changes or database workflows in Next.js projects.

chaiwichitbuapanlum
chaiwichitbuapanlum
development
open
full-stack
0

fastapi-development

Build async APIs with FastAPI, including endpoints, dependency injection, validation, and testing. Use when creating REST APIs, web backends, or microservices.

bossjones
bossjones
development
open
backend
0

new-api-endpoint

Scaffold a new API endpoint following project patterns. Use when creating new API routes. Invoke with "/new-api-endpoint [path] [methods]".

abdoulayesow
abdoulayesow
development
open
backend
0

api-setup

Configure affolterNET.Web.Api service registration and middleware pipeline. Use when setting up AddApiServices, ConfigureApiApp, or configuring the API middleware order.

Mcafee123
Mcafee123
development
open
backend
0

backend-api

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, resource-based URLs, and rate limiting. Use this skill when creating or modifying API endpoints, route handlers, controllers, or any backend API layer code. Apply when working on files that define API routes (routes/*.ts, controllers/*.ts, api/*.ts, *Controller.cs), implement request/response handlers, establish API versioning, or configure endpoint middleware. Use when building Bun/Express APIs, ASP.NET Core Web APIs, or Next.js API routes. This skill ensures RESTful design with clear resource-based URLs, consistent lowercase hyphenated naming, appropriate HTTP methods (GET, POST, PUT, PATCH, DELETE), proper status codes (200, 201, 400, 404, 500), plural nouns for resources (/users, /products), limited nesting depth (2-3 levels max), query parameters for filtering/sorting/pagination, API versioning strategies, and rate limiting headers in responses.

TheophilusChinomona
TheophilusChinomona
development
open
backend
0

api-design

API設計 - REST/GraphQL設計原則、バージョニング、エラーハンドリング、ドキュメント

DaichiHoshina
DaichiHoshina
development
open
backend
0

kratos-repo

Implements go-kratos data layer repositories following Clean Architecture patterns with GORM, transactions, pagination, and error handling. Use when adding new data access layers to kratos microservices that need database persistence.

alecszaharia
alecszaharia
development
open
full-stack
0

api-endpoint

Creates Next.js API routes with Firebase. Use when adding GET/POST/PATCH/DELETE endpoints, implementing pagination, adding auth checks, or handling file uploads. Includes route templates and error handling.

jhlee0409
jhlee0409
development
open
backend
0

jquery-ajax-json

Best practices for jQuery AJAX with JSON data handling including sending/receiving JSON, error handling, security (CSRF protection, XSS prevention), promise patterns, caching, and modern alternatives. Use when working with jQuery AJAX requests, implementing JSON APIs, troubleshooting AJAX issues, or migrating from jQuery to Fetch API.

ErnestPenaJr
ErnestPenaJr
development
open
backend
0

fastapi-validation

Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.

knopki
knopki
development
open
full-stack
0

error-handling

Comprehensive error handling patterns for API responses, React Error Boundaries, webhook processing, user-facing messages, and monitoring with Baselime.

jonit-dev
jonit-dev
development
open
full-stack
0

generate-api-route

Generate Next.js API route handler with repository integration, error handling, and TypeScript types. Use when creating new API endpoints for meals, supplements, profile, analytics, or other resources.

marcd35
marcd35
development
open
backend
0

rest-client-generator

Generate REST API client code in multiple languages with error handling. Use when creating API client libraries or SDK code.

ntaksh42
ntaksh42
development
open
backend
0

error-handling

Complete error handling patterns for Wasp applications. Use when implementing error handling, validation, or working with HTTP errors. Includes server-side operations errors, client-side error handling, Zod validation, and retry logic.

ToonVos
ToonVos
development
open
backend
0

crud-routes-builder

Generate base HTTP CRUD routes (create, list, get, delete) for a domain entity in apps/api/src/interfaces/http/routes, using existing domain fields/schemas and repositories; handles nested sub-entities via Fastify prefixes. Use when asked to scaffold CRUD routes for an entity (e.g., "Crée les routes CRUD pour Recipe", "Génère le CRUD de l'entité Ingredient", "Fais les routes CRUD de Member dans Collection").

RedBoardDev
RedBoardDev
development
open
backend
0

backend-api

Load when editing Python files in backend/, api/, routes/, services/, models/, websocket files, or alembic/. Provides FastAPI, async SQLAlchemy, WebSocket, Authentication, and Database Migration patterns.

goranjovic55
goranjovic55
development
open
full-stack
0

nextjs-advanced-routing

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form handling. Use when requirements involve server actions, form submissions, cookies, mutations, API routes, `route.ts`, parallel routes, intercepting routes, or streaming. Essential for separating server actions from client components.

mcclowes
mcclowes
development
open
backend
0

project-architecture-patterns

Architecture patterns for rRNA-Phylo project including FastAPI backend design, service organization, async task processing with Celery, Pydantic schemas, testing with pytest, Biopython integration, and API design conventions. Covers project structure, dependency injection, error handling, and configuration management.

roeimed0
roeimed0
development
open
backend
0

api-fetch-with-auth

Create authenticated API fetch function in Next.js. Use for frontend API calls.

Jawad-Chaudhary
Jawad-Chaudhary
development
open
full-stack
0

express

Builds APIs with Express including routing, middleware, error handling, and security. Use when creating Node.js APIs, building REST services, or adding middleware-based server functionality.

mgd34msu
mgd34msu
development
open
backend
0

fastapi-patterns

Comprehensive FastAPI best practices, patterns, and conventions for building production-ready Python web APIs. Covers application structure, async patterns, Pydantic models, dependency injection, database integration, authentication, error handling, testing, OpenAPI documentation, performance optimization, and common anti-patterns. Essential reference for FastAPI code reviews and development.

clostaunau
clostaunau
development
open
full-stack
0

fastapi

Complete FastAPI backend development skill with production-ready patterns for building modern APIs. Use when: (1) Creating new FastAPI projects or APIs, (2) Adding authentication (JWT, OAuth2, Argon2), (3) Setting up SQLModel ORM with relationships and migrations, (4) Adding MongoDB/NoSQL integration, (5) Implementing middleware (CORS, rate limiting, logging), (6) Creating CRUD endpoints with pagination, (7) Setting up pytest for TDD, (8) Configuring Docker, PM2, or UV for deployment, (9) Implementing event-driven patterns, observers, or microservices architecture.

jamaliumair
jamaliumair
development
open
backend
0

crud-skill

Implement Create, Read, Update, Delete operations for todo tasks. Use when building data management functionality.

maneeshanif
maneeshanif
development
open
Previous
Page 840 / 986
Next