YYTbit/dsh-plugin-auto-docs1

dsh-plugin-auto-docs

适用于 DeepSeek Harness 的自动文档生成技能:README、API 文档、变更日志

AI 分析

核心用途是自动为项目生成 README、API 接口文档、JSDoc 注释以及基于 Git 标签的变更日志。适合需要快速完善项目文档、提升代码可读性的软件开发人员。

包名
dsh-plugin-auto-docs
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-auto-docs

Usage

  • "Write a README for this project"
  • "Generate API docs for src/utils.ts"
  • "Create a changelog from the last tag"
  • "Add JSDoc comments to all exported functions"