All skills
Skillintermediate

Java Hooks

> This file extends [common/hooks.md](../common/hooks.md) with Java-specific content.

Claude Code Knowledge Pack7/10/2026

Overview

Java Hooks

This file extends common/hooks.md with Java-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • google-java-format: Auto-format .java files after edit
  • checkstyle: Run style checks after editing Java files
  • ./mvnw compile or ./gradlew compileJava: Verify compilation after changes