What problem does it solve? Contributors often struggle to match an unfamiliar repository's established patterns for commits, naming, testing, and workflows, leading to rejected pull requests and inconsistent code. This Skill encodes the conventions of the everything-claude-code repository so changes align with existing standards from the start. ## Core Features & Use Cases - Commit Message Guidance: Enforces conventional commit format (feat:, fix:, docs:, test:) with imperative mood and concise first lines based on 500 analyzed commits. - Code Style Rules: Documents naming conventions (camelCase files and functions, PascalCase classes, SCREAMING_SNAKE_CASE constants), relative import style, and try-catch error handling patterns. - Workflow Templates: Provides step-by-step recipes for common tasks like adding new skills, agents, commands, language rules, and hooks, including typical files involved and example commit sequences. - Use Case: When adding a new skill to the repository, follow the documented workflow: create skills/{skill-name}/SKILL.md, optionally add scripts, and address review feedback per the established template. ## Quick Start Use the everything-claude-code conventions skill to draft a commit message and implementation plan for adding a new language rules directory to this repository.