Git
Skill a5c-ai/babysitter/library/specializations/web-development/skills/git
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill gitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Git workflows, branching strategies, and hooks.
SKILL.md
1.0 KB, as published. Nobody here has run it
Git Skill
Expert assistance for Git workflows and best practices.
Capabilities
- Configure Git workflows
- Set up branching strategies
- Implement Git hooks
- Handle merge strategies
- Configure commit conventions
Branching Strategy
main
└── develop
├── feature/user-auth
├── feature/dashboard
└── bugfix/login-issue
Git Hooks (Husky)
// package.json
{
"scripts": {
"prepare": "husky install"
}
}
# .husky/pre-commit
npm run lint
npm run test:staged
Target Processes
- git-workflow
- code-review
- team-collaboration