master1Sun/dsh-prompt-library 预览 preview

master1Sun/dsh-prompt-library

DSH(DeepSeek Harness)Web 插件:在 composer 工具栏注入一个「提示词库」按钮,管理可复用的 prompt 片段,点击即可插入当前输入框。支持自动学习:输入复杂 prompt 文案时,插件会自动识别并保存到提示词库。

项目介绍Project Overview

dsh-prompt-library 是 DSH 的提示词库插件,提供提示词管理、AI 润色与角色定制。核心能力是管理对话级提示词,支持搜索、标签、插入、覆盖及一键发送,并可将提示词批量生成 DSH Skills。适合需要积累和复用提示词的用户。注意:角色文件 SOUL.md 需用户手动维护,AI 仅读取不修改。

dsh-prompt-library is a DSH plugin for prompt management, AI polish, and persona customization. Its core capability is managing conversation-level prompts with search, tags, insert, overwrite, and one-click send, plus batch generation of DSH Skills. Use it when you need to accumulate and reuse prompts efficiently. Caveat: the SOUL.md persona file is manually maintained by the user; AI only reads it.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add @sunjuntao/dsh-prompt-library

master1Sun/dsh-prompt-library 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

🇨🇳 中文 | 🌐 English

dsh-prompt-library

DSH (DeepSeek Harness) prompt library plugin: provides prompt management, AI polish and persona customization in the chat bar, helping you accumulate, reuse and continuously improve prompts.

The plugin treats conversation-level prompts as its core. Every feature is designed around this capability, while other auxiliary features are just a bonus. We warmly welcome users to share ideas and suggestions, and will keep iterating based on them.

Key Features

Prompt Library

  • Manage frequently-used prompts (title + body + tags), with search, sorting, tag grouping and usage-count statistics
  • The right panel shares the same style as the host's left sidebar, automatically squeezing and shrinking the chat area, freely toggling between expand/collapse
  • Insert: appends to the existing content in the input box
  • Overwrite: directly replaces the whole draft with this prompt
  • Insert & Send: fills in template variables and sends with one click (uses the variable dialog when it contains {{}}); outside # scenarios it is only available when the draft is empty, avoiding accidentally carrying existing content; when triggered by #, the trigger word is filtered out while the preceding text is kept and sent along
  • Type # to quickly trigger selection with real-time filtering
  • The bottom shows the total number of tags and prompts in real time

Generate Skills

  • Select prompts under "Prompt Library → Import/Export" to generate DSH Skills in batch
  • AI generates an English skill name and description from the prompt content; the skill is written to ~/.dsh/skills/<name>/SKILL.md, and can be triggered by typing /skill-name in the chat box, or auto-matched by the model from the description
  • A link between the prompt and the skill is created automatically; regenerating the same prompt overwrites the original skill directory instead of adding endlessly
  • If the body contains {{variables}}, the "placeholder auto-fill" capability is marked at generation time — when using the skill, AI infers and fills them automatically from the current semantic context, no manual input needed

AI Polish

  • The "AI Polish" button in the chat bar optimizes text with one click, then replaces it back into the input box with one click
  • The polishing process follows the constraints of the persona file

Persona (AI read-only reference)

Each AI call and the whole chat session are constrained by a single SOUL.md persona file to form a stable assistant persona. The file is generated from a default template and rebuilt automatically if deleted; its content is manually maintained by the user, and AI only reads it without modifying it on its own.

File Meaning Purpose
SOUL.md Persona Identity, tone/personality, working rules
  • Automatically learn input content into the prompt library, with AI smart-refining titles, tags, summaries and bodies
  • The persona file is the user's explicit configuration (including the default template), and AI follows its personality, tone and working rules accordingly

Settings

Under DSH Settings → Prompt Library, adjust: auto learning, manual confirmation, AI smart polish, panel size, sidebar, button visibility, # triggering, etc. Changes take effect immediately.

Data Storage

The library uses SQLite (node:sqlite); all other configs and logs are stored under ~/.dsh/prompt-library/:

~/.dsh/prompt-library/
├── db/prompts.db      # prompt library (SQLite)
├── log/
│   └── ai-YYYY-MM-DD.log   # AI diagnostic logs (per-day files)
└── character/         # persona file
    └── SOUL.md

Installation

dsh plugin --profile web add @sunjuntao/dsh-prompt-library

Usage

Start dsh web, click the "Prompt Library" button in the chat bar to open the panel, or type # to trigger it quickly; click "AI Polish" to polish your input with one click.

Development / Build

npm install
npm run deploy   # type check + build + sync to DSH (restart dsh web to take effect)

Screenshots

1787652137511178765219211517876522013021787652209555

Author

master1Sun

上一个 Prev dsh-browser-agent 下一个 Next dsh-change-center