everything-claude-code-conventions

Enforce development conventions and conventional commit patterns for everything-claude-code.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill everything-claude-code-conventions-handsomelong922
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code-conventions
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills/everything-claude-code
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill everything-claude-code-conventions-handsomelong922

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes development conventions and commit patterns across everything-claude-code to reduce drift and improve onboarding.

Core Features & Use Cases

  • Conventional Commit Guidance: Defines message prefixes (feat, fix, docs) and scopes for consistency.
  • Coding Style Standards: Outlines file naming, import/export conventions, and naming guidelines for JavaScript.
  • Quality & Testing Practices: Recommends project structure, test placement, and typical workflows for reviews.
  • Use Case: A new contributor follows the conventions to submit clean, review-friendly changes.

Quick Start

Tell Claude to follow the repository's conventions for coding style, structure, testing, and conventional commits when proposing changes.

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 and commit message standards for my project?

You can enforce JavaScript coding conventions and commit message standards by applying predefined rules for file naming, import/export styles, and conventional commit prefixes like feat, fix, and docs to ensure consistent code contributions.

What are conventional commit message formats and when should I use them?

Conventional commit message formats use specific prefixes such as feat, fix, and docs to categorize changes. You should use them to standardize project history, improve code review workflows, and reduce convention drift across JavaScript repositories.

How do I structure my JavaScript project files and tests to follow standard conventions?

To structure JavaScript project files according to standard conventions, follow specific guidelines for file placement, test location, and import/export styles. This ensures clean, review-friendly changes that align with established project standards.

Can I use these coding style standards for code reviews and documentation updates?

Yes, these coding style standards apply directly to code reviews and documentation updates. They define naming rules, structure expectations, and testing practices that ensure contributions remain consistent across the entire repository.

Do I need any external linting dependencies to apply these project standards?

No external linting dependencies are required to apply these project standards. The conventions are enforced directly through prompt instructions to guide naming, structure, testing, and commit messaging without additional component installations.