tiny-css
Write minimal, efficient CSS by leveraging browser defaults and modern CSS features. Use when writing CSS, creating stylesheets, setting up base styles, or reviewing CSS for unnecessary declarations.
Installation
SKILL.md
Write as little CSS as possible. Leverage browser defaults and modern CSS features instead of overriding everything.
Let the browser handle the base font size, which defaults to 100% (typically 16px). Users can adjust this in their browser settings for accessibility.
Skip declaring color and background-color on the root. Browser defaults work and respect user preferences.
Write minimal, efficient CSS by leveraging browser defaults and modern CSS features. Use when writing CSS, creating stylesheets, setting up base styles, or reviewing CSS for unnecessary declarations. Source: mikemai2awesome/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mikemai2awesome/agent-skills --skill tiny-css- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tiny-css?
Write minimal, efficient CSS by leveraging browser defaults and modern CSS features. Use when writing CSS, creating stylesheets, setting up base styles, or reviewing CSS for unnecessary declarations. Source: mikemai2awesome/agent-skills.
How do I install tiny-css?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mikemai2awesome/agent-skills --skill tiny-css Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mikemai2awesome/agent-skills
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01