Atlas — a developer toolkit for shipping products faster. Git worktree management, project bootstrapping, and more.
npx claudepluginhub geertwille/atlasGit productivity tools — worktree management with full project bootstrapping, smart branch naming, tmux setup, and more.
A productivity toolbox for shipping products faster.
Copyright (c) 2026 Geert Wille
| Plugin | Prefix | Description |
|---|---|---|
| g | /g: | Git productivity tools |
| Command | Description |
|---|---|
/g:worktree | Create, list, or clean up git worktrees with full project bootstrapping |
/g:worktree <description> | Create a new worktree from a feature description |
/g:worktree cleanup <name> | Remove a worktree safely |
/g:setup | Install tmux-worktree-switcher and configure tmux keybinding |
The g plugin includes tmux-worktree-switcher, a fast fzf-based worktree navigator for tmux. It shows all worktrees in a popup and lets you quickly switch between them.
Features:
Run /g:setup in Claude Code to automatically install the switcher.
Copy the script to your PATH:
cp /path/to/atlas/plugins/g/bin/tmux-worktree-switcher ~/.local/bin/
chmod +x ~/.local/bin/tmux-worktree-switcher
Add the keybinding to ~/.tmux.conf:
bind g display-popup -E -w 80% -h 60% "tmux-worktree-switcher"
Reload tmux config:
tmux source-file ~/.tmux.conf
Press Ctrl+B g to open the worktree switcher popup.
/plugin marketplace add GeertWille/atlas
/plugin install g@atlas
If you prefer working from a local copy:
git clone https://github.com/GeertWille/atlas.git
/plugin marketplace add /path/to/atlas
/plugin install g@atlas
By default plugins install to user scope (available in all projects). To install for a specific project only:
/plugin install g@atlas --scope project
You can also use the interactive plugin manager:
/plugin
This opens a UI where you can browse the Discover tab to find and install Atlas plugins.
MIT
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.