podo/design-agent-skills

baseline-ui

Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS. Ensures UI work meets baseline quality standards before shipping.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill baseline-ui

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code cursor opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,830 B
  • docs SUMMARY.md 225 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 97 installs

SKILL.md

baseline-ui

Catalogue stub — full skill: ibelick/ui-skills

Decision tree

Run this before any baseline UI validation work:

  1. Is the full skill already installed?

Check: ~/.design-agent-skills/skills/baseline-ui/SKILL.md exists AND does NOT contain a das: block. - Yes → invoke baseline-ui and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → run the install command below, then invoke the skill - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

npx skills add ibelick/ui-skills --skill baseline-ui

Or per-agent:

  • Claude Code: claude skills add ibelick/ui-skills
  • Cursor/OpenCode: npx skills add ibelick/ui-skills --skill baseline-ui

Invoke after install

  • Skill name: baseline-ui
  • Trigger phrases: "baseline UI", "animation validation", "typography scale", "Tailwind anti-patterns"

What it does

Validates animation durations against design system standards, enforces typography scale consistency, and checks component accessibility. Prevents common layout anti-patterns in Tailwind CSS to keep UI output consistent and production-ready.