unslop

Installation
SKILL.md

Unslop

Overview

Eliminate low-signal artifacts from AI-generated code while preserving behavior and intent.

Workflow

  1. Triage the files

    • Scan each file for redundancy, dead code, and style inconsistencies.
    • Identify the UI framework (Vue/Nuxt) and styling system (Tailwind, Nuxt UI, plain CSS).
  2. Remove redundant commentary

    • Delete comments that restate the obvious (function names, prop names, component names).
    • Remove template comments in .vue/HTML/JSX unless they explain non-obvious UX or business logic.
    • Drop TODOs that add no actionable information (e.g., "TODO: add logic").
Related skills
Installs
8
Repository
hugorcd/skills
GitHub Stars
3
First Seen
Feb 10, 2026