dsh-plugin-auto-docs
其他 活跃维护

dsh-plugin-auto-docs

YYTbit/dsh-plugin-auto-docs

自动文档生成开发插件,可解析项目代码结构与注释信息,自动输出标准化开发文档,无需手动梳理内容,减少文档维护工作量,适配各类开发团队的文档产出需求。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
3 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:YYTbit/dsh-plugin-auto-docs
git clone https://github.com/YYTbit/dsh-plugin-auto-docs.git
git clone git@github.com:YYTbit/dsh-plugin-auto-docs.git
README.md master

dsh-plugin-auto-docs

Auto documentation generation skill for DeepSeek Harness.

What it does

Teaches the agent how to generate documentation:

  • README files from project structure
  • API docs from code signatures
  • Changelogs from git history
  • Inline JSDoc comments

Install

dsh plugin --profile your-profile add 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"

License

MIT -- YYTbit