Skillmarket git-assistant
name: git-assistant
install
source · Clone the upstream repo
git clone https://github.com/adaryusrgillum/skillmarket
manifest:
samples/git-assistant/skill.yamlsource content
name: git-assistant version: 1.5.0 description: Intelligent Git workflows, commit message generation, and repository management longDescription: | Supercharge your Git workflow:
- Generate conventional commit messages
- Suggest branch names
- Resolve merge conflicts
- Explain Git commands
- Clean up old branches
Makes Git approachable for beginners and efficient for experts. author: gitsage tags: [git, development, version-control, productivity] license: MIT requires: [git] compatibleWith: [claude-code, cursor, generic] entryPoint: prompt.md files:
- path: prompt.md description: Git workflow assistant required: true examples:
- title: Generate commit message content: | User: Write a commit message for these changes AI: Analyzing diff... Suggested: feat(auth): add OAuth2 login with Google
- title: Explain command content: | User: What does git rebase -i do? AI: Interactive rebase allows you to modify commit history...