AI Agent Hub
Back to plugins
⚙️

dsh-rules

Workflow Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install mycodesite/dsh-rules

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install mycodesite/dsh-rules in the DeepSeek Harness terminal to install; the source repository is https://github.com/mycodesite/dsh-rules .

About this plugin

When working with an AI assistant, project conventions, code style, and command rules tend to live in repeated verbal prompts. RuleBase (dsh-rules) turns those recurring instructions into Markdown rule files, organized at a global and a project level, and injects them into the system prompt on every conversation so the AI follows your rules without you having to repeat yourself.

The mechanism is intentionally light: rules persist only as .md files and never touch a settings namespace; a file save is picked up by the watcher and applied on the next model request with no restart; the dsh settings panel offers a visual add, edit, delete, and refresh UI with light and dark theme support. Project rules follow the active session working directory, so switching projects swaps the rule set automatically with zero manual effort.

It is well suited for developers juggling multiple projects, teams that need codified code-style or command conventions, and anyone who would rather encode cooperation rules into durable files than restate them in every new chat.

Use Cases

  • Juggling multiple projects with distinct code styles and command conventions, expecting the AI to adapt automatically
  • Standardizing team coding guidelines, naming rules, and prohibited commands so they persist across every conversation
  • Frequently switching projects and wanting the AI to pick up the right rule set without manual reconfiguration

Best For

  • Independent or full-stack developers juggling multiple codebases
  • Tech Leads who want to convert verbal team conventions into persistent, auto-applied rules
  • Any daily user who wants an AI assistant that inherently understands project context without repeated instructions