002 Agents Inventory (Java)
Generates an INVENTORY-AGENTS-JAVA.md checklist by following the bundled agents-inventory template exactly.
Dev & CodingBeginner★ 434⑂ 90AI 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.mdinto 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
- "Create the embedded agents inventory checklist" → generates
INVENTORY-AGENTS-JAVA.md. - "Use @002-agents-inventory to list generated agent roles for Java development."
- 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repository:
git clone https://github.com/jabrena/plinth.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r plinth/skills/002-agents-inventory ~/.claude/skills/ - Confirm
references/002-agents-inventory.mdcame along — the skill cannot run without that template. - Restart Claude Code and invoke it with "@002-agents-inventory".
View source on GitHub ↗License: Apache-2.0