Agent Plugins Marketplace
All plugins

tmux-og

v0.1.0

Claude Code integration for tmux-og: status-bar state hooks and issue self-report skill

Claude Code2 Skills

8 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 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 tmux-og 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 tmux-og@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/noamsto/tmux-og

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude-plugin/.

Plugin files

claude-plugin/
├── .claude-plugin/plugin.json
├── skills/issue-tracking/SKILL.md
└── skills/tmux-interactive/SKILL.md

Included Skills2

issue-trackingskills/issue-tracking/SKILL.md

Use when working on a Linear/GitHub issue or PR whose branch is NOT the current tmux window's branch — orchestrating from main, spawning agents into worktrees, or driving PRs via gh/MCP — or when you just created an issue/PR on the CURRENT window's branch mid-session. Stamps issue ids into the tmux status bar.

tmux-interactiveskills/tmux-interactive/SKILL.md

Use when running interactive CLI programs (Python REPL, gdb, psql, node, lldb) that require keystroke-level control, output scraping, or waiting for prompts inside a tmux pane.

Plugin manifests1

claude-plugin/.claude-plugin/plugin.json
{
  "name": "tmux-og",
  "version": "0.1.0",
  "description": "Claude Code integration for tmux-og: status-bar state hooks and issue self-report skill"
}

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

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