authoring-css
Installation
SKILL.md
CSS authoring
Personal conventions for CSS. Follow this skill whenever the task writes or changes styles — auto-apply from the task; no explicit user load required.
Hard contract
- Apply these conventions on every CSS change (new files, edits, refactors, reviews that produce styles).
- No opt-out for convenience, “generic style”, or habit.
- Consumer project guidelines — before writing, check whether the consumer project already documents guidelines, best practices, style guides, lint/format conventions, or similar for this work:
- None found → apply this skill’s rules.
- Found → do not silently pick. Ask with structured UI (
AskQuestionwhen available; otherwise clear numbered options) which source to follow for this task: this skill, the project guidelines, or a stated mix. Wait for the answer before coding. - Unclear or absent answer and local project rules exist → follow the local project rules for that conflict.
- Force majeure only — skip or bend a rule when:
- the user explicitly overrides it for this task, or
- following it would break the project’s established CSS pattern or fail to build.
When force majeure applies, follow the local project pattern for that conflict only; keep every other rule.