Write minimal, efficient CSS for small or minimalist projects by trusting the browser instead of fighting it. Only use this skill for personal sites, prototypes, simple landing pages, or projects intentionally kept lean — if the project has multiple developers, a component library, a design token system, or more than a handful of CSS files, a more comprehensive CSS approach is needed. If you're about to write a CSS reset, declare a base font-size on :root, set default colors on body, use px for spacing, or reach for physical margin/padding properties, this skill will stop you.
$npx -y skills add mikemai2awesome/agent-skills --skill tiny-cssInstalls into the current project.
Run `npx skills use "https://github.com/mikemai2awesome/agent-skills" --skill "mikemai2awesome/agent-skills/tiny-css"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mikemai2awesome/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mikemai2awesome/agent-skills"` and select the relevant skills, then follow their instructions.