hexbee/dsh-skill-panel

hexbee★ 1TypeScript最后同步: 2026-08-14

在 GitHub 打开

DSH plugin: manage agent skills in settings | DSH 插件:设置页技能管理面板

README 摘要

dsh-skill-panel 简体中文 A DeepSeek Harness plugin that adds a Skills panel to the settings page for managing and viewing the local skill directories: - Global: /.agents/skills (respects DSH AGENTS HOME ) - Project-level: /.agents/skills for every workspace registered in the harness The panel lists each skill, shows its description, body and directory contents, supports searching across the current scope, removing skills, and opening the directory in the system file manager. Chinese and English copy included. Layout - src/ — TypeScript source. src/index.ts is the host plugin (one loopback-pinned Connection RPC channel /skill-panel ); src/catalog.ts is the pure filesystem catalog (scan/read/remove/open); src/client/ is the browser half (settings section, locales, styles); src/contract.ts is the shared wire contract. - lib/ — committed build artifacts ( lib/index.js , lib/invariant.js , lib/client.js ); the profile resolves main , ./client , and ./invariant from here. - tests/ — node --test suites over the catalog. Build Integration Install into a profile with the bundle route, from a local path: or directly from GitHub: Security - The RPC channel is pinned to loopback ( authority: 'loop…

在 GitHub 查看完整 README →
Agentsagent-skillsdeepseek-harnessdsh-pluginagentsearch

分类