| name | coding-css |
| description | 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). |
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.