agentsclimarketplace

Git

Skill a5c-ai/babysitter/library/specializations/web-development/skills/git

Git workflows, branching strategies, and hooks.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill git

Assembled 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.