Coding standards help teams write clean and consistent code. This skill gives an AI agent a library of standards and checklists. It covers many programming languages like Python, Go, and TypeScript. It also has special checklists for risky areas like SQL safety and race conditions.
Other skills load these standards on demand based on the file type they are working on. This makes sure code follows the right rules for each language. It also helps catch common mistakes in high risk code patterns.
The skill is not used on its own. It works behind the scenes to support code review, implementation, and planning tasks. Teams can depend on it to keep their codebase safe and consistent.
Global
mkdir -p ~/.claude/skills/standardsProject
mkdir -p .claude/skills/standardsSource 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