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

001 Commands Inventory (Java)

Generates a Java commands-inventory checklist (INVENTORY-COMMANDS-JAVA.md) that follows the bundled template exactly.

Dev & CodingBeginner42990AI score 7/10Last updated: Aug 24, 2026

What it does

  • Reads references/001-commands-inventory.md and assets/java-commands-inventory-template.md as the authoritative template.
  • Creates INVENTORY-COMMANDS-JAVA.md in 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

  1. "Generate INVENTORY-COMMANDS-JAVA.md" → template-faithful checklist written to the repo root.
  2. "Use @001-commands-inventory to list the command files bundled for Java agents."
  3. 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)
  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/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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/jabrena/plinth.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the whole skill folder (references/ and assets/ must come along): cp -r plinth/skills/001-commands-inventory ~/.claude/skills/
  5. Verify with ls ~/.claude/skills/001-commands-inventory that SKILL.md, references, and assets are present.
  6. Start Claude Code in your Java project root and ask it to "generate INVENTORY-COMMANDS-JAVA.md".
View source on GitHubLicense: Apache-2.0