Use when adding new error messages to React, or seeing "unknown error code" warnings.
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.
- Use
varinstead of explicit types likeString,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:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.