Akiojin Gwt
akiojin-gwt is a Claude Code plugin for the Build phase that helps you perform safer Git worktree operations through managed hooks and agent-driven workflow.
Run Git worktree create, switch, and cleanup through Claude Code hooks so parallel feature branches do not corrupt your main checkout.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install akiojin-gwt@akiojin/gwtBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:akiojin/gwt") and the paste-ready config with skillselion.get_install_config("plugin:akiojin/gwt").
What it does
akiojin-gwt is a Claude Code plugin marketplace centered on GWT (Git Worktree) tooling for developers who parallelize features without cloning duplicate repos. Solo builders 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 indie 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.
Highlights
- 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
Why builders use it
Parallel branches on one repo often lead to risky manual worktree commands, orphaned directories, and edits on the wrong checkout.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 3 stars, 0 votes.
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.
Comments
Share how you use akiojin-gwt, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.