Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a minimal Next.js 15 boilerplate for quickly starting new projects. It provides only the essential setup with no example pages or complex components - just a clean foundation.
pnpm dev - Run development server with Turbopack at http://localhost:3000pnpm build - Build production applicationpnpm start - Start production serverpnpm lint - Run ESLintpnpm test - Run tests with Vitestpnpm add:ui - Add new shadcn/ui componentspnpm test - Run all testspnpm test src/app/page.test.tsx - Run specific test file/src/app - Next.js App Router pages
page.tsx - Simple home pagelayout.tsx - Root layoutglobals.css - Global styles and Tailwind directives/src/components - React components
ui/ - shadcn/ui components (added as needed)/src/lib - Utility functions
utils.ts - cn() helper for className merging@/* maps to ./src/*pnpm add:ui [component]