Create a git commit for the Vision-Agents repo.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add GetStream/Vision-Agents --skill commit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/getstream-commit)More formats (shields.io, HTML) on the badges page.
---
name: commit
description: Create a git commit for the Vision-Agents repo.
---
# Commit (Vision-Agents)
## Rules
- If on `main`, warn and ask whether to create a new branch first.
- Use conventional commits. Keep the subject line ≤72 chars.
- One logical change per commit. Stage files individually by name, never `git add .` / `-A`.
## Pre-commit hooks
- The repo runs ruff (check + format), mypy, trailing-whitespace and eof fixes on commit.
- Never pass `--no-verify`. If a hook modifies files, re-stage and retry. If mypy or another check fails, fix the root cause before committing.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!