{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/web-design-guidelines",
  "version": "1.0.0",
  "name": "Web Design Guidelines",
  "description": "Review UI code for Web Interface Guidelines compliance. Use when asked to \\\\\"review my UI\\\\\", \\\\\"check accessibility\\\\\", \\\\\"audit design\\\\\", \\\\\"review UX\\\\\", or \\\\\"check my site aga...",
  "system_prompt_fragment": "# Web Interface Guidelines\n\nReview files for compliance with Web Interface Guidelines.\n\n## How It Works\n\n1. Fetch the latest guidelines from the source URL below\n2. Read the specified files (or prompt user for files/pattern)\n3. Check against all rules in the fetched guidelines\n4. Output findings in the terse `file:line` format\n\n## Guidelines Source\n\nFetch fresh guidelines before each review:\n\n```\nhttps://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md\n```\n\nUse WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.\n\n## Usage\n\nWhen a user provides a file or pattern argument:\n1. Fetch guidelines from the source URL above\n2. Read the specified files\n3. Apply all rules from the fetched guidelines\n4. Output findings using the format specified in the guidelines\n\nIf no files specified, ask the user which files to review.\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.",
  "applicable_domains": [
    "frontend"
  ],
  "category": "frontend",
  "invocation": [
    "/web-design-guidelines"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/web-design-guidelines",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/web-design-guidelines",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "frontend"
  ],
  "lifecycle": "draft"
}