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
- Fetch the latest guidelines from the source URL below
- Read the specified files (or prompt user for files/pattern)
- Check against all rules in the fetched guidelines
- Output findings in the terse
file:lineformat