Agent Plugins Marketplace
← All plugins

git-sidebar

v0.1.0

A lazygit-style side pane: every worktree of the repository and its local branches as rows you click. A worktree row moves the session there with /cd; a branch row shows its last commits and offers switch (clean tree only) or open worktree. Docked floor to ceiling beside the transcript in the fullscreen layout, above the prompt otherwise. Needs function hooks (early access).

Claude Code

By claude-code-templatesLicense: MIT31.8k GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install git-sidebar for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install git-sidebar@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/davila7/claude-code-templates

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cli-tool/components/mods/ui/git-sidebar/.

Plugin files

cli-tool/components/mods/ui/git-sidebar/
└── .claude-plugin/plugin.json

Plugin manifests1

cli-tool/components/mods/ui/git-sidebar/.claude-plugin/plugin.json
{
  "name": "git-sidebar",
  "version": "0.1.0",
  "description": "A lazygit-style side pane: every worktree of the repository and its local branches as rows you click. A worktree row moves the session there with /cd; a branch row shows its last commits and offers switch (clean tree only) or open worktree. Docked floor to ceiling beside the transcript in the fullscreen layout, above the prompt otherwise. Needs function hooks (early access).",
  "author": {
    "name": "claude-code-templates",
    "url": "https://www.aitmpl.com"
  },
  "repository": "https://github.com/davila7/claude-code-templates",
  "license": "MIT",
  "keywords": [
    "mod",
    "function-hooks",
    "ui",
    "git",
    "worktree",
    "sidebar"
  ],
  "userConfig": {
    "columns": {
      "type": "number",
      "title": "Pane width",
      "description": "Columns asked for the docked pane in the fullscreen layout (28-120); a width you drag it to wins",
      "default": 44
    },
    "maxBranches": {
      "type": "number",
      "title": "Branches listed",
      "description": "How many local branches to list, most recently committed first",
      "default": 40
    },
    "openOnStart": {
      "type": "boolean",
      "title": "Open on start",
      "description": "Open the pane when the session starts; the engine keeps an unasked pane hidden below 144 columns",
      "default": false
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[git-sidebar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/git-sidebar)