Loading...
Loading...
Found 249 Skills
Advanced Next.js patterns - middleware, Server Actions, caching with Clerk.
Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level.
Hono middleware patterns - creation, composition, built-in middleware, and execution order for web applications
Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
Guidelines for building modern APIs with Koa.js and TypeScript, featuring the onion middleware model and async/await patterns
Guidelines for building robust APIs with Express.js and TypeScript, covering middleware patterns, routing, and security best practices
Guides architectural decisions for Deep Agents applications. Use when deciding between Deep Agents vs alternatives, choosing backend strategies, designing subagent systems, or selecting middleware approaches.
Guidelines for implementing Clerk authentication in Next.js applications with middleware, hooks, and security best practices
Internationalization best practices for React Router framework mode using remix-i18next. Use when setting up locales, middleware, resource routes, or language switching.
Build production-ready RESTful APIs with Express.js including routing, middleware, validation, and error handling for scalable backend services
Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, or human-in-the-loop patterns. Catches common configuration and usage mistakes.