Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

002 Agents Inventory (Java)

Generates an INVENTORY-AGENTS-JAVA.md checklist by following the bundled agents-inventory template exactly.

Dev & CodingBeginner43490AI score 7/10Last updated: Aug 28, 2026

What it does

  • Reads the bundled reference template (references/002-agents-inventory.md) and produces a checklist that preserves its wording, headings and table rows verbatim.
  • Writes INVENTORY-AGENTS-JAVA.md into the project root.
  • Validates template fidelity afterwards (no extra or missing agent rows).
  • Includes explicit stop-and-ask rules for ambiguous goals, missing files/tools, or conflicts with project constraints.

Who it's for

  • Java developers using the Plinth Toolkit who need agent roles documented.
  • Tech leads who require identically formatted deliverables every time.
  • Anyone who wants deterministic doc generation instead of the model improvising sections.

Usage examples

  1. "Create the embedded agents inventory checklist" → generates INVENTORY-AGENTS-JAVA.md.
  2. "Use @002-agents-inventory to list generated agent roles for Java development."
  3. Regenerate an outdated inventory from the latest template and verify no rows were dropped.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/jabrena/plinth/HEAD/skills/002-agents-inventory/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/002-agents-inventory folder from the GitHub repo jabrena/plinth into my ~/.claude/skills/002-agents-inventory/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/jabrena/plinth.git && mkdir -p ~/.claude/skills && cp -r plinth/skills/002-agents-inventory ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repository: git clone https://github.com/jabrena/plinth.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r plinth/skills/002-agents-inventory ~/.claude/skills/
  5. Confirm references/002-agents-inventory.md came along — the skill cannot run without that template.
  6. Restart Claude Code and invoke it with "@002-agents-inventory".
View source on GitHubLicense: Apache-2.0