
Simple Git
- 1 repo stars
- Updated April 12, 2026
- toshimaru/claude-plugins
Run simple git commands from within the agent workflow for everyday version-control operations.
About
Simple-git provides simple git commands. It offers a lightweight way to run everyday version-control operations from the agent. This keeps common git tasks quick and accessible during development.
- Simple git commands
- Productivity category
- Lightweight git workflow
Simple Git by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add toshimaru/claude-plugins/plugin install simple-git@toshimaru-claude-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 12, 2026 |
| Repository | toshimaru/claude-plugins ↗ |
What it does
Run simple git commands from within the agent workflow for everyday version-control operations.
README.md
claude-plugins
My Claude Code Plugins
Installation
In Claude Code, run the following command to add the plugin marketplace:
/plugin marketplace add toshimaru/claude-plugins
After adding the marketplace, you can discover and install the plugins by running:
❯ /plugin
───────────────────────────────────────────────────────────────────────────
Plugins Discover Installed Marketplaces (←/→ or tab to cycle)
Discover plugins
╭─────────────────────────────────────────────────────────────────────╮
│ ⌕ simple-git█ │
╰─────────────────────────────────────────────────────────────────────╯
◯ simple-git · toshimaru-claude-plugins · 0 installs
simple git commands
Type to search · Space: (de)select · Enter: details · Esc: back
Available Plugins
| Plugin | Description |
|---|---|
| simple-git | Simple git commands |
Commands
/auto-commit - Auto Commit
Create a git commit with Co-Authored-By trailer.
/auto-commit-push - Auto Commit & Push
Create a git commit with Co-Authored-By trailer and push to remote repository.
/push - Push
Push commits to remote repository.
/pull - Pull
Pull changes from remote repository.