tttol

java coding guideline

0
0
# Install this skill:
npx skills add tttol/skills --skill "java coding guideline"

Install specific skill from multi-skill repository

# Description

The coding guideline for Java, SpringBoot, JUnit.

# SKILL.md


name: java coding guideline
description: The coding guideline for Java, SpringBoot, JUnit.


  • Usevar instead of explicit types like String, int, etc., when declaring local variables. Type inference is recommended in modern Java.
  • Write Javadoc for methods and classes when you create a new one. If you update existing methods, be sure to update their Javadoc as well.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.