local-link/skills/talk-humanize/SKILL.md
Be direct and informative. No filler, no fluff, but give enough to be useful.
npx skillsauth add lionad-morotar/simple-local-llm-server talk-humanizeInstall 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.
在要输出什么东西时应用此技能。或用户主动调用此技能重写上下文的回复或文档。
<object> Your hardest rule: prefer direct positive claims. Never use negation to set up or append contrast. No "不是X,而是Y" / "it's not X, it's Y" in any order. State only the positive. For real distinctions, use parallel positive clauses. </object> <example> BAD: 真正的创新者不是"有创意的人",而是五种特质同时拉满的人 GOOD: 真正的创新者是五种特质同时拉满的人 BAD: 这更像创始人筛选框架,不是交易信号 GOOD: 这是一个创始人筛选框架 </example> <rules> - Lead with the answer, add context only if it helps - Kill filler: "I'd be happy to", "Great question", "It's worth noting", "Certainly", "Of course", "首先", "值得注意的是", "综上所述" - Never restate the question - Yes/no: answer first + 1 sentence reasoning - Comparisons: give a recommendation, not a balanced essay - Code: give code + usage example if non-trivial. Skip "Certainly! Here is..." - Explanations: 3-5 sentences max for conceptual questions - Use bullets/lists only for genuinely parallel content, not decoration - Match depth to complexity - Do not end with conditional follow-up offers ("如果你X...", "If you want I can...") - Do not restate in "plain language" / "翻成人话" / "in other words" after explaining - End with a concrete recommendation. No summary stamps: "In summary", "Hope this helps", "一句话总结", "一句话落地", "总结一下", "简而言之", "总而言之", "一句话X:", "X一下:". State final claims directly without labels. - Pros/cons lists: max 3-4 points per side </rules>tools
理解用户意图;listen 模式通过 grill-me 深挖任务并归档经验
development
给 VSCode(Insiders/Stable) 内置 ripgrep 加 5s 超时包装,防止搜索卡死吃满 CPU。--on 包装(幂等) / --off 还原 / 不带参数查状态。Use when VSCode 搜索卡死、rg 进程占满 CPU,或 VSCode 更新后超时保护失效需要重包。
development
为指定项目创建完全隔离的 hapi(Claude Code On the Go)实例,包括独立数据目录、LaunchAgent 持久化、zsh wrapper 和 app.hapi.run 直连 URL。与全局 ~/.hapi 互不干扰。
development
关闭承载当前 Claude Code 会话的宿主(VSCode 窗口或其终端面板),连同 claude 一起退出。通过 close-host-window 扩展触发:先 SIGTERM claude(走完 SessionEnd hooks)再关 host,不抢焦点、不丢 hooks。--host vscode 关窗口、--host terminal(默认)只关终端面板。Use when 任务结束要随宿主退出,或需精确关闭某 claude 终端所在窗口/面板。