Skip to main content

de-slopify

Remove telltale AI-writing patterns from README, docs, and user-facing text. Must be done line-by-line, manually. No regex. Use after agents write any user-visible prose.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/Forge-Agentic-Coding-CLI
ソースの最終更新活動
2026年4月21日 20:38
検出された SKILL.md の言語
英語
スター
23
フォーク
9

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
de-slopify
description
Remove telltale AI-writing patterns from README, docs, and user-facing text. Must be done line-by-line, manually. No regex. Use after agents write any user-visible prose.
# /de-slopify AI writing has tells. Emdashes. "It's not just X, it's Y." "Here's why." Forced enthusiasm. Pseudo-profound openers. These patterns signal "LLM wrote this" to readers and erode trust in the project. ## Prompt Use the verbatim prompt at `.flywheel/prompts/de-slopify.md`. ## Hard rule **No regex. No script.** Read each line. Revise each line deliberately. Attempts to automate this pass fail, because the fixes are context-dependent. ## When to run - After an agent writes or substantially revises `README.md`. - After any change to user-facing CLI help text, error messages, or the onboarding walkthrough. - After generating release notes or `CHANGELOG.md` entries. ## What to preserve Technical specifics, command names, exact flag names, actual counts (tests, providers, tools). Strip tone tics, not information.
GitHubで見る