Developers working on the everything-claude-code repository can use this skill to learn the project's specific conventions. It covers commit message format, code style, naming rules, and testing patterns. The skill helps maintain consistency across all contributions.
This JavaScript project uses conventional commits with prefixes like feat, fix, and docs. You will find clear guidelines for file naming, function naming, and error handling. The skill also explains how to write unit and integration tests.
By following these patterns, team members can collaborate more smoothly. The skill is built from analyzing hundreds of real commits and the repository's structure. It is a practical reference for anyone adding features or fixing bugs in this project.
Global
mkdir -p ~/.claude/skills/everything-claude-codeProject
mkdir -p .claude/skills/everything-claude-codeSource 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