AI Agent Hub
Back to plugins
⚙️

docgen

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install JohnXu22786/docgen

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

Run dsh plugin install JohnXu22786/docgen inside DeepSeek Harness to install the document skill pack from https://github.com/JohnXu22786/docgen; once activated, all four skills are registered automatically with no extra setup.

About this plugin

In agent-driven workflows, writing READMEs, PR descriptions, changelogs, and code reviews are high-frequency tasks with predictable patterns, yet they remain slow and detail-prone when done by hand. docgen is a pure-prompt skill pack built to take exactly this kind of repetitive documentation work off the developer's plate.

It bundles four core capabilities: readme-forge generates evidence-backed READMEs directly from the codebase; pr-dossier assembles a complete PR description from diffs and commit history; changelog-curator categorizes, merges, and rewrites git history into a polished CHANGELOG; and diff-verdict delivers structured review opinions with a verdict, a graded issue list, and highlights. Every skill is a self-contained single SKILL.md file with zero third-party dependencies and fully offline operation.

It is made for developers running plugin-based agent harnesses such as dsh. Describe what you need in natural language, and the harness routes to the matching skill automatically, following a fixed workflow and output template. No commands to memorize, no extra configuration, no network calls — it simply slots into your existing workflow as a ready-made document workshop.

Use Cases

  • Generate a README, PR description, or CHANGELOG with a single natural-language prompt
  • Produce structured code-review opinions with a verdict and graded issues before merging
  • Turn raw git history into a release-ready CHANGELOG before tagging

Best For

  • Developers running plugin-based agent harnesses such as dsh
  • Solo developers who need frequent documentation and want to cut repetitive toil
  • Tech leads managing PR review and release workflows in small teams