ワンクリックで
claude-simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user wants to learn a new topic quickly, understand a complex subject, study for an exam, prepare a learning plan, or use accelerated learning techniques. Trigger phrases: "learn fast", "blitz", "understand quickly", "study guide", "learning roadmap", "master [topic]", "spaced repetition", "active recall", "Feynman technique", "first principles".
文本去AI味技能。用 "检测→删除→声纹校准→改写→反查" 五步法去除文字中的AI痕迹,保留真实人味。触发场景:用户说"去AI味""太像AI写的""帮我润色得更像人写的""有机器味""不够自然";用户给了一段文字让你改写得更口语化、更有个性、更有"活人感";用户抱怨内容有宣传腔、公文腔、爆款腔、PPT腔、假人味;任何需要让文字听起来不像AI生成的场景。
从 URL 或文本内容生成可定制样式的信息卡片图片。智能分析内容结构,动态选择最适合的视觉呈现方式。默认输出与原文同语言的单语卡片到 ~/Downloads/infocard-img/。使用方法:/infocard <URL|文本> [--theme=slate|ocean|sunset|coral|indigo|forest|dark|purple] [--width=1080] [--lang=auto|zh|en|both]
Translate video/audio content into another language with dubbed voice and synchronized subtitles. Use this skill whenever the user asks to: translate a video, dub a video, generate foreign-language voiceover for a video, add translated subtitles with dubbed audio, or any workflow involving ASR → translate → TTS → video composition.
阅读理解图片或文本内容,生成社交媒体爆款标题、评论描述和标签。内置去AI味处理,确保输出通过AI检测。使用方法:/viral-hook [图片路径或文本],支持 /viral-hook --platform=<小红书|微博|twitter|朋友圈> --style=<悬念|数据|对比|情绪|反常识> --count=3
全自动安装和配置 Hermes Agent(NousResearch)——从零开始,7 天搭建一个 自我进化的 AI 个人 Operator。涵盖安装、身份/SOUL.md、模型选择、记忆系统、 消息网关(Telegram/Discord/Slack/WhatsApp)、Skills 技能系统、Cron 定时任务、 /goal 自主执行、Dashboard/Kanban、多 Profile 隔离、安全配置。 综合 @zaimiri 7日指南 + @PrajwalTomar_ 深度剖析 + 官方文档最佳实践。 Use when the user asks to install/setup/configure Hermes Agent, deploy a personal AI agent, "搭建 Hermes", or any request about NousResearch's agent.
| name | claude-simplify |
| description | Review changed code for reuse, quality, and efficiency, then fix any issues found. |
| allowed-tools | ["Read","Grep","Glob","Edit","Bash","Agent"] |
| when_to_use | Use when the user wants to review and improve code quality after making changes. Trigger phrases: "simplify this", "review my changes", "clean up the code", "check for issues", "refactor", "code review", "optimize". Run after completing a feature or bugfix to ensure code quality. |
| argument-hint | [optional focus area] |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use the Agent tool to launch all three agents concurrently in a single message. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize: