Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
JA
Manusで任意のスキルを実行
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める
$
cd
top
ワンクリックで任意のスキルを実行
フルスタック - Agent Skills | SkillsMP
$
pwd:
~
/
categories
/
full-stack
フルスタック
エンドツーエンドWebアプリケーション開発向けエージェントスキルを閲覧。フロントエンドとバックエンド両方のテクノロジーをマスター。
スター順
更新順
project-setup-info-context7.md
184.2k
from
"microsoft/vscode"
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); when initializing Model Context Protocol (MCP) servers with full structure; when creating VS Code extensions with proper scaffolding; when setting up Next.js, Vite, or other framework-based projects; when the user asks for "new project", "create a workspace", or "set up a [framework] project"; when you need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: when creating single files or small code snippets; when adding individual files to existing projects; when making modifications to existing codebases; when the user asks to "create a file
2026-03-16
project-setup-info-local.md
184.2k
from
"microsoft/vscode"
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); initializing Model Context Protocol (MCP) servers with full structure; creating VS Code extensions with proper scaffolding; setting up Next.js, Vite, or other framework-based projects; user asks for "new project", "create a workspace", "set up a [framework] project"; need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: creating single files or small code snippets; adding individual files to existing projects; making modifications to existing codebases; user asks to "create a file" or "add a component"; simple code examples or demonstrations; debugging
2026-03-16
nextjs-turbopack.md
165.9k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-03-16
nextjs-turbopack.md
165.9k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-03-16
coding-standards.md
165.9k
from
"affaan-m/everything-claude-code"
TypeScript、JavaScript、React、Node.js開発のための汎用コーディング標準、ベストプラクティス、パターン。
2026-03-30
frontend-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
React, Next.js, state yönetimi, performans optimizasyonu ve UI en iyi uygulamaları için frontend geliştirme kalıpları.
2026-03-30
nextjs-turbopack.md
165.9k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-03-22
backend-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
后端架构模式、API设计、数据库优化以及适用于Node.js、Express和Next.js API路由的服务器端最佳实践。
2026-03-30
coding-standards.md
165.9k
from
"affaan-m/everything-claude-code"
适用于TypeScript、JavaScript、React和Node.js开发的通用编码标准、最佳实践和模式。
2026-03-30
django-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
Django架构模式,使用DRF设计REST API,ORM最佳实践,缓存,信号,中间件,以及生产级Django应用程序。
2026-03-22
nuxt4-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
Nuxt 4 应用模式,涵盖水合安全、性能优化、路由规则、懒加载,以及使用 useFetch 和 useAsyncData 进行 SSR 安全的数据获取。
2026-03-21
nuxt4-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.
2026-03-20
fullstack-developer.md
107.3k
from
"Shubhamsaboo/awesome-llm-apps"
Modern web development expertise covering React, Node.js, databases, and full-stack architecture. Use when: building web applications, developing APIs, creating frontends, setting up databases, deploying web apps, or when user mentions React, Next.js, Express, REST API, GraphQL, MongoDB, PostgreSQL, or full-stack development.
2026-02-04
material-ui-nextjs.md
98.2k
from
"mui/material-ui"
Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense. Use when setting up or debugging MUI in a Next.js app.
2026-04-23
react.md
75.6k
from
"lobehub/lobehub"
React component development guide. Use when working with React components (.tsx files), creating UI, using @lobehub/ui components, implementing routing, or building frontend features. Triggers on React component creation, modification, layout implementation, or navigation tasks.
2026-04-18
modern-tools.md
44.8k
from
"meteor/meteor"
Use when working with tools-core utilities, rspack integration, or modern tooling. Covers logging, npm management, process spawning, git helpers, and Meteor app configuration APIs.
2026-02-06
debugging-streamlit.md
44.3k
from
"streamlit/streamlit"
Debug Streamlit frontend and backend changes using make debug with hot-reload. Use when testing code changes, investigating bugs, checking UI behavior, or needing screenshots of the running app.
2026-03-02
payload.md
42.0k
from
"payloadcms/payload"
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
2026-04-15
nextjs-app-router.md
40.1k
from
"trpc/trpc"
Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.
2026-03-28
adapter-express.md
40.1k
from
"trpc/trpc"
Mount tRPC as Express middleware with createExpressMiddleware() from @trpc/server/adapters/express. Access Express req/res in createContext via CreateExpressContextOptions. Mount at a path prefix like app.use('/trpc', ...). Avoid global express.json() conflicting with tRPC body parsing for FormData.
2026-03-28
vue-best-practices.md
38.6k
from
"moeru-ai/airi"
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API.
2026-03-15
azure-mgmt-fabric-dotnet.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Azure Resource Manager SDK for Fabric in .NET.
2026-04-13
conductor-setup.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Configure a Rails project to work with Conductor (parallel coding agents)
2026-04-13
full-stack-orchestration-full-stack-feature.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Use when working with full stack orchestration full stack feature
2026-04-13
javascript-typescript-typescript-scaffold.md
34.9k
from
"sickn33/antigravity-awesome-skills"
You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, N
2026-04-13
m365-agents-ts.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Microsoft 365 Agents SDK for TypeScript/Node.js.
2026-04-13
minecraft-bukkit-pro.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs.
2026-04-13
new-rails-project.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Create a new Rails project
2026-04-13
nextjs-app-router-patterns.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
2026-04-13
react-nextjs-development.md
34.9k
from
"sickn33/antigravity-awesome-skills"
React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.
2026-04-13
sveltekit.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Build full-stack web applications with SvelteKit — file-based routing, SSR, SSG, API routes, and form actions in one framework.
2026-04-13
convex.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
2026-03-20
dotnet-backend.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns.
2026-03-20
fastapi-templates.md
34.2k
from
"wshobson/agents"
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
2026-03-07
api-design-principles.md
34.2k
from
"wshobson/agents"
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
2026-03-07
react-modernization.md
34.2k
from
"wshobson/agents"
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
2026-03-07
nextjs-app-router-patterns.md
34.2k
from
"wshobson/agents"
Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.
2026-03-07
react-native-architecture.md
34.2k
from
"wshobson/agents"
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.
2026-03-07
react-state-management.md
34.2k
from
"wshobson/agents"
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
2026-03-07
tailwind-design-system.md
34.2k
from
"wshobson/agents"
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
2026-03-26
nodejs-backend-patterns.md
34.2k
from
"wshobson/agents"
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.
2026-03-26
python-observability.md
34.2k
from
"wshobson/agents"
Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.
2026-01-30
react-native-design.md
34.2k
from
"wshobson/agents"
Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.
2026-03-07
web-component-design.md
34.2k
from
"wshobson/agents"
Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.
2026-03-07
remix-project-layout.md
32.6k
from
"remix-run/remix"
Describe the ideal layout of a Remix application, including canonical directories, route ownership, naming conventions, and file locations on disk. When asked to bootstrap that layout in a new directory, run the bundled TypeScript script.
2026-03-25
create-spring-boot-java-project.md
31.1k
from
"github/awesome-copilot"
Create Spring Boot Java Project Skeleton
2026-02-24
java-mcp-server-generator.md
31.1k
from
"github/awesome-copilot"
Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.
2026-02-24
kotlin-mcp-server-generator.md
31.1k
from
"github/awesome-copilot"
Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
2026-02-24