调用 dwy create CLI 生成全栈 Vue 3 + FastAPI monorepo 骨架,并完成 post-create 安装 + health check 编排。触发条件:用户说'创建新项目'、'搭骨架'、'新建全栈项目'、'fullstack monorepo'、'全栈脚手架'、'scaffold'、'开新项目'时。
Discover, parse, and call external HTTP APIs at runtime using OpenAPI specs, tool templates, and iterative chaining.
Clone/checkout an ai-dynamo/dynamo PR, build it (maturin + editable Python), bring up etcd/NATS, run the end-to-end aggregated server via the repo's…
Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode…
End-to-end testing patterns for backend services. Use when testing complete application flows.
Real-time earthquake monitoring for China, Taiwan, and Japan. CENC/CWA/JMA WebSocket data with proactive alert support.
Complete Easy.Platform backend development for EasyPlatform. Covers CQRS commands/queries, entities, validation, migrations, background jobs, and message bus.
Implements multi-language support for ECHONET property descriptions using PropertyTable / PropertyDesc and the get_property_description WebSocket API.
Generate a complete ECS Fargate SOCI (Seekable OCI) example with Terraform. Demonstrates lazy-loading container images for faster task startup using SOCI index v2 manifests.
Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface.
Best practices for Laravel Eloquent ORM including query optimization, relationship management, and avoiding common pitfalls like N+1 queries.
Expert guidance for ElysiaJS web framework development. Use when building REST APIs, GraphQL services, or WebSocket applications with Elysia on Bun.
Implement email functionality using FastAPI-Mail for password reset, notifications, and transactional emails. Use when setting up email services or notification systems.
Standalone embedding service for semantic search. Runs as persistent FastAPI server for millisecond-latency embeddings. Supports model swapping via env vars.
Professional REST API design producing consistent, secure, and well-documented endpoints. Use whenever the user asks to design, create, review, or document an API — including…
Design backend system architecture for new products, large features, platform refactors, API and database design, microservices decomposition, event-driven systems, scaling,…
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. — from engineering/backend
Работайте с OpenAPI спецификациями в сервисах Ensi. Используйте этот скилл всегда, когда пользователь упоминает OpenAPI, API спецификации, создание endpoints, схем, перечислений…
Систематическая диагностика и устранение Django 500 Internal Server Error через анализ кода, конфигурации, шаблонов и логов.
Rails 8.x application architecture, implementation, and review guidance for production codebases. Use when building or reviewing Ruby on Rails 8 features across models,…
Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution.
Use when creating, editing, validating, generating, or importing the Bitrix24 knowledge base 2.0 named «Технический справочник “Эверест”» for bearings, GOST/ISO, analogs, brands,…
Use para implementar registro de evidências, eventos de domínio e listeners no Laravel.
Guide for creating exceptions using fastapi-problem that are automatically converted to RFC 9457 Problem Details responses.
Edit the PostgreSQL executor or planner — covers src/backend/executor/ (nodeXxx.c, ExecInitNode/ExecProcNode/ExecEndNode/ExecReScan dispatch, PlanState lifecycle, EXPLAIN wiring)…
Check whether a change preserves the runtime-ownership truth (Spring = application framework, Exeris = runtime owner).
Run pREST in front of existing Postgres databases to provide instant REST APIs and a read-only MCP endpoint with auth, ACL, custom SQL routes, and multi-database support.
Express.js backend API development for Vigil Guard v2.0.0. Use for endpoint creation, JWT authentication, RBAC, ClickHouse queries with 3-branch columns, rate limiting, CORS…
Master Express.js API development with middleware, routing, validation, authentication, and production best practices. Build scalable RESTful APIs with Express.
Express.js API development, route handling, middleware, error handling, request validation, CORS. Use when building Express routes, implementing middleware, handling API requests,…
Migrate an Express/Node.js API to Cloudflare Workers inside a microservices.sh app. Use when a user has an existing Express (or Fastify/Koa/Nest) HTTP API and wants to move…
Use to plan an Express API foundation after Express is approved — layered structure (routes/controllers/services/data), middleware order, config, error handler, baseline security…
Développement d'APIs Node.js avec Express, middleware, routing, gestion d'erreurs, authentification et bonnes pratiques de conception.
Use on confirmed working code whose name stops at mechanism (`bbox_xhtml`) or shape (`word_coordinate_data` / `useFieldSaveState`) and whose purpose survives only in why-comments,…
Express 5+ API server guidelines for TypeScript. Apply when editing `*.ts` files with Express imports or `@types/express`.
Complete guide for building scalable microservices with Express.js including middleware patterns, routing strategies, error handling, production architecture, and deployment best…
Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security,…
Build production-ready RESTful APIs with Express.js including routing, middleware, validation, and error handling for scalable backend services
Express.js framework patterns including routing, middleware, request/response handling, and Express-specific APIs.
Migrates one Express 4.x route at a time to Fastify 4.x via an in-process strangler-fig proxy, with contract tests verifying identical status codes, response shapes, and headers…
Migrate Express.js REST APIs to Fastify with automated testing, performance benchmarking, and schema generation.
Guidelines for building robust APIs with Express.js and TypeScript, covering middleware patterns, routing, and security best practices
Build a PostgreSQL backend loadable extension (.so / contrib module) — covers the .control file, the foo--1.0.sql install script + foo--1.0--1.1.sql upgrade scripts, PGXS vs meson…
在程式裡串接、開發或除錯台灣 ezPay(簡單行動支付,藍新 NewebPay 家族)電子發票 API 時使用本 skill —— 任何語言或框架皆適用(Laravel/PHP、Python、Node、Go…)。典型任務:開立 B2C/B2B 發票、觸發開立、作廢發票、…
Diagnose and resolve Microsoft Fabric REST API errors including HTTP 401 Unauthorized, 403 Forbidden, 404 Not Found, 429 Throttling, and 5xx server errors.
Complete fal.ai API reference system. PROACTIVELY activate for: (1) @fal-ai/client JavaScript setup, (2) fal_client Python setup, (3) fal.subscribe/run/stream methods, (4) Queue…
Complete fal.ai optimization system. PROACTIVELY activate for: (1) Queue vs run performance, (2) Parallel request batching, (3) Streaming for real-time UI, (4) WebSocket for…
Pattern Python: FastAPI, SQLAlchemy, Alembic, Pydantic, virtual env, packaging. Trigger: "fastapi", "python", "sqlalchemy", "django", "flask"
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them.
REST API design and implementation patterns for FastAPI endpoints including CRUD operations, pagination, filtering, error handling, and request/response models.
Use when creating FastAPI backend applications - route handlers, dependencies, CORS config, or Pydantic models.
Use when adding background tasks or event integration to a scaffolded FastAPI service after the broker and contracts are declared in backend-architecture.
Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase integration.
FastAPI routes, services, auth JWT, streaming, error handling, OpenAI integration
FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer,…
Production-ready FastAPI backend skill for handling chat requests, persisting conversations, invoking OpenAI Agents SDK, and managing MCP tool execution for Todo AI chatbot.
Comprehensive code review skill for FastAPI projects. Analyzes codebase against industry best practices covering async patterns, project structure, Pydantic usage, dependency…
트리거: "fastapi 만들어줘", "fastapi codegen", "fastapi 코드 생성", "fastapi 라우터 생성", "fastapi api 만들어줘" 수행: Python FastAPI 프로젝트의 Router·Pydantic Schema·Service·Dependency 계층을 자동 생성한다.
Build FastAPI applications with async patterns, Pydantic validation, dependency injection, and modern Python API practices.
Configure multi-platform deployment for FastAPI applications including Docker containerization, Railway, DigitalOcean App Platform, and AWS deployment.