The .claude folder stores project-specific context and "skills" that guide AI agents in their reviews.
- Create Project Memory: Place a CLAUDE.md file at your project root to act as a coordinator.
- Define Skills: Create the directory
.claude/skills/. For each review area, create a subdirectory containing aSKILL.mdfile:- Backend Review:
.claude/skills/backend-review/SKILL.md- Instruction: Focus on PEP 8 standards, FastAPI/Flask patterns, and Pydantic validation in
/backend.
- Instruction: Focus on PEP 8 standards, FastAPI/Flask patterns, and Pydantic validation in
- Frontend Review:
.claude/skills/frontend-review/SKILL.md
- Backend Review:
- Instruction: Focus on Next.js 15+ App Router patterns, TypeScript safety, and Tailwind CSS efficiency in
/frontend.