superpowers-lab
Experimental Claude Code skills extending capabilities with new techniques for interactive CLI tools, tmux automation, and advanced workflows.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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](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.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 superpowers-lab 的技能。它们内容并不相同,别混用:
- Microck/ordinary-claude-skills — Experimental Claude Code skills extending capabilities with new techniques for interactive