Microck

superpowers-lab

@Microck/superpowers-lab
Microck
102
9 forks
Updated 1/18/2026
View on GitHub

Experimental Claude Code skills extending capabilities with new techniques for interactive CLI tools, tmux automation, and advanced workflows.

Installation

$skills install @Microck/superpowers-lab
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathskills_all/superpowers-lab/SKILL.md
Branchmain
Scoped Name@Microck/superpowers-lab

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: superpowers-lab description: 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 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.