# Csscomb

> Use this skill when the user wants to format CSS consistently and sort properties according to a predefined order.

- Skill: `javimosch/csscomb` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/csscomb`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/csscomb/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/csscomb

---


# csscomb Plugin

csscomb formats and sorts CSS properties.

## Usage Examples

- "sort CSS properties in a file"
- "apply consistent formatting across stylesheets"
- "format with a custom style config"

## Installation

```bash
npm install -g csscomb
```

## Key Features
- CSS property sorting and formatting
- Predefined and custom configurations
- LESS/SCSS/Sass support
- Build tool integration
- Consistent team coding style
- Configurable property order

