everything-claude-code-conventions

Enforce JavaScript development conventions and conventional commit patterns.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/SOLEROM/cldlab --skill everything-claude-code-conventions-solerom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code-conventions
Source: https://github.com/SOLEROM/cldlab/tree/main/ecc/ref_claude/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/SOLEROM/cldlab --skill everything-claude-code-conventions-solerom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill codifies and enforces JavaScript development conventions and conventional commit patterns to ensure consistency across Claude Code projects.

Core Features & Use Cases

  • Standardized file naming, project structure, and coding style guidelines.
  • Conventional commit templates and messaging to streamline review and history.
  • Use Case: Onboarding a new contributor or auditing a repo for consistency.

Quick Start

Apply the established conventions to the next code change to ensure compliant commits and structure.

Frequently Asked Questions about everything-claude-code-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce JavaScript coding conventions across a project?

You enforce JavaScript coding conventions by applying standardized file naming, architecture guidelines, and testing rules to code changes. This ensures consistent project structure and messaging across development workflows.

How do I standardize conventional commit messages for code reviews?

Standardizing conventional commit messages involves using predefined commit templates and messaging guidelines. This streamlines the review process and maintains a consistent project history for contributors.

What are conventional commits and when do I need them in JavaScript projects?

Conventional commits are a standardized formatting rule for commit messages. You need them in JavaScript projects to ensure consistent history, streamline code reviews, and automate changelog generation during onboarding or auditing.

Can I use coding convention rules for onboarding new contributors to a repository?

Yes, you can use coding convention rules for onboarding new contributors. The guidelines expose project structure, naming, and commit formatting standards, ensuring new members follow consistent development practices immediately.

What is the best way to audit a JavaScript repository for code standard consistency?

The best way to audit a JavaScript repository for consistency is checking the codebase against established conventions for naming, architecture, and commit formatting. This identifies structural deviations and standardizes messaging across the project.