001 Commands Inventory (Java)
Generates a Java commands-inventory checklist (INVENTORY-COMMANDS-JAVA.md) that follows the bundled template exactly.
Dev & CodingBeginner★ 429⑂ 90AI score 7/10Last updated: Aug 24, 2026
What it does
- Reads
references/001-commands-inventory.mdandassets/java-commands-inventory-template.mdas the authoritative template. - Creates
INVENTORY-COMMANDS-JAVA.mdin the project root. - Enforces exact fidelity: no extra table rows, no invented command entries, identical headings and ordering.
- Stops and asks when the goal is ambiguous or when required files, tools, or credentials are missing.
Who it's for
- Java developers using the Plinth Toolkit to track agent command files.
- Teams that need generated docs to match a standard template byte-for-byte.
- Anyone who wants to stop an AI from padding tables with invented rows.
Examples
- "Generate INVENTORY-COMMANDS-JAVA.md" → template-faithful checklist written to the repo root.
- "Use @001-commands-inventory to list the command files bundled for Java agents."
- After generation, run the validation step to confirm no extra rows or missing sections.
· · · 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/001-commands-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/001-commands-inventory folder from the GitHub repo jabrena/plinth into my ~/.claude/skills/001-commands-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/001-commands-inventory ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/jabrena/plinth.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the whole skill folder (references/ and assets/ must come along):
cp -r plinth/skills/001-commands-inventory ~/.claude/skills/ - Verify with
ls ~/.claude/skills/001-commands-inventorythat SKILL.md, references, and assets are present. - Start Claude Code in your Java project root and ask it to "generate INVENTORY-COMMANDS-JAVA.md".
View source on GitHub ↗License: Apache-2.0