Css Pro Tips banner
PyModel PyModel

Css Pro Tips

AI community

Description

Baseline-aware modern CSS skill for AI coding agents. One SKILL.md for Claude Code, Codex, Cursor, Pi, OpenCode, and Kiro.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

If your coding assistant struggles with CSS, this is exactly why we created this skill.

CSS Pro-Tips gives your agent the CSS superpowers it needs: a clear policy for tokens, cascade control, static CSS, component-first layouts, accessibility, performance, and fallbacks that actually work.

CSS Pro-Tips: policy-driven CSS guidance for AI coding agents

npm version npm downloads visitors MIT license

Install | What your agent gets | Use it | Maintain it

Install

npm install css-pro-tips

Or add the repository through skills.sh:

npx skills add PyModel/css-pro-tips

Both paths give you the same installed artifact: one `SKILL.md` file. Copy it into the skill directory used by your agent. For Claude Code:

mkdir -p ~/.claude/skills/css-protips
cp node_modules/css-pro-tips/SKILL.md ~/.claude/skills/css-protips/

To update, run `npm update css-pro-tips` and copy the file again. On macOS or Linux, a symlink keeps the local skill pointed at the installed package:

ln -sf "$(pwd)/node_modules/css-pro-tips/SKILL.md" ~/.claude/skills/css-protips/SKILL.md

What your agent gets

The skill starts with