AI Agent Hub
Back to plugins
⚙️

dsh-init

Workflow Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install evanfang0054/dsh-init

Paste the following prompt into your AI chat to install this plugin:

Install by running dsh plugin install evanfang0054/dsh-init in DeepSeek Harness; the source is at https://github.com/evanfang0054/dsh-init . Restart DSH after installation to activate the bundle.

About this plugin

Stop hand-writing agent guides and stop juggling multiple copies that drift apart. dsh-init brings a Claude Code-style /init slash command to DeepSeek Harness: a single conversation walks through seven phases—interview, codebase reconnaissance, gap-filling, and file generation—to produce a lean CLAUDE.md and a relative symlink for AGENTS.md. Because AGENTS.md is a link rather than a second document, tools like Cursor and Codex that read AGENTS.md share the exact same source of truth as CLAUDE.md readers; edit one, both stay in sync. Every line passes a "would the agent err if this were deleted" filter, existing files are diffed rather than overwritten, and nothing is silently removed. Ideal for developers and teams juggling DSH, Cursor, Codex, and other agent tools: one /init yields a concise, maintainable, cross-tool project guide in minutes.

Use Cases

  • Bootstrap a new project with a single /init command
  • Bridge existing Cursor rules into a unified CLAUDE.md source
  • Stop maintaining duplicate, drifting guides across multiple agent tools

Best For

  • Developers running DSH, Cursor, and Codex side by side
  • Teams that want one editable file to serve every agent tool
  • DSH users who prefer the Claude Code interactive style