review-frontend
Reviews and updates frontend.md documentation to strictly follow frontend architecture rules and ensure simplicity. Typically runs automatically after frontend-architect in the /feature workflow.
Reviews and updates frontend.md documentation to strictly follow frontend architecture rules and ensure simplicity. Typically runs automatically after frontend-architect in the /feature workflow.
Next.js App Router における Server Actions と Route Handlers の使い分け、セキュリティ、および実装規約。
Client component onClick/form → Server Action → set cookie. 'use client' calls 'use server' action using cookies() from next/headers.
Blog FR 项目开发规范,包括技术栈(uv, pnpm, Next.js, shadcn)和架构模式。在添加功能或修改代码时使用此技能。
Determine the type of project and summarize the tech stack. Your summary should include:
TypeScript SDKとzodバリデーション、Express統合を使用したMCPサーバー構築ガイド。TypeScript/Node.jsベースのMCPサーバーの作成、zodスキーマ定義、STDIOおよびHTTPトランスポート設定を行う際に使用。
JavaScript best practices with Node.js, modern frameworks, and ecosystem patterns for 2025
Start, stop, and manage the Vite development server for the Babylon.js game. Use when the user wants to run the dev server, test the game, check if server is running, or troubleshoot server issues.
Setup scripts for React+Vite, Astro, and Next.js projects with design system integration
Rails backend development guidelines for building maintainable Ruby on Rails applications. Use when creating controllers, models, services, concerns, routes, or working with ActiveRecord, background jobs, Action Cable, validations, and Rails conventions. Covers MVC architecture, service objects, RESTful routing, database patterns, and Rails best practices.
Configure Vite for development and production builds. Use when setting up build pipelines, optimizing bundles, or configuring development servers.
Build robust backend systems with modern technologies. Covers NestJS, PostgreSQL, Redis, REST APIs, authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, and DevOps practices.
Enterprise JavaScript for Node.js and browser: Node.js 22.11.0 LTS (Jod),
Complete mastery of essential modern web development libraries and dependencies. Cover Next.js, React, TypeScript, Tailwind CSS, Firebase, Zustand, redux-toolkit, react-hook-form, Zod, shadcn/ui, lucide-react, Stripe, and more. Learn setup, integration patterns, advanced usage, performance optimization, troubleshooting, common pitfalls, and version management. Includes quick reference guides, in-depth tutorials, complete examples for e-commerce and SaaS, configuration files, type definitions, error handling, and production patterns. Master how libraries work together and solve real-world challenges.
TypeScript development standards for frontend and backend projects. Use when working with TypeScript, configuring path aliases, setting up test runners (Vitest/Jest), or organizing test files. Covers Vite alias configuration and type checking.
Build and maintain the qEEG Council FastAPI backend, CLIProxyAPI upstream client, SQLite persistence, and the 6-stage workflow artifacts and exports.
Complete frontend development skill combining distinctive design aesthetics with technical excellence. Creates production-grade web applications using React, Next.js, TypeScript, and modern tooling. Use when building web components, pages, or applications that require both exceptional design quality and robust technical implementation. Handles everything from creative UI design to performance optimization, component scaffolding, bundle analysis, and deployment.
Use when initializing a new React frontend with Vite to connect to a Django backend over HTTPS. Sets up routing, CSRF protection, Axios config, and validates the build. Not for existing React projects.
Compose Rimitive services with the right modules. Use when setting up a new service, adding primitives, or understanding what modules to import and from where.
Python SDKとFastMCPフレームワークを使用したModel Context Protocol (MCP) サーバー構築のガイド。PythonベースのMCPサーバーの作成、デバッグ、最適化を行う際に使用してください。