AI Agent Hub
Back to plugins
🤖

dsh-project-prompt

Model Inference Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install imroc/dsh-project-prompt

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

Install using the DeepSeek Harness plugin command: dsh plugin install imroc/dsh-project-prompt, with source code at https://github.com/imroc/dsh-project-prompt.

About this plugin

DSH users often need to inject private, project-specific instructions into AI sessions—like environment-specific test steps, internal endpoints, or personal workflow preferences—but the built-in AGENTS.md shares these publicly, making it unsuitable for private or machine-local content. This plugin solves that by keeping such text in $DSH_HOME, never in the repo, and injecting it into sessions matched by git remote URL, local repo path, or cwd prefix. It offers two injection modes: stable KV-cache-friendly system prompts with template support, and literal first-user messages for content with braces. Rules are validated at load time to catch errors early, and it works seamlessly with subagents and worktrees. Ideal for individual developers or teams using DSH who want to maintain private configuration per project without cluttering shared codebases, especially when managing multiple clones or needing context-dependent instructions.

Use Cases

  • Inject environment-specific test instructions for different projects
  • Add personal workflow preferences to sessions
  • Manage unified rules for multiple Git clones or worktrees

Best For

  • Developers using DeepSeek Harness
  • Teams requiring private project configuration
  • Engineers managing multiple repositories or environments