メインコンテンツへスキップ
Y

dsh-plugin-auto-docs

yytbit/dsh-plugin-auto-docs

DeepSeek Harness 向けの自動ドキュメント生成スキル——README、API ドキュメント、変更履歴に対応します。

インストール

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

関連プラグイン