Use this skill when the user wants to remove unused CSS from stylesheets by analyzing the actual HTML or templates used in their project.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-ee3a3f50)More formats (shields.io, HTML) on the badges page.
---
name: uncss
description: Use this skill when the user wants to remove unused CSS from stylesheets by analyzing the actual HTML or templates used in their project.
---
# UnCSS Plugin
UnCSS removes unused CSS rules by scanning HTML/JS templates against stylesheets.
## Usage Examples
- "remove unused CSS from styles.css based on index.html"
- "purge unused CSS across multiple HTML pages"
- "generate a lean CSS file for production"
- "analyze CSS coverage across templates"
## Installation
```bash
npm install -g uncss
```
## Key Features
- Unused CSS rule removal
- HTML/JS template scanning
- Multiple page/file support
- PhantomJS and Puppeteer backends
- CSS file size reduction
- Production-ready lean CSS generation
- Media query preservation
- Ignored selector configuration
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!