dsh-llms-forge
从 package.json 和 README 为 DeepSeek Harness (dsh) 插件仓库生成 llms.txt —— 零运行时依赖的 AI 易读发现文件。
AI 分析
自动为插件仓库生成便于 AI 理解的 llms.txt 说明文件。适合插件开发者用于提升自己插件在 AI 辅助开发或检索时的可发现性。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-llms-forge說明文件
閱讀完整 README ↗In-harness usage (agent-callable)
Ask your dsh agent:
给这个插件仓库生成一份 llms.txt:
llms_forge,目录指向仓库根目录,写入并覆盖。 Generate an llms.txt for this plugin repo:llms_forgewithdirset, thenwrite: true, overwrite: true.
The tool returns a dsh-llms-forge/v1 result with the proposed content and warnings, and writes the file only when options.write is true.
在 harness 内使用(agent 可调用)
对 agent 说:
给这个插件仓库生成一份 llms.txt:
llms_forge,目录指向仓库根目录,写入并覆盖。
工具返回 dsh-llms-forge/v1 结果(含生成内容与警告),仅在 options.write 为 true 时写盘。