dsh-skills-manager-plugin
Run the following command in DeepSeek Harness:
dsh plugin install Wisdoverse/dsh-skills-manager-plugin
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Wisdoverse/dsh-skills-manager-plugin in the DeepSeek Harness terminal to install the plugin; the full source repository is at https://github.com/Wisdoverse/dsh-skills-manager-plugin .
About this plugin
The built-in DSH skill tool asks the model to notice a short summary and decide on its own whether to load the full skill. In practice, useful skills are frequently missed, skill files cannot declare lifecycle behavior, and locally scattered skill directories are hard to keep in sync. dsh-skills-manager closes those gaps: before every agent step it scores available skills across three tiers, auto-injecting full content for strong matches and surfacing lightweight reminders for weaker ones, so capabilities activate at the moment they are actually needed.
Three capability layers stand out. The proactive matching engine stores activation markers in conversation history to prevent duplicate injection and allows automatic re-loading after context compaction. The skill-level hook orchestration maps UserPromptSubmit, PreToolUse, PostToolUse, and SessionStart declarations onto DSH host events with allow, deny, or ask tool policies, and hooks never run through a shell. GitHub-driven skill management supports shallow cloning, automatic SKILL.md discovery, authoritative sync, and commit-change reporting, while project-scope skill roots take priority over user-level ones so configurations never leak across workspaces.
Built for developers and teams who have accumulated a growing set of SKILL.md files in DeepSeek Harness and want skills to activate proactively, stay version-managed, and carry declarative lifecycle behavior without modifying DSH core.
Use Cases
- Auto-activating skills at the right moment in a DSH setup with many SKILL.md files
- Installing, updating, and uninstalling skill sources from GitHub with consistent versioning
- Isolating project-scope skills from user-scope skills across multiple workspace configurations
Best For
- DSH users with a growing SKILL.md library who want skills to activate proactively rather than waiting for the model to notice
- Developers who need declarative lifecycle hooks and tool policies attached to their skills
- Teams that manage skill configurations across multiple workspaces and want provenance and version traceability
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.