·java-standards
</>

java-standards

bitsoex/bitso-java

Java service standards for Bitso projects. Covers tech stack requirements, project organization, code review guidelines, MapStruct usage, and build verification practices. Use when creating new Java services or reviewing existing code.

7Installs·0Trend·@bitsoex

Installation

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

SKILL.md

| Java | 21 (LTS) | Current LTS version | | Gradle | 9.2.1 | Recommended for all projects | | Spring Boot | 3.5.9 | Latest (min 3.5.9) - preparing for Spring Boot 4 | | Database Access | jOOQ | For accessing PostgreSQL | | Databases | PostgreSQL, Redis | Primary data stores | | Inter-service Communication | gRPC | Standard protocol |

| Object Mapping | MapStruct | For DTO/domain mapping |

| references/services.md | Tech stack, project structure, dependency management, MapStruct | | references/code-review.md | Java 21 standards, coding style, var keyword usage | | references/build-verification.md | Build commands and verification practices |

Java service standards for Bitso projects. Covers tech stack requirements, project organization, code review guidelines, MapStruct usage, and build verification practices. Use when creating new Java services or reviewing existing code. Source: bitsoex/bitso-java.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bitsoex/bitso-java --skill java-standards
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is java-standards?

Java service standards for Bitso projects. Covers tech stack requirements, project organization, code review guidelines, MapStruct usage, and build verification practices. Use when creating new Java services or reviewing existing code. Source: bitsoex/bitso-java.

How do I install java-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 java-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