Agent Skills: CSS coding standards

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

UncategorizedID: ScotterMonk/AgentAutoFlow/coding-css

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ScotterMonk/AgentAutoFlow/tree/HEAD/.kilocode/skills/coding-css

Skill Files

Browse the full folder contents for coding-css.

Download Skill

Loading file tree…

.kilocode/skills/coding-css/SKILL.md

Skill Metadata

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.