├── .claude-plugin └── plugin.json ├── .gitignore ├── LICENSE ├── README.md └── skills └── using-tmux-for-interactive-commands ├── SKILL.md └── tmux-wrapper.sh /.claude-plugin/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/.claude-plugin/plugin.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/README.md -------------------------------------------------------------------------------- /skills/using-tmux-for-interactive-commands/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/skills/using-tmux-for-interactive-commands/SKILL.md -------------------------------------------------------------------------------- /skills/using-tmux-for-interactive-commands/tmux-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obra/superpowers-lab/HEAD/skills/using-tmux-for-interactive-commands/tmux-wrapper.sh --------------------------------------------------------------------------------