AI Agent Hub
Back to plugins
⚙️

dsh-markdown-lint

Workflow Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-markdown-lint

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

Install the dsh-markdown-lint plugin (https://github.com/uckkk/dsh-markdown-lint) by running dsh plugin install uckkk/dsh-markdown-lint and adding the plugin name to dsh.profile.bundles in your profile.

About this plugin

When generating or editing Markdown inside an agent workflow, formatting slips can sneak through and only surface at render time. dsh-markdown-lint plugs into that gap: invoke the tools it registers directly in your session to lint your Markdown without leaving the workflow.

The entire plugin is written in pure Node.js. At runtime it makes zero network calls and depends on no external services—everything runs locally. That makes it a fit for offline environments, CI pipelines, and restricted-network setups alike, with no extra runtime overhead.

If you regularly produce Markdown docs, tutorials, or API references inside dsh workflows and want a low-cost way to catch formatting issues before they ship, this zero-network, single-package linter is worth a try. MIT-licensed; review the source and drop it into your bundle with confidence.

Use Cases

  • Lint generated Markdown in an agent workflow before committing
  • Validate .md files in offline or restricted-network environments
  • Add a pure-local Markdown lint step to a CI pipeline

Best For

  • Developers who frequently generate Markdown in dsh workflows
  • Teams that need format checks in network-restricted environments
  • Anyone who wants to catch doc formatting issues pre-commit with minimal dependencies