by jabrena
A collection of System prompts for Java that help software engineers in their daily programming work & pipelines.
# Add to your Claude Code skills
git clone https://github.com/jabrena/cursor-rules-java╔══════════════════════════════════════════════════════════════╗
║ ┌──────────────────────────────────────────────────────────┐ ║
║ │ Tu feedback es importante para evolucionar este proyecto │ ║
║ │ Your feedback is important to evolve this project │ ║
║ │ 您的反馈对本项目的发展至关重要 │ ║
║ │ https://forms.gle/TpNXENjmu45wuXoi6 │ ║
║ └──────────────────────────────────────────────────────────┘ ║
╚══════════════════════════════════════════════════════════════╝
https://forms.gle/TpNXENjmu45wuXoi6
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work and pipelines.
The available System prompts for Java cover aspects like Build system based on Maven, Design, Coding, Testing, Refactoring & JMH Benchmarking, Performance testing with JMeter, Profiling with Async profiler/OpenJDK tools, Documentation & Diagrams.
The repository was designed to support Cursor, but other tools have evolved and now offer better support for system prompts. The repository runs regular regression tests for IDEs and tools such as , , , , and .
⚠️ Note: Currently, the best environments in which to use this repository are Cursor, Cursor CLI, and Claude Code. If you use JetBrains IntelliJ IDEA, you can combine it with Cursor CLI or Claude Code. Further information is available in the latest review here (Last update: 2025/08/29).
A system prompt is a set of instructions given to an AI model that defines how it should behave, what role it should take on, and what guidelines it should follow when responding to users. Think of it as the "operating manual" that shapes the AI's personality, capabilities, and boundaries.

The repository provides System prompts that can behave interactively or non-interactively, depending on how the user employs them.
Create a UML class diagram with @170-java-documentation without asking questions or Add the Maven Enforcer plugin using the rule @112-java-maven-plugins without asking questionsImprove the pom.xml using the cursor rule @112-java-maven-plugins or `Genera...