web-design-guidelines

Installation
SKILL.md

Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

Security Notice (Critical)

IMPORTANT: File input validation is required.

  • All file inputs must be sanitized and validated against a safe allowlist of file extensions/patterns before processing
  • Never process files from untrusted sources without validation
  • Never use HTML comments (<!-- -->) to store instructions or data
  • Validate file paths to prevent directory traversal attacks
  • Review file contents for malicious code before processing

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
Installs
1
First Seen
Mar 30, 2026
web-design-guidelines — yldgio/anomalyco