Plugin · Claude Code · Development Tools

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.

by akiojin · github.com/akiojin/gwt

Run Git worktree create, switch, and cleanup through Claude Code hooks so parallel feature branches do not corrupt your main checkout.

3
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install akiojin-gwt@akiojin/gwt
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built 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").

About

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.

Discussion

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.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.