tmux-og
v0.1.0Claude Code integration for tmux-og: status-bar state hooks and issue self-report skill
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tmux-og@agent-plugin-marketplacePaste 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-ogClone 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/plugin.json├── skills/issue-tracking/SKILL.md└── skills/tmux-interactive/SKILL.md
Included Skills2
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.
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
{
"name": "tmux-og",
"version": "0.1.0",
"description": "Claude Code integration for tmux-og: status-bar state hooks and issue self-report skill"
}For maintainers
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)