AgentStack
SKILL verified MIT Self-run

Css Core

skill-caraya-agent-skills-css-core · by caraya

Core CSS guidance for architecture, tokens, responsive patterns, and accessibility.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-caraya-agent-skills-css-core

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Css Core? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CSS Core

Purpose: provide pragmatic, production-ready CSS guidance covering architecture, design tokens, responsive layout patterns, and accessibility-first color usage.

Color guidance:

  • Default color space: OKLCH for perceptual uniformity when creating palettes, scales, and gradients.
  • For any non-trivial color decisions (accessibility thresholds, palette harmonies, conversions), consult the color-expert skill first; follow its recommendation if it contradicts OKLCH.

Architecture:

  • Prefer design tokens (CSS custom properties or JSON token files) for color, spacing, type, and radii.
  • Use logical properties and container queries where appropriate; keep layout and visual tokens separate from components.
  • Pattern examples: component-driven tokens → atomic components → composed pages. Prefer predictable specificity (avoid deep selector chains).

Best practices:

  • Use semantic tokens (--color-text, --bg-surface, --accent) rather than raw hex in components.
  • Prefer system fonts where performance matters; bundle web fonts asynchronously.
  • Respect prefers-reduced-motion and prefers-contrast.

Accessibility:

  • Design around contrast using APCA or WCAG as required by project policy; run automated checks during CI.
  • Do not rely on color alone to convey meaning; pair with icons, labels, or patterns.

When to call other skills:

  • For color generation/analysis: color-expert.
  • For accessibility audits: ui-accessibility skill.

This SKILL focuses on high-level decision-making rather than low-level syntax examples.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.