dsh-scaffold
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-scaffold
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-scaffold in DeepSeek Harness to install this plugin; the full source is available at https://github.com/uckkk/dsh-scaffold.
About this plugin
Starting a new project almost always means re-writing the same boilerplate files: a LICENSE, a .gitignore, an .editorconfig. Each file is short, but deciding between MIT and Unlicense, picking the right ignore rules for React versus Go, or matching a Python repo to a Go repo—those small details add up and eat into the time you actually want to spend building. dsh-scaffold collapses that repetitive setup into a single tool call, so you can jump straight into real logic.\n\nIt ships with three ready-to-use tools: generate_license supports MIT, ISC, and Unlicense; generate_gitignore covers six common tech stacks including Node, Python, Go, React, Vue, and Java; and generate_editorconfig produces a consistent editing configuration in one step. Everything is implemented in pure Node with zero extra dependencies.\n\nIt is built for developers who want a clean, consistent repository from day one without hunting through templates or docs. Once installed, simply invoke the corresponding tool within a session and the files are generated for you—no copy-pasting, no guesswork.
Use Cases
- Bootstrap a Node or React project with the correct .gitignore in one call
- Pick MIT, ISC, or Unlicense and generate a LICENSE file for your open-source repo
- Enforce consistent team editing rules by generating an .editorconfig in seconds
Best For
- Developers who spin up new repos often and want to skip copy-pasting templates
- Small teams or startups that need consistent, standardized project structure
- Solo developers who want the fewest manual steps before writing real code
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.