Cursor-rules-java 001-skills-inventory
Use when you need to generate a checklist document with Java system prompts, following the embedded template exactly and producing INVENTORY-SKILLS-JAVA.md in the project root. Part of the skills-for-java project
install
source · Clone the upstream repo
git clone https://github.com/jabrena/cursor-rules-java
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jabrena/cursor-rules-java "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/001-skills-inventory" ~/.claude/skills/jabrena-cursor-rules-java-001-skills-inventory && rm -rf "$T"
manifest:
skills/001-skills-inventory/SKILL.mdsource content
Create a Checklist with all Java steps to use with system prompts for Java
Create a comprehensive step-by-step checklist document for Java system prompts by following the embedded template exactly.
What is covered in this Skill?
- Exact-template checklist generation
- Output file creation as
INVENTORY-SKILLS-JAVA.md - Strict adherence to listed steps and cursor rules
Constraints
Follow the template exactly without adding or removing steps, sections, or rules.
- DO NOT create additional steps beyond what the template defines
- DO NOT add cursor rules not explicitly listed in the template
- ONLY use exact wording and structure from the embedded template
When to use this skill
- Create Java system prompts checklist
- Generate INVENTORY-SKILLS-JAVA.md
- Use @001-skills-inventory
Reference
For detailed guidance, examples, and constraints, see references/001-skills-inventory.md.