YYTbit
dsh-plugin-auto-docs
Auto documentation generation skill for DeepSeek Harness
- Stars
- 1
- Language
- TypeScript
- Created
- Aug 13, 2026
- Updated
- Aug 14, 2026
Introduction
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