JeffreySuen-x/dsh-skill-dossier ↗★ 0
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 Analysis
核心用途是管理 AI 技能并自动生成工作汇报。适合需要整理 AI 技能库,并希望将 AI 每日工作内容自动汇总成结构化报告的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JeffreySuen-x/dsh-skill-dossierREADME
Read the full README ↗配置
插件 config 全部有默认值,不配置 = 旧行为。写在 profile 的 cordis.patch.yml 里按 id: skill-dossier 覆盖:
- id: skill-dossier
config:
report:
dataRoot: reporter # 汇报数据根目录
briefDir: brief # 每日简报目录
注意:DSH 的 patch 层是整体替换 config 而不是合并,所以覆盖时请把要改的键写全(未写的键会走代码里的默认值)。