Стиль и конвенции JavaScript-проекта для Claude Code
documentation
everything-claude-code is a Claude Code skill that teaches the model to follow the coding conventions of the ECC JavaScript project: conventional commits, hybrid module architecture, relative imports, camelCase for functions and files, and PascalCase for classes. It also covers the testing and error-handling patterns established in the ECC ecosystem. The skill installs directly inside Claude Code via `/plugin marketplace add` and `/plugin install ecc@ecc`; the underlying project is MIT-licensed and supports Shell, TypeScript, Python, Go, Java, and more. It is aimed at developers who want Claude to generate code that stays consistent with the everything-claude-code codebase style.
- #javascript
- #conventions
- #git-commits
- #testing
- #code-style