JohnXu22786/docgen0

dsh-docgen

docgen — document workshop skill pack: pure-prompt Agent Skills for README generation, PR descriptions, changelogs and code review, installable into dsh (DeepSeek Harness).

AI 분석

核心用途是提供纯提示词驱动的文档与审查技能,自动根据用户需求生成结构化 Markdown。适合需要自动化编写项目文档、PR 说明和代码评审的开发者。

패키지
dsh-docgen
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/docgen

Usage

  • Triggering: describe the need naturally in your prompt (see the "When to use" column of the skill table); you don't need to remember skill names. The harness routes automatically based on description / whenToUse.
  • Style options: each skill supports three overridable dimensions — language (defaults to the language of the prompt), length (concise/standard/detailed or full), and tone/depth. Just append them in natural language: length=concise, focus=security, language=en.
  • Output shape: skills produce markdown text directly; README/changelog-type skills give complete content you can save to a file as-is, while PR/review-type skills give structured descriptions or opinion lists.
  • Example prompts: see examples/prompts.md.