jabrena/plinth

001-commands-inventory

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.

First seen Jun 15, 2026

Installation

$ npx skills add jabrena/plinth --skill 001-commands-inventory

Summary

  • 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

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jabrena/plinth · top by installs.

npx skills add jabrena/plinth

Browse all from jabrena/plinth

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 437
License LICENSE
Default branch main
Open issues 22
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.18.0
LicenseApache-2.0
More metadata
author
Juan Antonio Breña Moral
version
0.18.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,787 B
  • docs SUMMARY.md 478 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 138 installs

SKILL.md

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

  1. 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
  1. Generate inventory document

Create INVENTORY-COMMANDS-JAVA.md in the project root using the exact wording and ordering from the reference template.

  1. 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](references/001-commands-inventory.md).