explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
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

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

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

supportprivacytermsdata rightshow we create contentsubmission 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

210

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