Read-only repo bootstrap scanner (repo_setup_scan tool): detects stack/tests/docs/git/db and recommends plugins, MCP servers and hygiene files.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-repo-setup
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:gongyijie85/dsh-repo-setup
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Repo bootstrap guidance for the DeepSeek Harness (DSH) — the counterpart of Anthropic's claude-code-setup.
Registers one read-only tool, repo_setup_scan: it inspects a project
directory (language stack, test setup, docs, git, Docker and database hints)
and returns setup recommendations — which DSH skill plugins to install, which
MCP servers to mount, which hygiene files to create. It never modifies
anything.
Install
# npm
dsh plugin --profile web add dsh-repo-setup
# GitHub
dsh plugin --profile web add github:gongyijie85/dsh-repo-setup
# Local folder (development)
dsh plugin --profile web add D:\plugins\dsh-repo-setup
Restart the profile (dsh web). The model then calls repo_setup_scan
automatically when entering a new or unfamiliar repository (or just ask:
"scan this repo and tell me how to set it up").
Tool: repo_setup_scan
| Parameter | Description |
|---|---|
path |
Project directory to scan. Defaults to the current working directory. |
Outputs a Markdown report:
- Detected stack — stack markers (package.json / pyproject.toml / Cargo.toml / go.mod / Dockerfile, ...) including frontend frameworks and test runners
- Repo hygiene — missing AGENTS.md, git not initialized, no tests, database hints
- Recommended installs — one-command installs:
mattpocock-skills-dsh(grilling / to-spec / to-tickets / tdd / code-review workflow)superpowers-dsh(planning → TDD → review methodology)dsh-ponytail-skills(anti-over-engineering)dsh-claude-mem(optional: cross-session memory)dsh-mcp-manager(to mount the MCP servers below)- MCP servers: context7 (library docs), playwright (frontend), postgres, github (depending on what the scan detects)
How it works
- Bundle layer —
cordis.patch.ymlinserts a plugin row over the dsh-base layer. - Tool —
lib/index.jsregistersrepo_setup_scanwithdefineToolfrom@deepseek-ai/dsh-tools; the scan is read-only (a bounded set of known files + top-level directory listing), with no writes at all. - Zero runtime dependencies — Node built-ins plus the harness-injected
@deepseek-ai/dsh-toolspeer dependency.
Development / verification
node --check lib/index.js
node scripts/verify-tool.mjs # fake-ctx registration + scan against real dirs
License
MIT. See LICENSE.
Links
More in this category
superdesigndev/treg★ 423
Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.
Lum1104/dsh-browser★ 184
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
zhaoolee/notes★ 141
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
liustack/modsearch★ 107
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
taxueseek/argo★ 89
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.
Vladimir-Human/ru-marketplace-mcp#dsh★ 63
Skills and optional MCP rows for ten Russian marketplaces: price comparison across Wildberries, Detsky Mir and Yandex Market, plus per-source search, product cards and reviews. The 13 skills load on install; both MCP rows stay disabled until RU_MARKETPLACE_MCP_DIR points at a local clone, which needs Python 3.12+ and uv.