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';
Installs
1
GitHub Stars
2
First Seen
Jul 20, 2026
component-api-scaffolding — pp-namias/portfolio