Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 403 Bytes

File metadata and controls

11 lines (7 loc) · 403 Bytes

CLAUDE.md — xiaochen.dev/tools

See AI.md for full coding conventions.


Claude Code–Specific Notes

  • When adding a new tool, update src/app/page.tsx to include it in the homepage grid
  • Run next dev --turbopack for local development
  • shadcn components are installed via npx shadcn@latest add <component> — check src/components/ui/ before creating custom UI primitives