Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

git

verified

Use when committing or creating branches

View on GitHub

Marketplace

lineofflight

lineofflight/claude-code-plugins

Plugin

git

Repository
Verified Org

lineofflight/claude-code-plugins

plugins/git/skills/git/SKILL.md

Last Verified

February 4, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/lineofflight/claude-code-plugins/blob/main/plugins/git/skills/git/SKILL.md -a claude-code --skill git

Installation paths:

Claude
.claude/skills/git/
Powered by add-skill CLI

Instructions

# Git Conventions

## Commits

- Follow existing project conventions (check recent commits, commitlint config, etc.)
- If no conventions found: imperative mood, capitalized, <50 chars
- Body only when necessary (blank line, 72 char wrap)
- Don't add attribution (e.g. "Co-Authored-By")

## Branches

- Work on feature branches, not main
- Use worktrees for parallel work; clean up when done

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
386 chars