跳过主要内容
返回插件列表
Y

dsh-plugin-auto-docs

yytbit/dsh-plugin-auto-docs

Auto documentation generation skill for DeepSeek Harness -- README, API docs, changelogs

安装

dsh plugin --profile web add github:yytbit/dsh-plugin-auto-docs

README

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

相关插件