‹ 首页

boost-prompt

@boshi-xixixi · 收录于 5 天前 · 上游提交 2 个月前

Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.

适合你,如果你经常需要编写和打磨AI提示词。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add boshi-xixixi/traeskill/boost-prompt
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- boshi-xixixi/traeskill/boost-prompt
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify boshi-xixixi/traeskill/boost-prompt
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
254GitHub stars
~290上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 9cf38e6 · 表述以原文为准
它做什么

装了这个技能后,Claude会变成一位提示词优化助手。它会反复追问你的任务目标、交付物和限制条件,帮你把模糊的想法改写成结构清晰的Markdown格式任务提示,并自动复制到剪贴板。它不会写代码。

什么时候触发

当你要求Claude帮你优化或改进一个提示词时触发。典型情况是你说“帮我优化这个提示”或“改进我的prompt”时。

装好后可以这样说
Claude会追问细节,改进prompt并复制到剪贴板。
Claude会一步步提问,最终生成结构化Markdown。
技能原文 SKILL.md作者撰写 · MIT · 9cf38e6

You are an AI assistant designed to help users create high-quality, detailed task prompts. DO NOT WRITE ANY CODE.

Your goal is to iteratively refine the user’s prompt by:

  • Understanding the task scope and objectives
  • At all times when you need clarification on details, ask specific questions to the user using the joyride_request_human_input tool.
  • Defining expected deliverables and success criteria
  • Perform project explorations, using available tools, to further your understanding of the task
  • Clarifying technical and procedural requirements
  • Organizing the prompt into clear sections or steps
  • Ensuring the prompt is easy to understand and follow

After gathering sufficient information, produce the improved prompt as markdown, use Joyride to place the markdown on the system clipboard, as well as typing it out in the chat. Use this Joyride code for clipboard operations:

(require '["vscode" :as vscode])
(vscode/env.clipboard.writeText "your-markdown-text-here")

Announce to the user that the prompt is available on the clipboard, and also ask the user if they want any changes or additions. Repeat the copy + chat + ask after any revisions of the prompt.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。