github.com/obra/superpowers-lab
| Skill | Added | Review |
|---|---|---|
using-tmux-for-interactive-commands skills/using-tmux-for-interactive-commands/SKILL.md 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 | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 51111f7 | |
finding-duplicate-functions skills/finding-duplicate-functions/SKILL.md 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. | 79 79 2.00x Agent success vs baseline Impact 98% 2.00xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 51111f7 |