Superpowers Lab skills
Experimental skills for the Superpowers framework — new techniques and tools still being refined skills-hub.ai mirrors 5 skills from Superpowers Lab daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/obra/superpowers-lab
Installing a Superpowers Lab skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Superpowers Lab skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Superpowers Lab skills via API
curl https://skills-hub.ai/api/v1/skills?source=superpowers-lab
# Browse all sources
open https://skills-hub.ai/sourcesTop Superpowers Lab skills
See all →The most-installed skills from Superpowers Lab, ranked by adoption.
01finding-duplicate-functions
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.
Buildfrom Superpowers Lab02mcp-cli
Use MCP servers on-demand via the mcp CLI tool - discover tools, resources, and prompts without polluting context with pre-loaded MCP integrations
Buildfrom Superpowers Lab03using-tmux-for-interactive-commands
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
Buildfrom Superpowers Lab04slack-messaging
Use when asked to send or read Slack messages, check Slack channels, test Slack integrations, or interact with a Slack workspace from the command line.
Buildfrom Superpowers Lab05windows-vm
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.
Buildfrom Superpowers Lab
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:12 PM (success).
Superpowers Lab skills — frequently asked
What are Superpowers Lab skills?
Superpowers Lab skills are AI coding skills published by Superpowers Lab (Experimental skills for the Superpowers framework — new techniques and tools still being refined) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Superpowers Lab skills are available?
skills-hub.ai indexes 5 skills from Superpowers Lab, synced daily from the upstream GitHub repository (https://github.com/obra/superpowers-lab).
How do I install a Superpowers Lab skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Superpowers Lab skills?
Yes. Every skill from this source is mirrored from Superpowers Lab's own GitHub repository (https://github.com/obra/superpowers-lab). Each skill page links back to the upstream source of truth, so you can verify the original.