repo-conventionslisted
Install: claude install-skill laruss/patcher-browser
# Repo conventions
Search the bundled docs before guessing:
```
patcher docs search "conventional commits"
```
- Commits follow conventional-commit style (`feat(scope): summary`).
- Branches are named `patcher/<topic>`.
- Every bug fix ships with a regression test.