AI Agent Hub
Back to plugins
🖥️

dsh-rules

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install rj-jiangyichen/dsh-rules

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

To install the dsh-rules plugin in DeepSeek Harness, run the installation command in your terminal: `dsh plugin install rj-jiangyichen/dsh-rules`. The open-source repository is located at https://github.com/rj-jiangyichen/dsh-rules.

About this plugin

When using DeepSeek Harness for development, defining exclusive prompt instructions for different projects or specific files can be tricky. Traditional single CLAUDE.md files tend to become bloated and difficult to maintain, making it hard to dynamically adjust an Agent's behavior based on specific file contexts. The dsh-rules plugin addresses this pain point by introducing a path-matching mechanism similar to Claude Code, allowing you to easily manage context-specific instructions.

Use Cases

  • Adding specific code style guides for large projects
  • Customizing different development strategies for different modules
  • Simulating Claude Code's rule file management experience

Best For

  • DeepSeek Harness power users
  • Developers needing fine-grained control over AI behavior
  • Users accustomed to Claude Code's rule files