dsh-sql-format
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-sql-format
Paste the following prompt into your AI chat to install this plugin:
Install in DeepSeek Harness by running dsh plugin install uckkk/dsh-sql-format; the full source is available at https://github.com/uckkk/dsh-sql-format
About this plugin
In AI-assisted coding sessions, SQL statements are often dumped as a single unwieldy line with inconsistent casing and no clause breaks, making them hard to scan and easy to misread. dsh-sql-format exists to fix exactly that: it registers a format_sql tool that inserts line breaks between clauses and uppercases keywords, turning dense output into clean, structured SQL at a glance.
Under the hood, the plugin is written in pure Node.js and deliberately avoids any SQL parser or semantic analysis. It works purely at the formatting level, which keeps it lightweight, fast, and free of heavyweight dependencies. You simply call format_sql within your session and receive the formatted result back, with no configuration or background processes to manage.
Who it is for: developers and data engineers who regularly write or debug SQL alongside an AI assistant and want consistent, readable output they can drop straight into an editor or documentation. If you are tired of manually reformatting SQL after every AI response, this plugin is a small but useful quality-of-life addition.
Use Cases
- Quickly formatting SQL after an AI session produces a query
- Standardizing keyword casing in team AI conversations
- Tidying AI-generated SQL before pasting into an editor or docs
Best For
- Developers who regularly write SQL alongside AI assistants
- Data engineers who need consistent SQL output formatting
- Technical writers looking to skip manual SQL reformatting
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.