Apply this skill when designing, building, or reviewing API routes, Server Actions, or data fetching patterns in a Next.js + TypeScript + Drizzle application. Triggers on requests like "create an API endpoint", "add a server action", "design the API", "add pagination", "handle this request", "validate query params", or any time you are building the boundary between client and server. Use proactively — all API design decisions should follow these patterns.
87
Quality
87%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
{
"name": "product-factory/api-design",
"version": "0.1.0",
"private": false,
"summary": "Apply this skill when designing, building, or reviewing API routes, Server Actions, or data fetching patterns in a Next.js + TypeScript + Drizzle application. Triggers on requests like \"create an API endpoint\", \"add a server action\", \"design the API\", \"add pagination\", \"handle this request\", \"validate query params\", or any time you are building the boundary between client and server. Use proactively — all API design decisions should follow these patterns.",
"skills": {
"api-design": {
"path": "SKILL.md"
}
}
}