unslop
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseunslop
unslop
Use this repo to generate a domain-specific profile that removes repetitive AI defaults.
使用本代码仓库生成特定领域的配置文件,以消除重复的AI默认生成内容。
Workflow
工作流程
- Clone if the repo is not already present.
https://github.com/mshumer/unslop - Enter the repo root and use a Python virtual environment.
- Decide whether the job is or
text. Text: writing, emails, essays, tutorials, copy, code explanations. Visual: websites, landing pages, HTML pages, UI mockups.visual - Install Playwright only for visual runs:
pip install playwright && playwright install chromium - Run the tool:
python3 unslop.py --domain "<domain>"python3 unslop.py --domain "<domain>" --type visual --count 20 --concurrency 3
- 如果尚未克隆代码仓库,请克隆。
https://github.com/mshumer/unslop - 进入代码仓库根目录,使用Python虚拟环境。
- 确定任务类型为(文本)或
text(视觉): 文本类:写作、邮件、论文、教程、文案、代码解释。 视觉类:网站、着陆页、HTML页面、UI原型。visual - 仅在处理视觉类任务时安装Playwright:
pip install playwright && playwright install chromium - 运行工具:
python3 unslop.py --domain "<domain>"python3 unslop.py --domain "<domain>" --type visual --count 20 --concurrency 3
Output Review
输出审核
Check and .
unslop-output/analysis.mdunslop-output/skill.md- must be concrete, counted, and specific.
analysis.md - should mostly say what to avoid, not prescribe one new stock style.
skill.md - For visual runs, compare and
unslop-output/before-after/before.html.unslop-output/before-after/after.html - The result should feel meaningfully less generic than
after.before
If the analysis is thin or obviously missed repeated patterns, rerun or rewrite the analysis from inside after reviewing the screenshots and sample files directly.
unslop-output查看和文件:
unslop-output/analysis.mdunslop-output/skill.md- 必须内容具体、有量化统计且细节明确。
analysis.md - 应主要说明需要避免的内容,而非指定一种新的固定风格。
skill.md - 对于视觉类任务,对比和
unslop-output/before-after/before.html文件。unslop-output/before-after/after.html - 处理后的结果应相比
after明显减少通用化(同质化)问题。before
如果分析内容单薄,或明显遗漏了重复出现的模式,可在直接查看截图和样本文件后,重新运行工具或在目录下重写分析内容。
unslop-outputDeliverable
交付成果
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 - 分析发现的主要重复模式
- 关于样本质量、缺失截图或对比效果不佳的注意事项