跳到主要内容

dsh-plugin-auto-docs

已验证

dsh-plugin-auto-docs · v0.1.1 · MIT

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

安装

dsh plugin add dsh-plugin-auto-docs

dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南

源码

标签

说明文档

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