001-commands-inventory

仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

自动化生成项目命令清单,适合 Java 项目维护。

▸ 风险提示

会在仓库根目录写入文件,可能覆盖同名文件。

这个 Skill 做什么

按模板生成嵌入命令清单并输出 INVENTORY-COMMANDS-JAVA.md 到项目根目录。

把 Java 项目中内嵌的命令清单按固定模板整理成一个文档,输出到项目根目录的 INVENTORY-COMMANDS-JAVA.md。当你要把所有命令文件统一记录、交接或做自动化检查时会用到它。该流程同样要求严格遵守模板格式,生成的文档可直接作为团队或 CI 流程的规范资料。

▸ 展开 SKILL.md 英文原文

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

Skill 开发管理清单生成嵌入命令Java通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/001-commands-inventory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/001-commands-inventory/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有