dev10x-git
CommunitySecure Git operations for AI.
Authorwooyek
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides hardened scripts for safe Git push and non-interactive rebase operations, preventing accidental force-pushes to protected branches and ensuring automated rebases complete without manual editor intervention.
Core Features & Use Cases
- Safe Push: Prevents force-pushing to protected branches (
main,masterby default) and allows--force-with-lease. - Non-Interactive Rebase: Automates
git rebase -iusing a sequence file, ideal for cleaning up commit history without manual steps. - Branch Comparison Aliases: Provides Git aliases (e.g.,
git develop-log) to avoid inline$(git merge-base ...)commands, which can break AI command parsing.
Quick Start
Use the dev10x-git skill to safely push the current branch to origin.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dev10x-git Download link: https://github.com/wooyek/dev10x-ai/archive/main.zip#dev10x-git Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.