Before working on this repo, read the relevant skills in .agents/skills/. Each skill has a SKILL.md with a summary and a rules/ folder with detailed guidelines.
| Skill | Description |
|---|---|
qovery-console-standards |
Architecture, React/TS, styling, testing, naming, workflow, pre-commit |
vercel-react-best-practices |
React performance optimization (57 rules) |
web-design-guidelines |
UI/UX and accessibility audit |
Symlinks: .cursor/skills/ and .claude/skills/ point to .agents/skills/.
- Yarn Berry only (never npm).
nvm use 23. - Branch from
staging. Conventional commits:feat|fix|chore(scope): message. - Before commit: format -> test -> snapshot review -> lint.
ts-patternfor branching logic. React Query for server state.- Shared utilities live in
@qovery/shared/util-js.
- Do not revert changes you did not author.
- State assumptions clearly.
- Keep diffs focused.