coding-standards
✓Enforces consistent coding standards across the codebase including naming conventions, code organization, and documentation requirements. Use when writing new code, reviewing pull requests, or refactoring existing code.
Installation
SKILL.md
Enforces consistent naming conventions, code organization, and documentation across the codebase.
| Java | PascalCase for classes | UserService.java | | Python | snakecase for modules | userservice.py | | TypeScript/JS | kebab-case or camelCase | user-service.ts | | Shell | kebab-case | run-tests.sh |
| validate(dir) | Run all naming convention checks | | checkNamingConventions(dir) | Check file naming | | checkJavaClass(path) | Validate Java class name | | checkPythonModule(path) | Validate Python module name | | checkTypeScriptFile(path) | Validate TS/JS file name |
Enforces consistent coding standards across the codebase including naming conventions, code organization, and documentation requirements. Use when writing new code, reviewing pull requests, or refactoring existing code. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards- Source
- bitsoex/bitso-java
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is coding-standards?
Enforces consistent coding standards across the codebase including naming conventions, code organization, and documentation requirements. Use when writing new code, reviewing pull requests, or refactoring existing code. Source: bitsoex/bitso-java.
How do I install coding-standards?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01