home/categories/full-stack
category focus

Full Stack

Tools covering both frontend and backend dev.

2850 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
full-stack
0

nextjs-client-cookie-pattern

Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.

mcclowes
mcclowes
development
open
full-stack
0

clojure-sente

Realtime bidirectional communications between Clojure server and ClojureScript client. Use when building apps where BOTH client and server use sente - NOT for connecting to third-party WebSocket APIs. Provides server push, realtime updates, and reliable async messaging with automatic WebSocket/Ajax fallback.

Ramblurr
Ramblurr
development
open
full-stack
0

mcp-rails

Implement Model Context Protocol (MCP) in Rails applications. Use when building AI agents that need to connect to MCP servers, expose Rails apps as MCP servers, or manage MCP subprocess containers via Docker. Covers JSON-RPC transport, OAuth 2.1 PKCE authentication, SSE streaming, and multi-worker process coordination.

rbarazi
rbarazi
development
open
full-stack
0

tauri

Expert guide and best practices for building secure, cross-platform applications with Tauri v2. Covers capability-based security, plugin architecture, build optimization, and performance patterns.

patrickhaahr
patrickhaahr
development
open
full-stack
0

error-handling-and-messages

Next.js(App Router) の Server Actions を前提とした、エラーハンドリングと表示メッセージの統一ルール。

shoma-endo
shoma-endo
development
open
full-stack
0

http-kit

http-kit is a HTTP client and server for Clojure with Ring compatibility. Use when working with http-kit client or server

Ramblurr
Ramblurr
development
open
full-stack
0

tanstack-start-server-only

TanStack Start server-only patterns using createServerOnlyFn and cloudflare:workers env access. Use when: accessing Cloudflare environment variables (APP_URL, STRIPE_SECRET_KEY, etc.), creating server-only utility functions, working with Stripe or other server-only APIs, or when you need to ensure code only runs on the server and throws if called from client. Covers createServerOnlyFn vs createServerFn differences, env access patterns, and centralized server-only utilities.

wodsmith
wodsmith
development
open
full-stack
0

shunsaku-share

プロトタイプを他の人に共有するスキル。「共有したい」「触ってもらいたい」「フィードバックもらいたい」「見せたい」などの文脈で使用。Cloudflare Tunnel / ngrok でローカル開発サーバーを一時公開し、URLを共有する。Web (Next.js) / Flutter 両対応。

imaimai17468
imaimai17468
development
open
full-stack
0

nodejs-best-practices

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.

seanpham99
seanpham99
development
open
full-stack
0

nginx-configuration

Configure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality. Master production deployments, security headers, and monitoring.

karchtho
karchtho
development
open
full-stack
0

tech-stack-advisor

**TECH STACK ADVISOR** - '기술 스택', '프레임워크 추천', 'DB 뭐 쓸까', '어떤 기술', '스택 선택', '뭘로 만들까' 요청 시 자동 발동. 비개발자 친화적 기술 선택 가이드. 유지보수성, 확장성, 학습 곡선 고려한 추천.

monicajeon28
monicajeon28
development
open
full-stack
0

fullstack-developer

Complete full-stack development with Next.js 13+, React, Firebase, Tailwind CSS, and payment integration (Stripe, JazzCash, EasyPaisa). Build production-ready e-commerce platforms, SaaS applications, and scalable web applications. Comprehensive coverage of frontend architecture, backend API routes, database design, authentication systems, payment processing, form handling, error management, and optimization. Generate complete project structures, pages, components, API routes, database schemas, security rules, and deployment configurations using TypeScript.

SHAJAR5110
SHAJAR5110
development
open
full-stack
0

global-error-handling

Implement comprehensive error handling strategies including try-catch blocks, API error responses, Content Collection error handling, custom error pages, and production error monitoring. Use this skill when handling data fetching errors, API route errors, validation failures, or implementing error boundaries. When working on API route error responses with proper HTTP status codes, data fetching logic with try-catch error handling, Content Collection getEntry/getCollection error handling, custom error pages (404.astro, 500.astro), React Error Boundaries for client-side components, client-side script error handling, error logging and monitoring integration (Sentry), build-time error handling, or retry logic with exponential backoff.

SpacePlushy
SpacePlushy
development
open
full-stack
0

nextjs-project-setup

Comprehensive Next.js project setup from scratch following industry best practices. Use when creating new Next.js projects, requiring template selection, design system ideation, specifications, wireframes, implementation with TDD, QA validation, and complete documentation. Handles both simple quick-start and complex multi-phase projects with sub-agent orchestration.

yangsi7
yangsi7
development
open
full-stack
0

local-first-sync

Implement a local-first + backend-sync data flow (create/update/delete) with tombstones, dedupe, and safe retry. Use when building offline-capable entities (highlights, annotations, queue items, notes) that must persist immediately in localStorage while syncing to a server.

BenderFendor
BenderFendor
development
open
full-stack
0

create-project

RNBT 아키텍처 패턴에 맞는 완전한 대시보드 페이지를 생성합니다. Master/Page 레이어, 여러 컴포넌트, Mock 서버, datasetList.json을 포함합니다.

JSKIM-90
JSKIM-90
development
open
full-stack
0

web-development

TypeScript/JavaScript/React/HTML/CSSファイルを編集・作成する際は必ずこのスキルを使用しなさい。フロントエンド開発のコーディング規約、ベストプラクティス、検証方法が含まれています。

Kiikurage
Kiikurage
development
open
full-stack
0

realtime-feature

Supabase Realtimeを使ったリアルタイム機能の実装。ライブ更新、購読設定、リアルタイムコンポーネント作成時に使用。

krtw00
krtw00
development
open
full-stack
0

developing-nextjs

Creates pages, layouts, and server/client components in Next.js 16 App Router. Use for: new routes, RSC/RCC decisions, Server Actions, loading/error states. DO NOT use for: Convex mutations (use managing-convex), styling (use styling-ui).

Simplereally
Simplereally
development
open
full-stack
0

edge-functions

Use when working with Deno edge functions, LLM integration, or embedding generation. Load for Deno.serve patterns, Zod request validation, OpenRouter LLM calls, and error handling. Covers function structure, CORS, and the call-llm/generate-embedding patterns.

discountedcookie
discountedcookie
development
open
full-stack
0

fullstack-backend-master

Master-level fullstack software engineering with deep backend expertise. Use when building production-grade APIs, database architectures, authentication systems, microservices, or any backend-heavy application. Triggers on: (1) API design and implementation, (2) Database schema design and optimization, (3) Authentication/authorization systems, (4) System architecture decisions, (5) Performance optimization, (6) Error handling and logging, (7) Testing strategies, (8) DevOps and deployment, (9) Security hardening.

avimaybee
avimaybee
development
open
full-stack
0

fullstack-expertise

Full-stack development expertise covering backend, frontend, database, DevOps, and testing domains

vineethsoma
vineethsoma
development
open
Previous
Page 105 / 119
Next