Cursor-rules-java 002-agents-inventory

Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing INVENTORY-AGENTS-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/002-agents-inventory" ~/.claude/skills/jabrena-cursor-rules-java-002-agents-inventory && rm -rf "$T"
manifest: skills/002-agents-inventory/SKILL.md
source content

Create a Checklist with embedded agents inventory for Java

Create a comprehensive checklist document for embedded agents inventory by following the embedded template exactly.

What is covered in this Skill?

  • Exact-template checklist generation
  • Output file creation as
    INVENTORY-AGENTS-JAVA.md
  • Strict adherence to listed sections and content

Constraints

Follow the template exactly without adding or removing sections, rows, or details.

  • DO NOT create additional rows beyond what the template defines
  • DO NOT add agent entries not explicitly listed in the template
  • ONLY use exact wording and structure from the embedded template

When to use this skill

  • Create embedded agents inventory checklist
  • Generate INVENTORY-AGENTS-JAVA.md
  • Use @002-agents-inventory

Reference

For detailed guidance, examples, and constraints, see references/002-agents-inventory.md.