dsh-rule-manager
Run the following command in DeepSeek Harness:
dsh plugin install wzz3034026545/dsh-rule-manager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install wzz3034026545/dsh-rule-manager in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/wzz3034026545/dsh-rule-manager .
About this plugin
Managing DSH rules meant juggling ~/.dsh/AGENTS.md for global settings and per-workspace AGENTS.md files for project-specific ones, and early on those lived in two separate plugins—dsh-global-rules and dsh-rule-splitter—each with its own entry in the settings panel. dsh-rule-manager merges both into a single plugin with one "Rule Manager" entry, backed by three tabs for global rules, project rules, and automatic splitting, so the everyday workflow is far less fragmented.
Three capabilities stand out. First, global rule editing reads and writes ~/.dsh/AGENTS.md directly, and changes take effect in every new conversation immediately. Second, project rule editing lets you pick any workspace and modify the AGENTS.md in its root or nested directories. Third, LLM-powered auto-splitting takes a long block of project rules, has the chosen model break it into a concise overview plus on-demand SKILL.md files under .dsh/skills/, and offers both overwrite and merge-keep modes with automatic backup and a preview-before-write step.
It is built for developers who maintain rules across multiple DSH workspaces and want to trim their plugin count while using an LLM to restructure verbose rules. The host side is plain Node ESM and the client side is a hand-rolled bundle, so there is zero build step. Upgrade paths are fully compatible with the two legacy plugins, keeping migration friction to a minimum.
Use Cases
- Edit global and per-workspace rules from a single panel without hopping between plugins
- Auto-split verbose AGENTS.md content into a concise outline and on-demand skill files via LLM
- Upgrade seamlessly from dsh-global-rules and dsh-rule-splitter without duplicate settings entries
Best For
- Developers maintaining AGENTS.md across multiple DSH workspaces daily
- Engineers who want an LLM to restructure long rules into reusable skill files
- DSH users who prefer a lean plugin list with minimal settings entries
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.