Skip to main content

unslop-help

Quick-reference card for unslop modes, sub-skills, and slash commands. One-shot display, not a persistent mode. Trigger: /unslop-help, "unslop help", "what unslop commands", "how do I use unslop".

跳到安装

来源信息

仓库
TuYv/ccpm
最近来源活动
2026年6月28日 00:16
检测到的 SKILL.md 语言
英语
星标
1
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
unslop-help
description
Quick-reference card for unslop modes, sub-skills, and slash commands. One-shot display, not a persistent mode. Trigger: /unslop-help, "unslop help", "what unslop commands", "how do I use unslop".
# Unslop Help ## Purpose Show a single reference card for unslop modes, related sub-skills, exit phrases, and config. One-shot. Does not toggle modes. Does not write flag files. ## Output Render the card below in normal prose (not unslop style — this is documentation). ### Modes | Mode | Trigger | What it does | |------|---------|--------------| | `subtle` | `/unslop subtle` | Light touch. Trim AI tells, keep length and structure. | | `balanced` | `/unslop` (default) | Cut slop, vary rhythm, restore voice. | | `full` | `/unslop full` | Strong rewrite. Restructure. Allow opinions. | | `voice-match` | `/unslop voice-match` | Follow a provided voice/style sample. | | `anti-detector` | `/unslop anti-detector` | Adversarial paraphrase for detector resistance. Use only when explicitly requested. | Modes persist until changed or the session ends. ### Sub-skills | Skill | Trigger | What it does | |-------|---------|--------------| | `unslop-commit` | `/unslop-commit`, `/commit`, "write a commit" | Conventional Commits in human voice. | | `unslop-review` | `/unslop-review`, `/review`, "review this PR" | Direct, kind PR review comments. | | `unslop-file` | `/unslop-file <filepath>`, "unslop this file", "humanize memory file" | Rewrite a markdown file removing AI-isms while preserving code/URLs/structure. | | `unslop-reasoning` | `/unslop-reasoning`, "fix this chain of thought", "clean up my reasoning" | Strip AI-slop reasoning patterns (over-hedging, over-decomposing, infinite-loop rationalization) from chain-of-thought traces. | | `unslop-help` | `/unslop-help`, "unslop help" | This card. | ### Deactivate - `"stop unslop"` or `"normal mode"` — revert immediately - Resume with `/unslop` (or any mode flag) ### Configuration - Default mode: `balanced` - Override: `UNSLOP_DEFAULT_MODE=full` (env), or `~/.config/unslop/config.json`: ```json { "defaultMode": "full" } ``` - `"off"` disables auto-activation entirely - Resolution order: env var > config file > `balanced` ### More Full docs and source: <https://github.com/MohamedAbdallah-14/unslop> ## Boundaries - One-shot. Do not toggle a mode, write a flag file, or persist any state. - Do not output in unslop style — this card is reference material.
在 GitHub 查看