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

api-endpoint-design

REST API design standards for FanHub's Express backend. Use when creating or modifying API endpoints to ensure consistency.

MSBart2
MSBart2
development
open
backend
0

fastapi-expert

Comprehensive FastAPI development guide for building production-grade REST APIs. This skill should be used when building FastAPI applications from hello world to production-ready APIs, implementing CRUD operations, handling exceptions, configuring CORS, rate limiting, authentication, file uploads, and API design patterns.

MUmerRazzaq
MUmerRazzaq
development
open
full-stack
0

api-boilerplate

生成 REST API 样板代码,支持 Express、FastAPI、Next.js 等框架

atovk
atovk
development
open
backend
0

backend-api

Design and implement RESTful API endpoints following REST principles with clear resource-based URLs and appropriate HTTP methods. Use this skill when creating API routes, defining API endpoints, implementing HTTP request handlers, working on route files (routes.ts, route.ts, api/*, controllers/*, handlers/*), building REST APIs, designing API versioning strategies, setting up query parameters for filtering and pagination, implementing rate limiting, or returning appropriate HTTP status codes. Apply this skill when structuring backend API architecture, creating new API endpoints, refactoring existing endpoints, or reviewing API design for consistency and best practices.

pdovhomilja
pdovhomilja
development
open
backend
0

go-api-reviewer

WHEN: Go API review with Gin/Echo/Fiber/Chi, router patterns, middleware, request handling WHAT: Router organization + Middleware patterns + Request validation + Error responses + OpenAPI WHEN NOT: General Go → go-reviewer, Rust API → rust-api-reviewer

physics91
physics91
development
open
backend
0

api-request-validation

A skill for implementing robust API request validation in Python web frameworks like FastAPI using Pydantic. Covers Pydantic models, custom validators (email, password), field-level and cross-field validation, query/file validation, and structured error responses. Use when you need to validate incoming API requests.

MUmerRazzaq
MUmerRazzaq
development
open
backend
0

api-design

Design API endpoints, schemas, and contracts. Use when defining public interfaces or data models.

amattas
amattas
development
open
full-stack
0

api-development

FastAPI 기반 API 개발 스킬. 엔드포인트 생성, 스키마 정의, 미들웨어 작업 시 자동으로 활성화됩니다. endpoint, route, schema, pydantic, fastapi 키워드에 반응합니다.

rayvoidx
rayvoidx
development
open
backend
0

backend-api

Design and implement RESTful API endpoints following REST principles with consistent naming conventions, proper HTTP methods, versioning strategies, and appropriate status codes. Use this skill when creating new API endpoints, designing API route structures, implementing API controllers or routes, defining API versioning strategies, setting up API rate limiting, or working with query parameters for filtering, sorting, and pagination. This skill applies when working on routes/api.php files, API controller files, API resource transformers, or any backend code that exposes HTTP API endpoints to clients.

FlorianRiquelme
FlorianRiquelme
development
open
backend
0

build-api-hono

Hono + Zod で型安全な CRUD API を構築し、クライアント通信とテストを統合します。API実装、リクエスト検証、RPC通信、ローカルテストが必要な場合に使用します。

nayukata
nayukata
development
open
backend
0

backend-api-standards

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resource-based URLs. Use this skill when creating or modifying API endpoints, route handlers, controllers, or API configuration files. Apply when working on REST API design, endpoint implementations, API versioning, request/response handling, HTTP method routing (GET, POST, PUT, PATCH, DELETE), query parameter filtering, API rate limiting, or any file that defines API routes such as routes.py, api.js, controllers/, endpoints/, or API documentation files.

DennisToma
DennisToma
development
open
backend
0

dto-design

Use immediately when user mentions: "DTO", "スキーマ", "schema", "データモデル", "data model", "Pydantic", "validation", "バリデーション", "型定義", "type definition", "data structure", "レコード", "record". MUST USE this skill for: - Designing Pydantic DTOs with field validation - Creating type-safe data structures - Implementing validators and model configurations - Any work in src/schemas/ directory

sunbluesome
sunbluesome
development
open
backend
0

global-validation

Implement comprehensive validation with server-side validation for security, client-side validation for user experience, early validation to fail fast, specific field-level error messages, allowlists over blocklists, type and format validation, input sanitization to prevent injection attacks, business rule validation, and consistent validation across all entry points. Use this skill when implementing form validation, API request validation, input sanitization, validation rules in Laravel, validation error messages, type checking, or security-related input validation. This skill applies when working on any code that accepts user input including forms, API endpoints, command-line interfaces, or background jobs.

FlorianRiquelme
FlorianRiquelme
development
open
backend
0

api-design

This skill should be used when designing APIs, choosing between REST, GraphQL, or gRPC, implementing API protocols, or ensuring API security. It provides guidance on RESTful APIs, GraphQL, gRPC, HTTP/WebSockets, and API best practices.

thependalorian
thependalorian
development
open
full-stack
0

backend-nodejs

Node.js/TypeScript backend expert. Handles Express/Fastify API routes, TypeScript strict mode, Prisma ORM, Zod validation, error handling, configuration management. Use when project is Node.js backend (package.json + TypeScript server).

nera0875
nera0875
development
open
full-stack
0

fullstack-integration

Governs integration between Next.js 16 frontend and FastAPI backend. Use when connecting APIs, handling JWT auth, configuring CORS, or debugging cross-stack issues.

ItsKumailHere
ItsKumailHere
development
open
backend
0

api-response-checker

Check that API response format matches Android/iOS model expectations. Use when fixing JSON parsing errors, serialization issues, or when API returns unexpected format. Checks for array vs object wrappers, required fields, snake_case vs camelCase mismatches.

Skrufy
Skrufy
development
open
backend
0

fastify-routes

Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to app/src/routes/.

janisto
janisto
development
open
backend
0

api-patterns

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.

seanpham99
seanpham99
development
open
backend
0

backend-api

Design and implement RESTful API endpoints following best practices for routing, versioning, and HTTP standards. Use this skill when creating or modifying API routes, controllers, or endpoints in files like routes/api.php, API controller files in app/Http/Controllers/Api/, controller files in app/Http/Controllers/, API resource classes, or when implementing REST API functionality. Use when working on URL structures, HTTP method handling (GET, POST, PUT, PATCH, DELETE), API versioning strategies, query parameter handling for filtering/sorting/pagination, HTTP status code responses, rate limiting configuration, or any API endpoint design decisions.

DevanB
DevanB
development
open
backend
0

configuring-serverless-clients

Configure PrismaClient for serverless (Next.js, Lambda, Vercel) with connection_limit=1 and global singleton pattern.

djankies
djankies
development
open
backend
0

api-design

REST APIを設計する際に使用。RESTful原則とエラーハンドリングをカバー。

TakumiOkayasu
TakumiOkayasu
development
open
backend
0

crud-writer

This is the guideline to follow when implementing CRUD features. Use them when implementing CRUD functionality.

diuyuy
diuyuy
development
open
backend
0

python

Python coding conventions, type hints, and FastAPI patterns

JustinFirsching
JustinFirsching
development
open
Previous
Page 843 / 986
Next