Install
$ agentstack add skill-caraya-agent-skills-css-core ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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-expertskill 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-motionandprefers-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-accessibilityskill.
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.
- Author: caraya
- Source: caraya/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.