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).

ScotterMonk Updated

File contents

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.

ScotterMonk/AgentAutoFlow/tree/main/.kilocode/skills/coding-css commit 90f0a01778

Frequently asked questions

npx skillmds@latest add scottermonk/coding-css