@zhijianren/dsh-skills-manager
跨工具(Cursor / WorkBuddy / Claude Code 等)的 SKILL.md 技能管理器与 Rules 规则管理器(含远程规则导入),TypeScript 零运行时依赖实现
32 results
跨工具(Cursor / WorkBuddy / Claude Code 等)的 SKILL.md 技能管理器与 Rules 规则管理器(含远程规则导入),TypeScript 零运行时依赖实现
DSH Web UI plugin: a Skills tab next to Chat/Trajectory listing every available skill with a per-skill enable/disable toggle (model-side disable via SKILL.md frontmatter).
把技能当可训练参数:像训练神经网络一样训练 agent 技能(epochs/batchsize/learning rate/验证门禁,但不碰模型权重)——rollout→reflect→aggregate→select→update→evaluate 循环、候选编辑仅在严格改善 held-out 验证分时接受、文本学习率预算、零推理时模型调用、部署紧凑 best_skill.md。受 microsoft/SkillOpt(MIT)启发。
DeepSeek Harness 自动技能策展插件:后台评审子代理定期复盘对话,自动创建/更新 SKILL.md,让智能体在真实使用中持续自我进化,零侵入、不改 dsh 源码。Automatic skill curation for DeepSeek Harness — a background subagent reviews conversations periodically and creates/updates SKILL.md files; zero-intrusion bundle plugin, no dsh source changes.
Drag-and-drop markdown enhancer for DSH / DSH 拖拽增强插件:小文件全文插入草稿,大文件落盘引用,SKILL.md 一键安装到项目/用户技能目录。
dsh-skill-editor: edit skill SKILL.md content (body + name/description) right from the DSH web Settings page. Local skills edit freely; bundled / built-in skills are read-only with a warning.
XingTu 30 production-grade AI agent skills, packaged as a DeepSeek Harness (DSH) skills plugin — token compression, code review, content review, safe refactor, migration, evidence review & more. 30 个生产级 SKILL.md 技能,DSH 一键安装即用。
自适应 GitHub README 撰写与截图技能:先判断目标类型与截图能力——网页走浏览器截图,无网页的控制台/CLI 走终端截屏(System.Drawing / HTML 终端 / termtosvg),能则询问并自动配图,不能则走无截图模板;强调相对路径防丢图。作为 dsh 插件(cordis skill-bundle)安装后由 host 层注册 readme-writer 技能;SKILL.md 含可被插件商城索引的 name/description/keywords/category/version 元数据。