web-design-guidelines

Review files for compliance with Web Interface Guidelines.

Content Preview
---
name: web-design-guidelines
description: "Review files for compliance with Web Interface Guidelines."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

## How It Works

1. Fetch the latest guidelines from the source URL below
2. Read the specified files (or prompt user for files/pattern)
3. Check against all rules in the fetched guidelines
4. Output findings in the terse `file:line` format

##
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/web-design-guidelines.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/web-design-guidelines/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/web-design-guidelines/SKILL.md

Related Skills