JeffreySuen-x/dsh-skill-dossier0

dsh-skill-dossier

DSH skill dossier and work report plugin: browse, search, archive, review and delete skills, and roll daily briefs into daily, weekly and monthly reports.

AI 분석

核心用途是管理 AI 技能并自动生成工作汇报。适合需要整理 AI 技能库,并希望将 AI 每日工作内容自动汇总成结构化报告的用户。

패키지
dsh-skill-dossier
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 9. 11.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JeffreySuen-x/dsh-skill-dossier

配置

插件 config 全部有默认值,不配置 = 旧行为。写在 profile 的 cordis.patch.yml 里按 id: skill-dossier 覆盖:

- id: skill-dossier
  config:
    report:
      dataRoot: reporter   # 汇报数据根目录
      briefDir: brief      # 每日简报目录

注意:DSH 的 patch 层是整体替换 config 而不是合并,所以覆盖时请把要改的键写全(未写的键会走代码里的默认值)。