dsh-markdown-lint
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.