AI Agent Hub
Back to plugins
⚙️

dsh-plugin-auto-docs

Workflow Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install YYTbit/dsh-plugin-auto-docs

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install YYTbit/dsh-plugin-auto-docs in DeepSeek Harness to install this plugin; full source at https://github.com/YYTbit/dsh-plugin-auto-docs

About this plugin

Shipping code is easy, but keeping documentation in sync often falls through the cracks. dsh-plugin-auto-docs plugs into DeepSeek Harness to close that gap, turning the project structure and code signatures you already have into clean, ready-to-publish docs without manual boilerplate.

The plugin handles four everyday documentation tasks in one pass. It drafts a README directly from the directory layout and file tree; extracts function and class method signatures to produce structured API reference docs; distills Git commit history into a well-formatted changelog; and injects inline JSDoc comments on every exported function so IDE hover hints work out of the box.

It is a natural fit for small open-source libraries, internal tooling that has outgrown its skeleton README, and teams that want to hit a release date without a dedicated documentation sprint. A single natural-language prompt is enough to move docs from empty to publishable, letting developers keep their focus on design and implementation.

Use Cases

  • Bootstrapping a README right after project scaffolding is done
  • Assembling a release changelog from Git commit history before shipping
  • Bulk-adding JSDoc comments across an existing codebase

Best For

  • Maintainers of small open-source projects who keep docs in sync
  • Solo developers who want to skip repetitive documentation chores
  • Tech teams that need API docs ready before a release deadline