unslop
Installation
SKILL.md
Unslop
Overview
Eliminate low-signal artifacts from AI-generated code while preserving behavior and intent.
Workflow
-
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).
-
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
More from hugorcd/skills
create-pr-commit
Generate branch names, conventional commit messages, and PR titles from real project conventions. Use when asked to propose commit/PR text (especially /create-commit or /create-pr) while validating types/scopes against repo standards.
6setup-for-oss
Review and bootstrap open-source repo health (OSS) by auditing or scaffolding README, CONTRIBUTING, CODE_OF_CONDUCT, LICENSE, SECURITY, GitHub templates, CI workflows, Renovate, publishing (pkg-pr-new + npm Trusted Publishing), linting/formatting, Changesets, and automation. Use when asked to review OSS setup, check OSS health, or set up/add OSS files and workflows.
5