luyu020816-droid/skill-dag--plugins-skill-dag-dsh1

skill-dag-dsh

GraSP skill DAG compiler for DeepSeek Harness: compile real session+workspace skills into typed executable DAGs (state/data/order edges) with LLM-inferred predicates (no manual annotation), goal-aware proposing, verification and bounded local repair. Inline SVG in the tool card.

包名
skill-dag-dsh
版本
0.1.0
最近更新
2026年8月30日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luyu020816-droid/skill-dag#7dd55a5e29cc7d3605e3680515ef7fbc6609cc4f&path:plugins/skill-dag-dsh

使用

安装后直接对模型说一句任务,例如:

brainstorm a new feature design then write tests for it

模型会自动调用 grasp_compile_task,把任务编译成技能 DAG,并以可拖拽的 SVG 渲染在工具卡片里:

  • 节点只显示技能名;悬停节点框查看 args / pre / eff 详情
  • 按住画布可拖拽平移
  • 顶部显示 N of M skills kept、路由模式与置信度

可用工具

工具作用
grasp_compile_task自然语言任务 → DAG(推断技能谓词 + 目标 + 提议,零标注)
grasp_compile显式 task/goal/proposal 编译
grasp_verify / grasp_repair节点验证 + 五算子有界局部修复
grasp_retrieve / grasp_record记忆条件化检索 + 记录成功轨迹
grasp_status接线诊断(真实技能/LLM/推断数)