What problem does it solve? Contributors often struggle to match an unfamiliar repository's established conventions for commits, naming, testing, and workflows, leading to rejected pull requests and inconsistent code. This Skill encodes the everything-claude-code repository's patterns so changes align with project standards from the start. ## Core Features & Use Cases - Commit Convention Guidance: Enforces conventional commit format (feat:, fix:, docs:, test:) with concise imperative messages based on 500 analyzed commits. - Code Style Rules: Documents JavaScript naming conventions (camelCase files and functions, PascalCase classes, SCREAMING_SNAKE_CASE constants), relative imports, and try-catch error handling patterns. - Workflow Templates: Provides step-by-step procedures for common tasks like adding new skills, agents, language rules, hooks, and syncing catalog counts. - Use Case: When adding a new feature to the repository, activate this Skill to follow the established feature development workflow: implement the feature, add tests matching the *.test.js pattern, and write a properly formatted conventional commit message. ## Quick Start Ask the assistant to apply the everything-claude-code conventions when making changes, writing tests, or creating commits in this repository.