# CLAUDE Compliance & Onboarding

This repo enforces strict backend standards using modular skills, rules, and hooks. All contributors must comply with the following:

## Skills
- Modular agent skills in `.claude/skills/` (see find-skills for dynamic skill updates).

## Architecture & Rules
- See `.claude/rules/` for all backend layering, anti-patterns, coding principles, execution flow, git workflow, API design, coding standards, database, deployment, error handling, models/CRUD, project structure, and testing.

## Hooks
- Universal and backend-specific enforcement scripts in `.claude/hooks/`.

## Settings
- All rules, skills, and hooks are mapped in `.claude/settings.json`.

## Dynamic Skill Update
- If prompt patterns are repeated, new skills are suggested/registered automatically.

## Summary Table
| Path | Purpose |
|------|---------|
| See settings.json | Loads and maps all rules, skills, and hooks |
| See rules/ | All backend architecture, coding, and process rules |
| See hooks/ | Enforcement scripts |
| See skills/ | Modular agent skills |

---

**Reference AGENTS.md for project context and coding standards.**
