ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill

web-design-guidelines

Review files for compliance with Web Interface Guidelines.

LLM Mart · 0 points · 15 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download sickn33-agentic-awesome-skills-skills_web-design-guidelines-286166a.zip · 0 KB
Part of sickn33/agentic-awesome-skills — 427 skills
This skill couldn't be refreshed from GitHub on the last check — you're seeing the last imported snapshot.

Install

skills CLI npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/web-design-guidelines
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
Git git clone https://github.com/sickn33/agentic-awesome-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Files (agentic-awesome-skills)
  • SKILL.md 1.5 KB
    ---
    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.
    
    ## Limitations
    - Use this skill only when the task clearly matches the scope described above.
    - Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
    - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related