home/categories/full-stack
category focus

Full Stack

Tools covering both frontend and backend dev.

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

backend-developer

Expert backend pour APIs REST/GraphQL, bases de données SQL/NoSQL, architecture serveur et sécurité. Utilise ce skill quand: (1) conception ou développement d'APIs, (2) modélisation de données et requêtes complexes, (3) authentification/autorisation, (4) optimisation de performances serveur, (5) intégration de services tiers, (6) architecture microservices.

truchot
truchot
development
open
full-stack
0

check-library

라이브러리 정보를 확인하기 위한 스킬이다. Next.js, shadcn, 기타 라이브러리에 대해 적절한 MCP 서버를 사용해 최신 문서와 사용 방법을 조회한다.

gaebalai
gaebalai
development
open
full-stack
0

clojure-ring-jetty-adapter

Ring Jetty adapter for running ring-compatible web servers in Clojure. Use when you are working with ring and jetty starting and need to know to configure or interact with a ring jetty

Ramblurr
Ramblurr
development
open
full-stack
0

relational-database-web-cloudbase

Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser.

sycsky
sycsky
development
open
full-stack
0

rails-conventions

This skill should be used when the user is working in a Rails 7+ application and asks about "Rails conventions", "naming conventions", "Rails structure", "Hotwire patterns", "Turbo frames", "Stimulus controllers", "Rails directory structure", "Rails best practices", or needs guidance on idiomatic Rails patterns for production systems.

betamatt
betamatt
development
open
full-stack
0

app-architecture

Create apps following contract-port architecture with composition roots. Use when creating new apps in apps/, scaffolding CLI tools, setting up dependency injection, or when the user asks about app structure, entrypoints, or platform-agnostic design.

Anveio
Anveio
development
open
full-stack
0

backend-new-module

后端新模块创建指南。定义了基于 Base 模型(基于sqlmodel)的分层架构 (Model, Schema, CRUD, Service, Router, Exceptions, Utils) 以及异常处理规范和注册流程。

sumanin5
sumanin5
development
open
full-stack
0

tech-blog-frontend-optimizer

テックブログのフロントエンド改善を総合的に支援するスキル。PV数・滞在時間の向上、ユーザー満足度の改善、SEO最適化を目的に、パフォーマンス、アクセシビリティ、UI/UX、Core Web Vitalsの改善提案を実施。「フロントエンドを改善して」「パフォーマンスを最適化」「UXを向上させたい」などのリクエストで利用。

masayan1126
masayan1126
development
open
full-stack
0

coding-with-effect-libraries

Basic practices and guidelines for writing typescript code using that Effect TypeScript libraries (`effect`, `@effect/platform`, `@effect/cli`, `@effect/ai`).

loklaan
loklaan
development
open
full-stack
0

convex-patterns

Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory.

aaronvanston
aaronvanston
development
open
full-stack
0

code-architect

Software Architect specialized in Next.js, maintainability, and scalability.

YuniorGlez
YuniorGlez
development
open
full-stack
0

turbopack

Configures Turbopack as the default Rust-based bundler for Next.js with incremental compilation and webpack loader compatibility. Use when optimizing Next.js development builds, migrating from webpack, or configuring custom loaders.

mgd34msu
mgd34msu
development
open
full-stack
0

mastering-typescript

Master enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. This skill provides comprehensive guidance for TypeScript 5.9+, covering type system fundamentals (generics, mapped types, conditional types, satisfies operator), enterprise patterns (error handling, validation with Zod), React integration for type-safe frontends, NestJS for scalable APIs, and LangChain.js for AI applications. Use when building type-safe applications, migrating JavaScript codebases, configuring modern toolchains (Vite 7, pnpm, ESLint, Vitest), implementing advanced type patterns, or comparing TypeScript with Java/Python approaches.

SpillwaveSolutions
SpillwaveSolutions
development
open
full-stack
0

nextjs-fullstack

Next.js fullstack development guidelines for React 19 and Next.js 15+. Use when building Next.js applications with Feature-Sliced Design, TailwindCSS v4, ShadCN, Jotai, React Query, and Supabase integration. Covers file naming, component architecture, testing with Vitest/Playwright, UI/UX design patterns, and Toss frontend principles.

seungwonme
seungwonme
development
open
full-stack
0

refactorflask

Refactor Flask code to improve maintainability, readability, and adherence to best practices. This skill transforms Flask applications using the application factory pattern, Blueprint organization, and service layer separation. It addresses fat route handlers, missing error handling, improper context local usage, and security issues. Apply when you notice global app instances, routes without Blueprints, business logic in handlers, or missing CSRF protection.

SnakeO
SnakeO
development
open
full-stack
0

django-reviewer

WHEN: Django project review, ORM queries, views/templates, admin customization WHAT: ORM optimization + View patterns + Template security + Admin config + Migration safety WHEN NOT: FastAPI → fastapi-reviewer, Flask → flask-reviewer, DRF API only → consider api-expert

physics91
physics91
development
open
full-stack
0

tauri-v2-dev

Tauri v2 跨平台应用开发指南。用于开发桌面 (macOS/Windows/Linux) 和移动端 (iOS/Android) 应用。包含项目初始化、Rust 后端、React 前端集成、移动端配置等最佳实践。当需要创建 Tauri 项目、配置移动端支持、编写 Rust 命令、或解决 Tauri 相关问题时使用此 skill。

dseirz-rgb
dseirz-rgb
development
open
full-stack
0

api-generation

Generate TypeScript API client from Swagger/Go comments. Use when updating API endpoints, adding new routes, or regenerating the frontend API client after backend changes.

atilladeniz
atilladeniz
development
open
full-stack
0

kratos-new-service

Creates a new go-kratos microservice skeleton with clean architecture (server/service/biz/data), minimal Wire setup, HTTP + gRPC metrics, and complete project structure. Use when scaffolding new services in the brizy-go-services monorepo.

alecszaharia
alecszaharia
development
open
full-stack
0

backend-context-loader

Load the minimal Cookmate backend context fast. Use only for backend tasks to avoid repeated discovery: Prisma schema, domain modules, repositories, route patterns, shared route helpers.

RedBoardDev
RedBoardDev
development
open
full-stack
0

templ-http

Integrate templ components with Go HTTP server using net/http. Use when connecting templ to web server, creating HTTP handlers, mentions 'templ server', 'HTTP routes', or 'serve templ components'.

ev3rlit
ev3rlit
development
open
full-stack
0

do-lang-ruby

Ruby 3.3+ 개발 전문가 - Rails 7.2, ActiveRecord, Hotwire/Turbo, 현대적 Ruby 패턴 커버. Ruby API, 웹 애플리케이션, Rails 프로젝트 개발 시 사용.

yejune
yejune
development
open
Previous
Page 115 / 119
Next