express
Installation
SKILL.md
Express.js
REST APIs and server logic with Express v4.x middleware and routing.
When to Use
- REST APIs
- Middleware stacks
- HTTP request/response handling
Don't use for:
- Static site generation (use Next.js/Astro)
- GraphQL-first APIs (use Apollo Server)
- Edge/serverless zero cold-start (use Hono)