
Akiojin Gwt
- 4 repo stars
- Updated July 28, 2026
- akiojin/gwt
akiojin-gwt is a Claude Code plugin that helps you perform safer Git worktree operations through managed hooks and agent-driven workflow.
About
akiojin-gwt is a Claude Code plugin marketplace centered on GWT (Git Worktree) tooling for developers who parallelize features without cloning duplicate repos. developers installing it want guardrailed worktree create, attach, and tear-down instead of hand-running git commands that leave stray trees or dirty main checkouts. The bundle emphasizes hooks and managed operations so the coding agent stays inside safe boundaries while switching contexts between branches. It fits teams shipping from one machine where context switching is daily friction. You reach for it during active implementation when you need an isolated tree for experiments, reviews, or hotfixes while keeping production branch clean. It is development infrastructure rather than product code generation, but it materially speeds multi-branch agent sessions. Expect Claude Code as the primary host, Git installed locally, and comfort with worktree semantics at intermediate level.
- GWT-focused plugin bundle for safer Git worktree operations from the agent
- Hooks-oriented integration with Claude Code and GitHub workflows
- Managed worktree lifecycle to reduce accidental edits on the wrong branch
- Pairs with agent skills keywords for consistent repo management patterns
- Single-plugin marketplace entry (pluginCount: 1) dedicated to worktree safety
Akiojin Gwt by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install akiojin-gwt@akiojin/gwtAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | July 28, 2026 |
| Repository | akiojin/gwt ↗ |
What it does
Run Git worktree create, switch, and cleanup through Claude Code hooks so parallel feature branches do not corrupt your main checkout.
Who is it for?
Best when you use Claude Code and routinely spin feature branches, experiments, or review trees from a single local clone.
Skip if: Skip if you only ever commit on one branch with no parallel trees, or anyone not using Git worktrees at all.
What you get
After you add the plugin, Claude can drive predictable worktree setup and teardown so you keep a clean main tree while the agent works in isolated branches.
- Safer worktree create/switch flows callable from the agent
- Reduced risk of editing the wrong branch checkout
- Repeatable hook-based worktree management habits
By the numbers
- Marketplace pluginCount: 1
- Repository: akiojin/gwt
- Catalog categories tag: security-oriented dev workflow
Recommended Plugins
How it compares
Git worktree orchestration plugin, not a code generator or MCP data connector.
FAQ
Who is Akiojin Gwt for?
It is for Claude Code users who manage multiple Git worktrees and want hook-guided, safer operations instead of fragile manual git worktree commands.
When should I use Akiojin Gwt?
Use it when you start a parallel feature branch, hotfix tree, or agent session that must not touch your primary working directory.
How do I add Akiojin Gwt to my agent?
Install the akiojin/gwt Claude Code plugin bundle from the marketplace, ensure Git worktree support is available locally, then invoke GWT workflows through your Claude Code plugin/skills hooks as documented in the repo.