AI Agent Hub
Back to plugins
⚙️

dsh-agent-md

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install mrwoov/dsh-agent-md

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

Run dsh plugin install mrwoov/dsh-agent-md to install this plugin; see https://github.com/mrwoov/dsh-agent-md for details

About this plugin

When you maintain AGENTS.md files across multiple projects, editing them usually means leaving the DSH Web conversation, switching to a terminal or external editor, and risking the wrong file. dsh-agent-md brings that workflow back into the session: an Agent tab sits alongside Conversation and Trace, letting you browse and edit the current project's AGENTS.md in a monospace editor with a live saved / unsaved indicator and one-click disk write. If the file does not exist yet, saving your content creates it automatically.

Switching sessions automatically loads the AGENTS.md that belongs to the corresponding project directory, so parallel work across repos never mixes up files or paths. The plugin is pure JavaScript with no build step and no extra runtime dependencies.

If you manage project-level agent instructions through the DSH Web GUI and want to inspect, tweak, or create AGENTS.md without ever leaving the conversation, this plugin fills exactly that gap.

Use Cases

  • Quickly review agent instructions across multiple open projects
  • Tweak AGENTS.md mid-conversation without leaving the Web GUI
  • Bootstrap a missing AGENTS.md for a new project right inside the session

Best For

  • Developers managing agent instructions for multiple projects via DSH Web GUI
  • AI workflow users who frequently inspect or edit AGENTS.md files
  • Harness users who want to minimize context-switching between the session and an external editor