home/categories/development
domain cluster

Development

Frameworks, languages, and architectural tools.

23643 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
full-stack
2

nodejs-backend-patterns

Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.

kinneyyan
kinneyyan
development
open
full-stack
2

vercel-design

Vercel 设计指南 - 构建高质量 Web 应用的最佳实践,包含现代 UI/UX 原则、性能优化和无障碍标准。

Dwsy
Dwsy
development
open
full-stack
2

frontend-developer

Senior Frontend Developer with 10+ years web and mobile experience. Use when implementing React/Next.js features, building React Native/Expo apps, writing TypeScript, creating UI components, implementing state management, or styling with TailwindCSS.

olehsvyrydov
olehsvyrydov
development
open
full-stack
2

nextjs-project-initializer

Next.js 프로젝트를 실제로 생성하고 초기화하는 실행 단계. '프로젝트 만들어줘', '초기화해줘' 같은 실행 요청 시 자동 활성화

khw1031
khw1031
development
open
full-stack
2

server-components

Enforces project server component conventions for async data fetching, caching integration, streaming with Suspense, and SEO metadata generation. Extends react-coding-conventions with server-specific patterns.

JasonPaff
JasonPaff
development
open
full-stack
2

frontend-performance

フロントエンドパフォーマンス最適化ガイド。Core Web Vitals改善、バンドルサイズ削減、レンダリング最適化、画像最適化など、高速なWebアプリケーション構築のベストプラクティス。

Gaku52
Gaku52
development
open
full-stack
2

echo

Comprehensive guide for the Echo web framework. Use when building scalable, high-performance web applications and REST APIs in Go with features like flexible routing, middleware support, request/response binding, static file serving, and template rendering. Applies to installing Echo, defining routes, implementing middleware, handling requests/responses, and building web services.

linehaul-ai
linehaul-ai
development
open
full-stack
2

poker-game-router

Route requests for the Stacked Poker Next.js frontend repo to the right repo skill (Chakra UI/theme, thirdweb/SIWE auth, WebSockets/game state, chat/media, poker hand eval, QA/release). Use at the start of most tasks in this repo to decide which skill(s) to apply.

Stacked-Labs
Stacked-Labs
development
open
full-stack
2

maud-axum-integration

Production patterns for integrating Maud HTML templates with Axum 0.8.x web services. Covers IntoResponse implementation, handler patterns, state management with templates, error pages, layouts, and server-side rendering architecture. Use when building Axum HTTP endpoints that return HTML, creating web UIs, or implementing server-side rendered applications.

matthewharwood
matthewharwood
development
open
full-stack
2

backend-development

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.

vibery-studio
vibery-studio
development
open
full-stack
2

framer-expert

Expert in Framer design and development - from interactive prototypes to production sites with Framer Motion, CMS integration, and the Framer MCP server

frankxai
frankxai
development
open
full-stack
2

moai-lang-python

Enterprise-grade Python expertise with production patterns for Python 3.13.9, FastAPI 0.115.x, Django 5.2 LTS, Pydantic v2, SQLAlchemy 2.0; activates for API development, ORM usage, async patterns, testing frameworks, and production deployment strategies.

AJBcoding
AJBcoding
development
open
full-stack
2

dotnet-minimal-api-templates

Create production-ready ASP.NET Core Minimal API projects with async patterns, dependency injection, and comprehensive error handling. Use when building new .NET API applications or setting up backend API projects with .NET 8+.

onesmartguy
onesmartguy
development
open
full-stack
2

moai-lang-javascript

Enterprise JavaScript for Node.js and browser: Node.js 22.11.0 LTS (Jod), npm 11.x, ES2025 features, async operations, module systems, package management; activates for server-side development, scripting, tooling, package management, and runtime optimization.

AJBcoding
AJBcoding
development
open
full-stack
2

backend-development

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems. | Sử dụng khi xây dựng API, server, backend, máy chủ, xử lý dữ liệu, endpoint, microservices.

wollfoo
wollfoo
development
open
full-stack
2

fullstory-async-methods

Comprehensive guide for implementing Fullstory's Asynchronous API methods (Async suffix variants) for web applications. Teaches proper Promise handling, await patterns, error handling, and when to use async vs fire-and-forget methods. Includes detailed good/bad examples for initialization waiting, session URL retrieval, and conditional flows to help developers handle Fullstory's asynchronous nature correctly.

fullstorydev
fullstorydev
development
open
full-stack
2

dev

Run development server, type checking, and build commands for this Electron app.

hugocxl
hugocxl
development
open
full-stack
2

trpc

tRPC v11 API layer with Zod and Ed25519 auth. Use when working on files in src/server/.

bentefay
bentefay
development
open
full-stack
2

database-skill

Design and manage databases including tables, migrations, and schema structure. Use for backend and full-stack projects.

subhankaladi
subhankaladi
development
open
full-stack
2

frontend-design

Create distinctive, production-grade frontend interfaces that avoid generic AI slop aesthetics

breverdbidder
breverdbidder
development
open
full-stack
2

python-development

Python開発ガイド。FastAPI、Django、Flask、型ヒント、非同期処理、データ処理、パフォーマンス最適化など、Pythonアプリケーション開発のベストプラクティス。

Gaku52
Gaku52
development
open
full-stack
2

server-actions

Enforces project server actions coding conventions when creating or modifying server actions using next-safe-action, and ensures consistent client-side consumption patterns using the project's useServerAction hook. This skill covers both server-side action implementation and frontend integration patterns.

JasonPaff
JasonPaff
development
open
full-stack
2

nextjs-development

Next.js App Router開発ガイド。Server Components、ルーティング、データフェッチング、キャッシング、デプロイなど、Next.js開発のベストプラクティス。

Gaku52
Gaku52
development
open
full-stack
2

php-laravel

Laravel framework mastery - Eloquent, Blade, APIs, queues, and Laravel 11.x ecosystem

pluginagentmarketplace
pluginagentmarketplace
development
open
Previous
Page 670 / 986
Next