npx claudepluginhub ducpm2303/claude-java-plugins --plugin java-coreDefined in hooks/hooks.json
Write|Editecho '[java-core] Java file edited. Reminder: run mvn compile -q or ./gradlew build -q to verify the build still passes.'Write|Editecho '[java-core] Did you add or update tests for this change? Check for a corresponding *Test.java file.'Bashecho '[java-core] After committing, consider running mvn verify or ./gradlew check for a full quality gate.'echo '[java-core] Detecting Java project...' && (cat pom.xml 2>/dev/null | grep -E '<java.version>|<maven.compiler.source>' | head -2 || cat build.gradle 2>/dev/null | grep -E 'sourceCompatibility|JavaVersion' | head -2 || echo '[java-core] No build file found — ask user for Java version if needed.')Runs Python script to inject context on SessionStart (startup/resume/clear). Tracks PostToolUse for Edit/Write/MultiEdit/NotebookEdit/Bash via another Python script. Executes bash, writes files.
Share bugs, ideas, or general feedback.