Epiphany-Leon/dsh-skill-forge ↗★ 0
dsh-skill-forge
适用于 DSH 的多智能体协同技能锻造系统插件。
AI 分析
核心用途是将对话中的经验提炼、验证并转化为可复用的技能,支持自动触发与迭代。适合需要沉淀和构建 AI 技能库的高级用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Epiphany-Leon/dsh-skill-forge说明文档
阅读完整 README ↗⚙️ Configuration
Adjust settings through the DSH settings UI, or edit the profile cordis.patch.yml directly.
| Option | Type | Default | Description |
|---|---|---|---|
securityLevel | strict / normal / permissive / auto | normal | Security audit strictness |
autoTrigger | boolean | true | Enable automatic forge triggering |
triggerThreshold | number (0.1–0.95) | 0.3 | Confidence threshold for auto-trigger |
maxIterations | number (0–10) | 3 | Maximum forge iteration rounds |
verificationPassThreshold | number (0.5–1.0) | 0.9 | Verification pass threshold |
tokenBudgetRatio | number (0.05–0.3) | 0.1 | Token budget share for skill injection |
injectionMode | all / smart | all | Skill injection mode: full registration or smart dynamic injection |
injectionRelevanceThreshold | number (0–1) | 0.2 | Minimum relevance for smart injection |
enableDreaming | boolean | false | Enable off-peak batch forging |
dreamingSchedule | string | 0 3 * * 0 | Cron schedule for off-peak forging |
customDangerousPatterns | string[] | [] | Custom dangerous pattern list |
workspaceRoot | string | '' | Skill library storage root (uses first DSH workspace if empty) |
Full configuration reference: docs/configuration.md (Chinese).