Explore skills
65,415 skills found
claudemd-auditor
Audits a CLAUDE.md file and returns a scored, actionable review on six axes (Specificity, Coverage, Brevity, Currency, Quirks, Tone fit). Targets the user's current repo by default (`./CLAUDE.md` or `~/.claude/CLAUDE.md`), or a file path / URL the user names. Activate when the user asks to audit, review, score, grade, or critique a CLAUDE.md file.
ai-code-refactoring
Use when refactoring AI-generated code projects (vibe-coded apps, Claude/Cursor/GPT output) that have visual inconsistency, code duplication, lack of design system, or structural problems. Trigger on "refactor this AI project", "fix the design", "clean up this vibe-coded app", or when inheriting an AI-generated codebase.
api-mocker
根据 API 文档、OpenAPI/Swagger 规范或口头描述,自动生成一个 可运行的 Mock API 服务器,带有智能假数据。当用户提到 "mock api"、"mock server"、"假接口"、"前端联调"、 "模拟后端"、"swagger mock"时触发。即使用户只是说 "后端还没好我需要先开发前端"也应该触发。
codebase-cartographer
扫描代码仓库生成交互式架构地图,展示模块依赖、调用链、 核心入口点和代码热区。当用户提到"代码架构"、"项目结构"、 "依赖关系"、"代码地图"、"帮我看懂这个项目"时使用。 即使用户只是说"这个仓库好大我不知道从哪里看起"也应触发。
commit-poet
根据 git diff 生成高质量 commit message,支持多种风格 (Conventional Commits、诗意版、emoji 版等)。当用户提到 "commit message"、"提交信息"、"git commit"、 "帮我写提交说明"时使用。
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
scan-to-docx
Converts scanned images to .docx using macOS Vision OCR, with a preference for Traditional Chinese. Use /scan-to-docx <source image or folder> <output path>. Output can be a single merged .docx or individual .docx files per image in a folder.
data-detective
自动分析 CSV/JSON/Excel 数据文件,发现异常值、隐藏模式和 有趣的数据洞察,输出一份图文并茂的"侦探报告"。当用户上传 数据文件并说"分析一下"、"有什么有趣的发现"、"数据有没有 问题"、"帮我看看数据"时使用。即使用户只是上传了一个 CSV 没说别的,也可以主动建议使用此技能。
doc-archaeologist
扫描项目中的文档和注释,找出过期、不一致、误导性的内容, 生成报告并提供修复建议。当用户提到"文档过期"、"README 需要 更新"、"注释不准确"、"文档审查"、"文档质量"时使用。 即使用户只是说"这个项目的文档是不是有点旧了"也应触发。
env-guardian
扫描项目的环境变量使用情况,检查安全性、完整性和一致性。 当用户提到"环境变量"、".env"、"配置安全"、"secrets"、 "API key 泄露"时使用。即使用户只是说"帮我检查一下配置 有没有问题"也应该触发。
planning-with-files
This skill implements Manus-style file-based planning to organize and track complex tasks, creating task_plan.md, findings.md, and progress.md. It's ideal for multi-step projects or research requiring more than five tool calls, and supports automatic session recovery.
git-storyteller
将 Git 仓库的提交历史转化为可视化叙事报告,包含时间线、 里程碑、贡献者画像和代码演进故事。当用户提到"项目历史"、 "git 可视化"、"代码故事"、"贡献分析"、"项目回顾"时使用。 即使用户只是说"帮我看看这个仓库的历史"也应该触发。