This file provides guidance to Claude Code when working with this website codebase.
Edit lib/site-config.ts to set your brand name, domain, tagline, and social links.
Edit docs/BRAND_VOICE.md to define your brand voice and messaging guidelines.
Stack: Next.js 15 (App Router), TypeScript, Tailwind CSS
Key commands:
npm run dev # Start dev server at localhost:3000
npm run build # Production build
npm run lint # Run ESLint
npm run start # Start production server
npm run seo:audit # Run SEO audit and update AUDIT_STATUS.md
npm run seo:status # View current audit statusSEO Audit files:
SEO/AUDIT_STATUS.md- Lightweight status for seo-optimizer skillSEO/seo-audit-YYYY-MM-DD.txt- Full audit report
| Task | Skill |
|---|---|
| Create any content (full workflow) | /content-creator |
| Write marketing copy | /copywriting |
| Review/improve existing copy | /copy-audit |
| Create blog post | /blog-creator |
| Create case study | /case-study-creator |
| Create landing page | /landing-page-creator |
| Create page (service/product) | /page-creator |
| Full SEO optimization | /seo-optimizer |
| Just keyword research | /seo-keywords |
| Just meta tags | /seo-meta |
| Just JSON-LD schemas | /seo-schema |
| Just internal links | /seo-links |
| Just SEO validation | /seo-validate |
| Site-wide SEO audit | /audit-website |
| Build/design UI components | /frontend-design |
| Visual verification | /playwright-skill |
| Capture session learnings | /session-insights |
Where to find...
├── Homepage components → app/page.tsx
├── Layout/Navigation → components/layout/
├── UI primitives → components/ui/
├── Blog images → public/blog-images/
├── Client logos → public/images/
├── CSS variables → app/globals.css
├── Tailwind config → tailwind.config.ts
├── Site configuration → lib/site-config.ts
└── Route pages → app/[route]/page.tsx
| Document | Purpose |
|---|---|
docs/BRAND_VOICE.md |
Brand voice and messaging config |
docs/DESIGN_SYSTEM.md |
Typography, colors, spacing |
docs/SEO_KEYWORDS.md |
Approved keywords |
docs/CONTENT_HIERARCHY.md |
Content types and structure |
lib/site-config.ts |
Site name, domain, socials |