superpowers-lab

通过 tmux 会话实现对终端交互式工具的自动化控制,支持编辑器、系统监控、编程语言 REPL、Git 交互操作等需要键盘输入的场景,可创建会话、发送指令并实时捕获输出。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add Microck/ordinary-claude-skills --skill "superpowers-lab"

Superpowers Lab

Experimental skills that extend Claude Code with innovative techniques and tools under active development. These skills enable new automation patterns and capabilities.

Included Skills

using-tmux-for-interactive-commands

Enables Claude Code to control interactive CLI tools through tmux sessions for automation of traditionally manual workflows.

Supported Tools:

  • Interactive text editors (vim, nano, emacs)
  • Terminal UI applications (menuconfig, htop)
  • Interactive REPLs (Python, Node, Ruby, etc.)
  • Interactive git operations (rebase -i, add -p)
  • Any terminal-based tool requiring keyboard navigation

How It Works:

  • Creates detached tmux sessions
  • Sends keystrokes programmatically
  • Captures terminal output in real-time
  • Enables full automation of interactive workflows

See skills/using-tmux-for-interactive-commands/SKILL.md for detailed documentation.

Status

Skills in this collection are:

  • ✅ Functional and tested
  • 🧪 Under active refinement
  • 📝 May evolve based on usage and feedback

Requirements

  • tmux must be installed on your system
  • Best supported on Linux/macOS
  • Requires terminal access for tmux operations

Getting Started

Explore the subdirectories for individual skill documentation and implementation details. Each skill is self-contained and can be integrated independently.