🎯

tiny-css

🎯Skill

from mikemai2awesome/agent-skills

VibeIndex|
What it does

tiny-css skill from mikemai2awesome/agent-skills

tiny-css

Installation

Quick InstallInstall with npx
npx skills add mikemai2awesome/agent-skills
πŸ“– Extracted from docs: mikemai2awesome/agent-skills
1
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities.

Skills follow the [Agent Skills](https://agentskills.io/) format.

Available Skills

tiny-a11y

Write minimal, accessible HTML, CSS, and JavaScript. Stop bloating the codebase and let the browser do the work.

Use when:

  • Building web components
  • Writing HTML markup
  • Creating forms
  • Reviewing code for accessibility

tiny-css

Write minimal, efficient CSS by leveraging browser defaults and modern CSS features. Stop resetting everything and let the browser do the work.

Use when:

  • Writing CSS stylesheets
  • Creating base styles or resets
  • Setting up a new project's CSS architecture
  • Reviewing CSS for unnecessary declarations

Installation

```shell

npx skills add mikemai2awesome/agent-skills

```

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

License

MIT