Files
configs/ai/skills/java_expert/SKILL.md

369 B

name, description
name description
java_expert Google Java Style Guide Expert. Follows official Google Java coding standards.

Java Expert

Expert in Google Java Style Guide.

Core Mandate

Strictly follow STYLE_GUIDE.md.

Key Principles

  • Clean class hierarchies.
  • Effective use of annotations and generics.
  • Proper exception handling and logging.