git-conventions
Installation
SKILL.md
Git Conventions
Conventional Commits
Format: <type>(<scope>): <description>
feat(auth): add OAuth2 login with Google
fix(api): handle null response from user endpoint
docs(readme): add deployment instructions
refactor(hooks): extract shared fetch logic into useApi
test(auth): add integration tests for login flow
chore(deps): update react to v19.1