Bundle
dsh-plugin-auto-docs
Auto documentation generation skill for DeepSeek Harness -- README, API docs, changelogs
- Source
- YYTbit
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 5 days ago
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 ```sh 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
Install
dsh plugin --profile web add github:YYTbit/dsh-plugin-auto-docs
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-plugin-auto-docs from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.