What problem does it solve?
This Skill eliminates the friction of inconsistent contributions to the everything-claude-code JavaScript repository, where new contributors often unknowingly violate established commit formats, code style rules, and workflow patterns that lead to repeated PR review feedback.
Core Features & Use Cases
- Conventional Commit Enforcement: Provides clear rules for commit prefixes (feat, fix, docs, test), message length, and imperative mood to match the project's analyzed commit history.
- Code Style & Architecture Alignment: Defines JavaScript naming conventions, import/export patterns, and the project's hybrid module organization to ensure new code integrates seamlessly with existing codebases.
- Workflow Standardization: Outlines step-by-step processes for common project tasks including feature development, adding language rules, adding new skills/agents, and syncing catalog counts to reduce review cycles.
- Use Case: When submitting a PR to add a new feature to the everything-claude-code repo, use this Skill to verify your commit messages, code style, and test coverage meet the project's requirements before opening the pull request.
Quick Start
Use the everything-claude-code-conventions skill to format your next commit to the everything-claude-code repository according to the project's conventional commit rules and code style guidelines.