unslop

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

unslop

unslop

Use this repo to generate a domain-specific profile that removes repetitive AI defaults.
使用本代码仓库生成特定领域的配置文件,以消除重复的AI默认生成内容。

Workflow

工作流程

  1. Clone
    https://github.com/mshumer/unslop
    if the repo is not already present.
  2. Enter the repo root and use a Python virtual environment.
  3. Decide whether the job is
    text
    or
    visual
    . Text: writing, emails, essays, tutorials, copy, code explanations. Visual: websites, landing pages, HTML pages, UI mockups.
  4. Install Playwright only for visual runs:
    pip install playwright && playwright install chromium
  5. Run the tool:
    python3 unslop.py --domain "<domain>"
    python3 unslop.py --domain "<domain>" --type visual --count 20 --concurrency 3
  1. 如果尚未克隆代码仓库,请克隆
    https://github.com/mshumer/unslop
  2. 进入代码仓库根目录,使用Python虚拟环境。
  3. 确定任务类型为
    text
    (文本)或
    visual
    (视觉): 文本类:写作、邮件、论文、教程、文案、代码解释。 视觉类:网站、着陆页、HTML页面、UI原型。
  4. 仅在处理视觉类任务时安装Playwright:
    pip install playwright && playwright install chromium
  5. 运行工具:
    python3 unslop.py --domain "<domain>"
    python3 unslop.py --domain "<domain>" --type visual --count 20 --concurrency 3

Output Review

输出审核

Check
unslop-output/analysis.md
and
unslop-output/skill.md
.
  • analysis.md
    must be concrete, counted, and specific.
  • skill.md
    should mostly say what to avoid, not prescribe one new stock style.
  • For visual runs, compare
    unslop-output/before-after/before.html
    and
    unslop-output/before-after/after.html
    .
  • The
    after
    result should feel meaningfully less generic than
    before
    .
If the analysis is thin or obviously missed repeated patterns, rerun or rewrite the analysis from inside
unslop-output
after reviewing the screenshots and sample files directly.
查看
unslop-output/analysis.md
unslop-output/skill.md
文件:
  • analysis.md
    必须内容具体、有量化统计且细节明确。
  • skill.md
    应主要说明需要避免的内容,而非指定一种新的固定风格。
  • 对于视觉类任务,对比
    unslop-output/before-after/before.html
    unslop-output/before-after/after.html
    文件。
  • 处理后的
    after
    结果应相比
    before
    明显减少通用化(同质化)问题。
如果分析内容单薄,或明显遗漏了重复出现的模式,可在直接查看截图和样本文件后,重新运行工具或在
unslop-output
目录下重写分析内容。

Deliverable

交付成果

Return:
  • The generated
    skill.md
  • The main repeated patterns the analysis found
  • Any caveats about sample quality, missing screenshots, or weak comparison output
返回以下内容:
  • 生成的
    skill.md
    文件
  • 分析发现的主要重复模式
  • 关于样本质量、缺失截图或对比效果不佳的注意事项