Claude Skill
obra/superpowers-lab
在这个研究仓库中探索实验性Claude代码超能力技能、新技术和工具,以增强编程能力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/obra/superpowers-lab.gitRegistry 信息
项目简介
一个用于实验性Claude代码超能力技能的GitHub仓库,探索增强编码能力的新技术与工具。
Experimental skills for Claude Code Superpowers - new techniques and tools
要点
- 实验性Claude Skill开发
- 新编码技术探索
- 工具集成研究
- 基于Shell的实现
使用场景
- 测试新的Claude代码超能力功能
- 开发实验性编码工具
- 研究AI辅助编程技术
- 原型化技能增强
README 摘要
# Superpowers Lab Experimental skills for [Claude Code Superpowers](https://github.com/obra/superpowers) - new techniques and tools under active development. ## What is this? 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. ## Current Skills ### finding-duplicate-functions 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:** - Audit codebases that have grown organically with multiple contributors - Identify utility functions that have been reimplemented multiple times - Find consolidation opportunities before major refactoring - Complement jscpd after syntactic duplicates are handled **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](skills/finding-duplicate-functions/SKILL.md) for full documentation. ### mcp-cli 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:** - Query MCP servers without permanent configuration - Explore available tools before deciding to integrate - One-off MCP tool invocations See [skills/mcp-cli/SKILL.md](skills/mcp-cli/SKILL.md) for full documentation. ### using-tmux-for-interactive-commands Enables Claude Code to control interactive CLI tools (vim, g
话题
暂无话题