Modern web development has rules for safety and quality. These rules are called best practices. They cover security, browser compatibility, and code quality. This skill helps you apply these rules to your projects.
You can check for HTTPS everywhere and set up a Content Security Policy. It also includes Trusted Types to prevent common web attacks. Subresource Integrity keeps third-party scripts safe. All these steps make your website more secure.
Use this skill for code reviews or when you want to modernize existing code. It helps teams follow the same high standards. Your website will be safer and work better for everyone.
Global
mkdir -p ~/.claude/skills/best-practicesProject
mkdir -p .claude/skills/best-practicesSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues