explainx.ainewsletter3.5k
trending🔥pathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/deslop
skill tag

deslop▌

4 indexed skills · max 10 per page

skills (4)

deslop

cursor/plugins · Productivity

140

Remove AI code slop \n Check the diff against main and remove AI-generated slop introduced in the branch. \n Focus Areas \n \n Extra comments that are unnecessary or inconsistent with local style \n Defensive checks or try/catch blocks that are abnormal for trusted code paths \n Casts to any used only to bypass type issues \n Deeply nested code that should be simplified with early returns \n Other patterns inconsistent with the file and surrounding codebase \n \n Guardrails \n \n Keep behavior u

deslop

davila7/claude-code-templates · Productivity

0

Remove AI Code Slop \n Check the diff against main and remove all AI-generated slop introduced in this branch. \n What to Remove \n \n Extra comments that a human wouldn't add or are inconsistent with the rest of the file \n Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted/validated codepaths) \n Casts to any to get around type issues \n Inline imports in Python (move to top of file with other imports) \n Any other style

deslop

brianlovin/claude-config · Productivity

0

Clean up AI-generated code bloat by removing unnecessary comments, defensive checks, and style inconsistencies from your branch. \n \n Analyzes diffs against main to identify and remove extra comments, defensive try/catch blocks, and type-safety workarounds that deviate from codebase patterns \n Focuses on changes introduced by AI, preserving intentional human code and existing file conventions \n Provides a concise summary of modifications made, keeping feedback to 1–3 sentences \n

deslop

brianlovin/agent-config · Productivity

0

Remove AI code slop \n Check the diff against main, and remove all AI generated slop introduced in this branch. \n This includes: \n \n Extra comments that a human wouldn't add or is inconsistent with the rest of the file \n Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) \n Casts to any to get around type issues \n Any other style that is inconsistent with the file \n \n Report at the end with onl