经 AI Skill Hub 精选评估,Prompt Booster 获评「推荐使用」。这款Prompt模板在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Prompt Booster 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
Prompt Booster 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/hexart/prompt-booster
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# prompt-booster 配置说明 # 查看配置选项 prompt-booster --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PROMPT_BOOSTER_CONFIG="/path/to/config.yml"
A comprehensive monorepo project for optimizing and enhancing prompts for large language models (LLMs) across multiple platforms.
Prompt Booster is a specialized tool designed to help users optimize prompts for large language models. It leverages multiple AI providers to enable prompt optimization, version control, A/B testing, and template management across different platforms.
The project follows a monorepo architecture using Turborepo and PNPM workspaces, organized into packages for shared code and platform-specific applications.
https://github.com/user-attachments/assets/d4ab19f8-9f23-4c95-97f1-7dba5fb6b5b9
node -v and npm -v in your terminal # Using npm
npm install -g pnpm
# Or using the recommended standalone script
curl -fsSL https://get.pnpm.io/install.sh | sh -
# Verify installation
pnpm --version
git clone https://github.com/hexart/prompt-booster.git
cd prompt-booster
pnpm install
pnpm dev
Run the desktop application in development mode:
bash
pnpm build
Clean the project:
bash
pnpm clean
Build desktop application packages for different platforms:
```bash cd apps/desktop
Use the following command to pull the latest image and run Prompt Booster in a container. This command will automatically update to the latest version whenever it's run:
docker pull ghcr.io/hexart/prompt-booster:latest \
&& docker rm -f prompt-booster 2>/dev/null || true \
&& docker run -d \
--name prompt-booster \
--restart always \
-p 8080:80 \
ghcr.io/hexart/prompt-booster:latest
This command:
The project also includes Docker Compose configurations for more advanced deployment:
docker-compose up -d
This will:
docker/frontend.Dockerfiledocker/nginx.confdocker-compose.ymlhttp://localhost:8080For manual deployment of the web application:
pnpm build
apps/web/distA flexible client library for interacting with various LLM services:
The web application contains complete core business logic (located in apps/web/src/core), providing:
Start the development server for the web application:
```bash
pnpm clean:all ```
npm run build
npm run build:mac ```
一个有用的LLM提示优化工具
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:Prompt Booster 的核心功能完整,质量良好。对于内容创作者和自媒体人来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | prompt-booster |
| 原始描述 | 开源Prompt模板:Prompt Booster: A comprehensive tool for optimizing LLM prompts with version con。⭐12 · TypeScript |
| Topics | promptab-testingaiai-optimization |
| GitHub | https://github.com/hexart/prompt-booster |
| 语言 | TypeScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端