By obra
Analyze codebases for semantically duplicate functions to guide refactoring, run interactive CLI tools via tmux detached sessions when piping fails, discover and invoke MCP server capabilities on-demand for testing, and spin up headless Windows 11 VMs in Docker with SSH access for cross-platform development.
Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.
Use MCP servers on-demand via the mcp CLI tool - discover tools, resources, and prompts without polluting context with pre-loaded MCP integrations
Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys
Create, manage, or connect to a headless Windows 11 VM running in Docker with SSH access. Use when the user wants to spin up, stop, restart, or SSH into a Windows VM.
Experimental skills for Claude Code Superpowers - new techniques and tools under active development.
This plugin contains experimental skills that extend Claude Code's capabilities with new techniques that are still being refined and tested. These skills are functional but may evolve based on real-world usage and feedback.
Detect semantic code duplication in LLM-generated codebases. Unlike traditional copy-paste detectors that find syntactic duplicates, this skill identifies functions with the same intent but different implementations.
Use cases:
How it works: Two-phase approach using classical function extraction followed by LLM-powered intent clustering. Haiku categorizes functions by domain, then Opus analyzes each category to find semantic duplicates.
See skills/finding-duplicate-functions/SKILL.md for full documentation.
Use MCP servers on-demand via the mcp CLI tool. Discover and invoke tools, resources, and prompts without polluting context with pre-loaded MCP integrations.
Use cases:
See skills/mcp-cli/SKILL.md for full documentation.
Enables Claude Code to control interactive CLI tools (vim, git rebase -i, menuconfig, REPLs, etc.) through tmux sessions.
Use cases:
How it works: Creates detached tmux sessions, sends keystrokes programmatically, and captures terminal output to enable automation of traditionally manual workflows.
See skills/using-tmux-for-interactive-commands/SKILL.md for full documentation.
Create, manage, or connect to a headless Windows 11 VM running in Docker with KVM acceleration and SSH access — no RDP or GUI required.
Use cases:
How it works: Uses dockur/windows to run Windows 11 in a Docker container with KVM acceleration. Manages the full lifecycle: create, start, stop, restart, SSH, and status checks. Includes automated setup of OpenSSH Server, Node.js, and Claude Code inside the VM.
See skills/windows-vm/SKILL.md for full documentation.
# Install the plugin
claude-code plugin install https://github.com/obra/superpowers-lab
# Or add to your claude.json
{
"plugins": [
"https://github.com/obra/superpowers-lab"
]
}
Skills in this plugin are:
Found a bug or have an improvement? Please open an issue or PR!
MIT License - see LICENSE for details
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gomarketingcontentlab-maker/claudesuper --plugin superpowers-labCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Writing guidance based on William Strunk Jr.'s The Elements of Style (1918)
BETA: VERY LIGHTLY TESTED - Direct Chrome DevTools Protocol access via 'browsing' skill. Skill mode (17 CLI commands) + MCP mode (single use_browser tool). Zero dependencies, auto-starts Chrome.
Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
Development environment setup: git worktrees, terminal optimization
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration
Skill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.
Control Codex and Gemini from your phone. Coordinate AI agents across CLIs via tmux.
Collection of Claude Code skills, MCP servers, and hooks for enhanced productivity