orbitant-git-hygiene
Use when auditing git practices in a repo — Conventional Commits compliance, branch naming standards, secrets committed to history, direct commits to main, or stale branches. Activates when someone asks "is the git hygiene good here?", wants to check commit discipline, or needs to assess branch/release health before starting work on a project. Also trigger when someone asks "are my commits OK?", "is my branch name right?", or shares a git log — even if they don't explicitly mention "hygiene".
Installation
# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-engineering Usage
After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:
/orbitant-engineering:git-hygiene Using with Other Agents
Install this skill on other AI agents using skills.sh:
# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-git-hygiene --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-git-hygiene --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-git-hygiene --agent claude-code -y