everything-claude-code-conventions

Document JavaScript coding standards, commit messages, and testing patterns for the everything-claude-code repo.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vinitgirdhar/GRID_ --skill everything-claude-code-conventions-vinitgirdhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code-conventions
Source: https://github.com/vinitgirdhar/GRID_/tree/main/.agent/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/vinitgirdhar/GRID_ --skill everything-claude-code-conventions-vinitgirdhar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and enforces coding standards, commit patterns, and architectural practices for the everything-claude-code JavaScript project, reducing confusion and onboarding time.

Core Features & Use Cases

  • Coding conventions: standardizes file naming, module organization, and style across the codebase.
  • Commit and workflow guidelines: prescribes conventional commit messages and integration with existing CI/tests.
  • Onboarding and maintenance: provides a clear reference for new contributors and ensures ongoing consistency during feature work.

Quick Start

Review the conventions and start coding by following the documented commit and project patterns.

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 standardize JavaScript coding conventions for file naming and module organization?

Conventional commits provide a structured commit message format like feat, fix, or chore, ensuring clear project history. This skill prescribes conventional commit message guidelines for JavaScript projects to standardize integration with existing CI and testing workflows.

What are the best practices for defining testing patterns in a JavaScript development workflow?

Defining testing patterns requires establishing clear guidelines for test structure and integration within the development workflow. This skill documents specific testing patterns used during feature work to ensure ongoing consistency and reliability across JavaScript project contributions.

Does this coding conventions skill apply to non-JavaScript projects or other repositories?

This coding conventions skill specifically applies to JavaScript projects within the everything-claude-code repository. It is tailored to guide coding standards, commit messages, and architectural practices for that particular codebase rather than general multi-language environments.

How do I document frontmatter requirements and workflow guidelines for new contributors?

Documenting frontmatter requirements and workflow guidelines provides a clear reference for onboarding new contributors. This skill defines these specific requirements alongside naming conventions to ensure consistency and reduce confusion during feature development and code reviews.