AI Agent Hub
Back to plugins
🧩

dsh-scaffold

admin-security Updated 2026.08.19

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