·coding-standards
</>

coding-standards

bitsoex/bitso-java

Erzwingt konsistente Codierungsstandards in der gesamten Codebasis, einschließlich Namenskonventionen, Codeorganisation und Dokumentationsanforderungen. Verwenden Sie es, wenn Sie neuen Code schreiben, Pull-Anfragen überprüfen oder vorhandenen Code umgestalten.

6Installationen·0Trend·@bitsoex

Installation

$npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards

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 |

Erzwingt konsistente Codierungsstandards in der gesamten Codebasis, einschließlich Namenskonventionen, Codeorganisation und Dokumentationsanforderungen. Verwenden Sie es, wenn Sie neuen Code schreiben, Pull-Anfragen überprüfen oder vorhandenen Code umgestalten. Quelle: bitsoex/bitso-java.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist coding-standards?

Erzwingt konsistente Codierungsstandards in der gesamten Codebasis, einschließlich Namenskonventionen, Codeorganisation und Dokumentationsanforderungen. Verwenden Sie es, wenn Sie neuen Code schreiben, Pull-Anfragen überprüfen oder vorhandenen Code umgestalten. Quelle: bitsoex/bitso-java.

Wie installiere ich coding-standards?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/bitsoex/bitso-java