Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计通过

de-slopify去斯洛化

Agent Skill

de-slopify 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,978

周安装

80

GitHub Stars

63

下载量

621
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:de-slopify(去斯洛化)
来源仓库:https://github.com/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
仓库路径:skills/de-slopify
安装命令:
npx skills add https://github.com/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill de-slopify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill de-slopify

简介

深度去除AI写作特征的文档净化工具,使技术文档呈现人性化表达质感。

  • 专门对抗破折号滥用、公式化对比结构和万能解释句式等典型问题。
  • 强调系统性人工审查必要性,无法通过正则表达式自动化完成。
  • 处理后需人工复核关键术语准确性和逻辑链条完整性,防止过度删减。
  • de-slopify 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

De-Slopify — Remove AI Writing Artifacts

Purpose: Make your documentation sound like it was written by a human, not an LLM. Key Insight: You can't do this with regex or a script—it requires manual, systematic review of each line.

What is "AI Slop"?

AI slop refers to writing patterns that LLMs produce disproportionately more commonly than human writers. These patterns make text sound inauthentic and "cringe."

Common Tells

PatternProblem
Emdash overuseLLMs love emdashes—they use them constantly—even when other punctuation works better
"It's not X, it's Y"Formulaic contrast structure
"Here's why"Clickbait-style lead-in
"Here's why it matters:"Same energy
"Let's dive in"Forced enthusiasm
"In this guide, we'll..."Overly formal setup
"It's worth noting that..."Unnecessary hedge
"At its core..."Pseudo-profound opener

THE EXACT PROMPT — De-Slopify Documentation

I want you to read through the complete text carefully and look for any telltale signs of "AI slop" style writing; one big tell is the use of emdash. You should try to replace this with a semicolon, a comma, or just recast the sentence accordingly so it sounds good while avoiding emdash.

Also, you want to avoid certain telltale writing tropes, like sentences of the form "It's not [just] XYZ, it's ABC" or "Here's why" or "Here's why it matters:".  Basically, anything that sounds like the kind of thing an LLM would write disproportionately more commonly that a human writer and which sounds inauthentic/cringe.

And you can't do this sort of thing using regex or a script, you MUST manually read each line of the text and revise it manually in a systematic, methodical, diligent way. Use ultrathink.

Why Manual Review is Required

The prompt explicitly states:

"And you can't do this sort of thing using regex or a script, you MUST manually read each line of the text and revise it manually in a systematic, methodical, diligent way."

Reasons:

  1. Context matters — Sometimes an emdash is actually the right choice
  2. Recasting sentences — Often the fix isn't substitution but rewriting
  3. Tone consistency — Need to maintain voice throughout
  4. Judgment calls — Some patterns are fine in moderation

Emdash Alternatives

When you encounter an emdash (—), consider:

OriginalAlternative
X—Y—ZX; Y; Z or X, Y, Z
The tool—which is powerful—works wellThe tool, which is powerful, works well
We built this—and it worksWe built this, and it works
Here's the thing—it mattersHere's the thing: it matters or recast entirely

Sometimes the best fix is to split into two sentences or restructure entirely.


Phrases to Eliminate or Rewrite

"Here's why" family

  • "Here's why" → Just explain why directly
  • "Here's why it matters" → Explain the importance inline
  • "Here's the thing" → Usually can be deleted entirely

Contrast formulas

  • "It's not X, it's Y" → "This is Y" or explain the distinction differently
  • "It's not just X, it's also Y" → "This does X and Y" or similar

Forced enthusiasm

  • "Let's dive in!" → Just start
  • "Let's get started!" → Just start
  • "Excited to share..." → Just share it

Pseudo-profound openers

  • "At its core..." → Usually can be deleted
  • "Fundamentally..." → Often unnecessary
  • "In essence..." → Just say the essence

Unnecessary hedges

  • "It's worth noting that..." → Just note it
  • "It's important to remember..." → Just state the fact
  • "Keep in mind that..." → Often deletable

Before and After Examples

Example 1: Emdash Overuse

Before (sloppy):

This tool—which we built from scratch—handles everything automatically—from parsing to output.

After (clean):

This tool handles everything automatically, from parsing to output. We built it from scratch.

Example 2: "Here's why" Pattern

Before (sloppy):

We chose Rust for this component. Here's why: performance matters, and Rust delivers.

After (clean):

We chose Rust for this component because performance matters.

Example 3: Contrast Formula

Before (sloppy):

It's not just a linter—it's a complete code quality system.

After (clean):

This is a complete code quality system, not just a linter.

Or even better:

This complete code quality system goes beyond basic linting.

Example 4: Forced Enthusiasm

Before (sloppy):

# Getting Started

Let's dive in! We're excited to help you get up and running with our amazing tool.

After (clean):

# Getting Started

Install the tool and run your first command in under a minute.

When to De-Slopify

Best Times

  • Before publishing a README
  • Before releasing documentation
  • After AI-assisted writing sessions
  • During documentation reviews

Files to Check

  • README.md
  • CONTRIBUTING.md
  • API documentation
  • Blog posts
  • Any public-facing text

Integration with Workflow

As Part of Bead Workflow

br create "De-slopify README.md" -t docs -p 3
br create "De-slopify API documentation" -t docs -p 3

As Final Pass Before Commit

Now, before we commit, please read through README.md and look for any telltale signs of "AI slop" style writing...

What NOT to Fix

Some things are fine even if they seem "AI-like":

  • Technical accuracy — Don't sacrifice correctness for style
  • Necessary structure — Headers, lists, etc. are fine
  • Clear explanations — Being thorough isn't slop
  • Code examples — Focus on prose, not code

Complete Prompt Reference

Main De-Slopify Prompt

I want you to read through the complete text carefully and look for any telltale signs of "AI slop" style writing; one big tell is the use of emdash. You should try to replace this with a semicolon, a comma, or just recast the sentence accordingly so it sounds good while avoiding emdash.

Also, you want to avoid certain telltale writing tropes, like sentences of the form "It's not [just] XYZ, it's ABC" or "Here's why" or "Here's why it matters:".  Basically, anything that sounds like the kind of thing an LLM would write disproportionately more commonly that a human writer and which sounds inauthentic/cringe.

And you can't do this sort of thing using regex or a script, you MUST manually read each line of the text and revise it manually in a systematic, methodical, diligent way. Use ultrathink.

Quick Version (for minor touch-ups)

Review this text and remove any AI slop patterns: excessive emdashes, "Here's why" constructions, "It's not X, it's Y" formulas, and other LLM writing tells. Recast sentences to sound more naturally human. Use ultrathink.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.07%
按下载量换算187

Gemini CLI

22.32%
按下载量换算139

Antigravity

18.11%
按下载量换算112

OpenCode

12.1%
按下载量换算75

Codex

7.83%
按下载量换算49

Cursor

4.12%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills