Git
Skill a5c-ai/babysitter/library/specializations/web-development/skills/git
Git workflows, branching strategies, and hooks.From its SKILL.md
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.
SKILL.md
1.0 KB, 159 tokens by cl100k_base, 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
What ships with it: 1 file
287 B alongside SKILL.md
- README.md287 B