dsh-mixxed/dsh-client-ui-settings-skills

dsh-mixxed★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

A customized DeepSeek Harness skill setting UI plugin.

README 摘要

ui-settings-skills A dsh plugin that adds a Skill management page to Web Settings, organized by workspace. Built as a fully out-of-tree plugin — the deepseek-harness source stays untouched. It registers a settings.section slot (the page appears in Settings → 技能 / Skills ) and serves its skill catalog over its own HTTP route ( ctx.webServer ). Install 1. Install the plugin from npm (published as @dsh-mixxed/dsh-client-ui-settings-skills ): The package declares dsh.bundle (its bundled cordis.patch.yml ), so dsh plugin add automatically appends it to the profile's dsh.profile.bundles layer stack and the plugin mounts on the next boot — no manual cordis.patch.yml editing . Upgrading an install that predates the bundle declaration: remove the legacy ui-settings-skills row from $DSH HOME/profiles/ /cordis.patch.yml — the bundle layer now supplies it, and leaving both would mount the id twice. 2. Restart the profile (new plugins are discovered at boot), then open Settings → 技能 / Skills . Building from source (development / offline) Features - One tab per workspace, with global and user-level skills folded into every workspace view - Manages only user-level skills ( /.agents/skills ) and p…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-plugindsh-plugins

分类