zoahdev/dsh-readme-forge0

dsh-readme-forge

根据 package.json、cordis.patch.yml 和源码布局,为 DeepSeek Harness (dsh) 插件仓库自动生成 README.md。确定性、零运行时依赖。

AI 分析

自动为 DSH 插件项目生成标准规范的 README 说明文档。适合插件开发者快速完善项目文档,减少手动编写格式化信息的工作量。

套件
dsh-readme-forge
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-readme-forge

In-harness usage (agent-callable)

Ask your dsh agent:

给这个插件仓库生成一份 README:readme_forge,目录指向仓库根目录,写入并覆盖。 Generate a README for this plugin repo: readme_forge with dir set, then write: true, overwrite: true.

The tool returns a dsh-readme-forge/v1 result with the proposed content and warnings, and writes the file only when options.write is true.

在 harness 内使用(agent 可调用)

对 agent 说:

给这个插件仓库生成一份 README:readme_forge,目录指向仓库根目录,写入并覆盖。

工具返回 dsh-readme-forge/v1 结果(含生成内容与警告),仅在 options.write 为 true 时写盘。