component-api-scaffolding
Installation
SKILL.md
Component & API Scaffolding
When to use this skill
- Creating a new UI component
- Adding a new API route
- Creating a custom SWR hook
- Adding a new context provider
- Creating a new page or section
- Adding a new modal
Patterns to follow
1. UI component template
Location: src/components/ui/
'use client';