fsrmqi/dsh-promptkit1

dsh-promptkit

开源的 Prompt 构建与增强工具包:方法工坊(Studio)+ 对话快捷增强器(QuickEnhancer)。内置 12 个 Markdown 思考方法(带完整 frontmatter + prompt 正文),可作为 npm 库嵌入,也可直接安装为 DSH 浏览器插件。

包名
dsh-promptkit
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fsrmqi/dsh-promptkit

Usage

import {
  PromptStudio, QuickEnhancer,
  StaticMethodProvider, TextareaComposer, OpenAIEnhancer,
} from 'dsh-promptkit'

const methodProvider = new StaticMethodProvider()
const composer = new TextareaComposer(document.querySelector('textarea'))

Running the example

cd promptkit
python3 -m http.server 8080