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".
MCP get_skill({ skillId: "unslop-help-e790a92f" })Use this skill with your agent
Create a free account and connect via MCP
# 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.Related Skills
More skills in Data, AI & Research
Ablation Planner
Use when main results pass result-to-claim (`claim_supported = yes` or `partial`) and ablation studies are needed for paper submission. A secondary Codex agent designs ablations from a reviewer's perspective; the local executor reviews feasibility and implements.
Ablation Planner
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
About
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.
Ab Test Analysis
Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.
Academic Search
Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.
Adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
Explore Other Categories
Skills from other categories with shared topics
Content Curator Skill
Content Curator Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
.NET Backend Development Patterns
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
⚙️ MuAPI Platform Utilities
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results