
Omegaice Git Lines
- 2 repo stars
- Updated November 26, 2025
- Omegaice/git-lines
omegaice-git-lines is a Claude Code plugin that helps automate line-level git staging and commit workflows from the agent.
About
omegaice-git-lines packages one Claude Code plugin for developers who want finer-grained git control while pair-programming with an agent. Whole-file staging often forces sloppy commits when Claude touches multiple concerns in a single file; line-level staging lets you separate fixes, refactors, and experiments before you push. The canonical shelf is build integrations because the skill wires Claude into your local git workflow, but it also matters at ship review when you curate commits for reviewers. Keywords emphasize automation, commits, staging, and linelevel operations—think surgical git add/interactive commit assistance rather than teaching git basics. Complexity is intermediate: you should already understand branches, hunks, and commit hygiene. Register this plugin if your bottleneck is commit granularity during fast agent iterations, not if you need merge conflict UI or CI configuration.
- Focuses on line-level git staging rather than default file-wide stage/commit
- Automates commit workflows from Claude with git-oriented keywords
- Single-plugin repo (omegaice-git-lines) aimed at precision version control
- Pairs with agent-assisted edits when multiple logical changes land in one diff
- Community development-tool plugin, not a hosted git platform
Omegaice Git Lines by the numbers
- Data as of Jul 17, 2026 (Skillselion catalog sync)
/plugin install omegaice-git-lines@Omegaice/git-linesAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | November 26, 2025 |
| Repository | Omegaice/git-lines ↗ |
What it does
Stage and commit git changes at line level from Claude instead of whole-file hunks when polishing patches.
Who is it for?
Best when you use Claude Code and commit often and need hunk- or line-level control without leaving the agent session.
Skip if: Beginners who have not used git add -p or who rely entirely on GUI clients with no CLI git access.
What you get
After install, Claude can guide or automate staging specific lines so your commits stay focused before review and ship.
- Line-targeted staging steps or automated staging aligned with your diff
- Cleaner, smaller commits ready for push or PR review
Recommended Plugins
How it compares
Git workflow automation plugin, not a code review marketplace skill or remote hosting integration.
FAQ
Who is Omegaice Git Lines for?
Developers and small teams who use Claude Code daily and want cleaner commits via line-level staging automation.
When should I use Omegaice Git Lines?
Use it after agent edits when one file contains multiple logical changes you want split across commits or PRs.
How do I add Omegaice Git Lines to my agent?
Install the Omegaice/git-lines plugin in Claude Code from the catalog, ensure git CLI is available in your project, then invoke the plugin skill when staging changes.