feat: install ui skills

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-07 23:17:14 -04:00
parent d002bbc29e
commit c4865a6d20
59 changed files with 10687 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"source": "/tmp/skill-selector-curated-3996165046",
"sourceType": "local",
"localPath": "/tmp/skill-selector-curated-3996165046/web-design-guidelines",
"installedAt": "2026-04-08T03:16:13.046Z"
}

View File

@@ -0,0 +1,41 @@
---
name: web-design-guidelines
description: "Review files for compliance with Web Interface Guidelines."
risk: safe
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
## Guidelines Source
Fetch fresh guidelines before each review:
```
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
```
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
## Usage
When a user provides a file or pattern argument:
1. Fetch guidelines from the source URL above
2. Read the specified files
3. Apply all rules from the fetched guidelines
4. Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.