001 commands inventory
Plinth is an AI-native engineering toolkit for modern Java enterprise SDLC, built around reusable Commands, Agents, Skills, and MCP Servers.
npx -y skills add jabrena/plinth --skill 001-commands-inventoryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing INVENTORY-COMMANDS-JAVA.md in the project root. This should trigger for requests such as Create embedded commands inventory checklist; Generate INVENTORY-COMMANDS-JAVA.md; Use @001-commands-inventory; Inventory embedded Java project commands; List command files bundled for Java agents. Part of Plinth Toolkit
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.7 KB, as published. Nobody here has run it
Create a Checklist with embedded commands inventory for Java
Create a comprehensive checklist document for embedded commands inventory by following the embedded template exactly.
What is covered in this Skill?
- Exact-template checklist generation
- Output file creation as
INVENTORY-COMMANDS-JAVA.md - Strict adherence to listed sections and content
Constraints
Follow the template exactly without adding or removing sections, rows, or command entries.
- DO NOT create additional rows beyond what the template defines
- DO NOT add command entries not explicitly listed in the template
- ONLY use exact wording and structure from the embedded template
- EDGE CASE: If the user goal is ambiguous, stop and ask a clarifying question before editing files or running project-wide commands
- EDGE CASE: If required context, files, credentials, or tools are missing, report the blocker explicitly and ask whether to proceed with setup or fallback guidance
- EDGE CASE: If requested changes conflict with project constraints or safety boundaries, explain the conflict and ask for user confirmation on the preferred trade-off
When to use this skill
- Create embedded commands inventory checklist
- Generate INVENTORY-COMMANDS-JAVA.md
- Use @001-commands-inventory
- Inventory embedded Java project commands
- List command files bundled for Java agents
Workflow
- Read the embedded template
Read references/001-commands-inventory.md and assets/java-commands-inventory-template.md before generating output and use the asset as the authoritative template.
Step constraints:
- Do not use cached or partial template content
- Preserve exact table rows, headings, and structure from the reference
- Generate inventory document
Create INVENTORY-COMMANDS-JAVA.md in the project root using the exact wording and ordering from the reference template.
- Validate template fidelity
Confirm no extra command rows were introduced and all required reference sections are present in the generated file.
Reference
For detailed guidance, examples, and constraints, see references/001-commands-inventory.md.