Zum Hauptinhalt springen
Y

dsh-plugin-auto-docs

yytbit/dsh-plugin-auto-docs

Skill zur automatischen Dokumentationsgenerierung für DeepSeek Harness — README, API-Dokumentation, Changelogs

Installation

dsh plugin --profile web add github:yytbit/dsh-plugin-auto-docs

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

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

Ähnliche Plugins