name: unslop description: Use this skill when you need to run the unslop repo, analyze a domain for repetitive AI defaults, generate a reusable skill file, and verify that the output is specific and materially different from the baseline.
unslop
Use this repo to generate a domain-specific profile that removes repetitive AI defaults.
Workflow
- Clone
https://github.com/mshumer/unslopif the repo is not already present. - Enter the repo root and use a Python virtual environment.
- Decide whether the job is
textorvisual. Text: writing, emails, essays, tutorials, copy, code explanations. Visual: websites, landing pages, HTML pages, UI mockups. - 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
Output Review
Check unslop-output/analysis.md and unslop-output/skill.md.
analysis.mdmust be concrete, counted, and specific.skill.mdshould mostly say what to avoid, not prescribe one new stock style.- For visual runs, compare
unslop-output/before-after/before.htmlandunslop-output/before-after/after.html. - The
afterresult should feel meaningfully less generic thanbefore.
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.
Deliverable
Return:
- The generated
skill.md - The main repeated patterns the analysis found
- Any caveats about sample quality, missing screenshots, or weak comparison output