# Coding CSS

> When css being written or edited. Load with read_file on .kilocode/skills/coding-css/SKILL.md (ignore the absolute path in the location tag).

- Skill: `scottermonk/coding-css` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add scottermonk/coding-css`
- Raw SKILL.md: https://api.skillmd.com/api/skills/scottermonk/coding-css/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: ScotterMonk (https://skillmd.com/u/scottermonk)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/scottermonk/coding-css

---


# CSS coding standards

Read skill-local guidance only when `.kilocode/skills/coding-css/AGENTS.md` is confirmed to exist; otherwise use root `AGENTS.md` for project-specific stylesheet locations and constraints.

## Syntax & Style
**Vertical spacing**: Keep vertical spacing compact (no excessive blank lines).
**Readability**: Prioritize readable code over "clever" one-liners.
**In-line css**: Prefer use of classes from .css files to in-line css, unless explicitely justified.

## Comments
**Preserve comments**:
- Do NOT delete existing, still relevant comments.
- Organize by component/section with clear comments.

