everything-claude-code-conventions

Standardize JavaScript contributions with commit conventions, naming rules, and testing patterns.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/sumeetonline90/fitup_all --skill everything-claude-code-conventions-sumeetonline90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code-conventions
Source: https://github.com/sumeetonline90/fitup_all/tree/main/.cursor/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/sumeetonline90/fitup_all --skill everything-claude-code-conventions-sumeetonline90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent development practices when contributing to the everything-claude-code JavaScript repository, ensuring all code, commits, and contributions align with the project's established patterns and standards.

Core Features & Use Cases

  • Commit Convention Enforcement: Guides use of conventional commit prefixes (feat, fix, docs, test) and message formatting that matches the project's analyzed commit history.
  • Code Style Alignment: Defines JavaScript naming conventions (camelCase for files and functions, PascalCase for classes, SCREAMING_SNAKE_CASE for constants), relative import rules, and mixed export patterns.
  • Workflow Standardization: Outlines step-by-step processes for common project tasks like adding new skills, agents, commands, and language rules to match existing patterns.
  • Use Case: When submitting a pull request to the everything-claude-code repository, use this Skill to avoid convention-related review feedback and speed up merge times.

Quick Start

Use the everything-claude-code-conventions skill to format your next commit message for a new feature addition following the project's conventional commit rules.

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 format conventional commits for a JavaScript repository?

Conventional commits require prefixes like feat, fix, docs, or test to categorize changes. This standardizes commit history and aligns new contributions with the project's established formatting patterns.

What is the correct code style for JavaScript functions and constants?

JavaScript code style dictates camelCase for files and functions, PascalCase for classes, and SCREAMING_SNAKE_CASE for constants. Following these naming conventions ensures consistency across the codebase.

What are the workflow standards for adding new skills or commands to a repo?

Workflow standards for adding new skills or commands involve step-by-step processes that match existing project patterns. This includes adhering to relative import syntax and mixed export patterns during development.

What testing patterns are required for JavaScript contribution guidelines?

JavaScript contribution guidelines require a test coverage of 80% or higher. Adhering to these testing patterns ensures new code meets the project's quality standards before pull request review.

How do I use relative import syntax in JavaScript?

Relative import syntax in JavaScript specifies module paths relative to the current file. Enforcing this import rule standardizes dependency management and aligns with existing repository conventions.

When do I need contribution guidelines for a JavaScript repository?

You need contribution guidelines when submitting a pull request to avoid convention-related review feedback. Applying these standardized workflows speeds up merge times by ensuring code style and commits align.