在本页面浏览并选择你需要的 skills,然后按照以下步骤安装:
git clone https://github.com/YOUR_USERNAME/LLM4SE-Skills.gitcd LLM4SE-Skillsmkdir -p ~/.claude/skillscp -r skill-name ~/.claude/skills/💡 点击 "Install" 按钮会显示具体的安装命令并复制到剪贴板
📦 安装后的 skills 会保存到 ~/.claude/skills/ 目录
安装完成后,在 Claude Code 中有三种方式使用 skills:
直接描述你的需求,Claude 会自动选择合适的 skill:
帮我为这个 Python 函数生成单元测试
→ 自动触发 unit-test-generator
分析这个需求文档中的歧义
→ 自动触发 ambiguity-detector
使用 "Use the skill" 明确指定要使用的 skill:
Use the skill 'unit-test-generator' to generate tests for my code
使用 'code-review-assistant' skill 审查我的代码
某些 skills 可能支持快捷命令:
/review
→ 代码审查
在终端运行以下命令查看已安装的 skills:
claude skills list
或者检查目录:
ls ~/.claude/skills/
如果你想在本地运行 Skills Manager:
git clone https://github.com/ArabelaTso/Skills-4-SE.gitcd Skills-4-SE/skill-manager/frontendpython3 -m http.server 8000
然后访问 http://localhost:8000
open index.html
# macOS
💡 注意:直接打开可能遇到 CORS 限制,推荐使用 HTTP 服务器
A: 重启 Claude Code 应用,或运行 claude skills list 验证安装。
A: Claude 会在响应中说明使用了哪个 skill,或者你可以显式指定。
A: 可以,直接删除 ~/.claude/skills/ 下对应的目录即可。
A: 不会,需要重新运行 Skills Manager 安装最新版本。
🎉 现在你可以开始使用 skills 提升开发效率了!
快捷键:按 ? 打开/关闭帮助 | 按 ESC 关闭
Browse and select the skills you need on this page, then follow these steps to install:
git clone https://github.com/YOUR_USERNAME/LLM4SE-Skills.gitcd LLM4SE-Skillsmkdir -p ~/.claude/skillscp -r skill-name ~/.claude/skills/💡 Clicking "Install" buttons will show specific installation commands and copy them to clipboard
📦 Installed skills are saved to ~/.claude/skills/ directory
After installation, there are three ways to use skills in Claude Code:
Simply describe your needs, and Claude will automatically select the appropriate skill:
Generate unit tests for this Python function
→ Auto-triggers unit-test-generator
Analyze ambiguities in this requirements document
→ Auto-triggers ambiguity-detector
Use "Use the skill" to explicitly specify which skill to use:
Use the skill 'unit-test-generator' to generate tests for my code
Use 'code-review-assistant' skill to review my code
Some skills may support shortcut commands:
/review
→ Code review
Run the following command in terminal to view installed skills:
claude skills list
Or check the directory:
ls ~/.claude/skills/
If you want to run Skills Manager locally:
git clone https://github.com/ArabelaTso/Skills-4-SE.gitcd Skills-4-SE/skill-manager/frontendpython3 -m http.server 8000
Then visit http://localhost:8000
open index.html
# macOS
💡 Note: Opening directly may encounter CORS restrictions, HTTP server is recommended
A: Restart Claude Code app, or run claude skills list to verify installation.
A: Claude will mention which skill was used in the response, or you can explicitly specify one.
A: Yes, simply delete the corresponding directory under ~/.claude/skills/.
A: No, you need to re-run Skills Manager to install the latest version.
🎉 You're ready to boost your development productivity with skills!
Shortcuts: Press ? to open/close help | Press ESC to close