skills/skill-cleanup/SKILL.md
清理所有 AI 代理配置目录中的断裂 skill 符号链接。Use when "清理skill", "cleanup skills", "移除无效skill", "删除失效链接", "skill链接清理". 扫描 .agent/.agents/.claude/.opencode/.copilot/.codex/.cursor/.iflow/.openclaw 等目录。
npx skillsauth add sunchendd/good_skills skill-cleanupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
扫描所有 AI 代理配置目录,查找并删除断裂的 skill 符号链接,保持开发环境整洁。
| 代理 | 目录 |
|------|------|
| Agent | ~/.agent/skills/ |
| Agents | ~/.agents/skills/ |
| Claude Code | ~/.claude/skills/ |
| OpenCode | ~/.config/opencode/skill/, ~/.config/opencode/skills/, ~/.opencode/skills/ |
| Copilot | ~/.copilot/skills/ |
| Codex | ~/.codex/skills/, ~/.codex/tmp/ |
| Cursor | ~/.cursor/skills/ |
| iFlow | ~/.iflow/skills/ |
| OpenClaw | ~/.openclaw/skills/, ~/.openclaw/workspace/skills/ |
| Windsurf | ~/.windsurf/skills/ |
| Gemini CLI | ~/.gemini-cli/skills/ |
| Antigravity | ~/.antigravity/skills/ |
# 预览将删除的链接(不实际删除)
python3 scripts/cleanup_skills.py --dry-run
python3 scripts/cleanup_skills.py -n
# 实际删除
python3 scripts/cleanup_skills.py
# 通过 npm
npm run cleanup
--dry-run 预览development
通用开发验证工作流,用于 AI/ML 推理服务的开发、测试和验证。支持多种硬件后端(Ascend NPU、GPU)和推理引擎(vLLM、MindIE)。包含完整的需求对齐、代码检查、服务部署、性能测试和结果分析流程。当用户提到"开发"、"测试"、"性能对比"、"服务部署"、"推理验证"等需求时使用此工作流。
tools
小红书检索与发布工具。Use when "小红书检索", "发布小红书", "xhs MCP", "搜索小红书内容". 基于本地 MCP Server 或 xhs-mcp CLI,支持搜索、查看、发布三种操作。
data-ai
自动周报生成。Use when "周报", "本周工作总结", "weekly report", "自动生成周报". 汇总本周日历、GitHub 活动,AI 生成工作总结+时间分析+下周规划,通过邮件和 Bark 推送。
testing
Use when testing vLLM performance, running benchmarks, comparing inference configurations, cleaning up GPU environments, or generating performance reports. Activates for benchmarking throughput/latency, configuring vLLM serve parameters, using evalscope or vllm bench, and producing comparison tables.