Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问许可证需确认审计通过

promptifypromptify 搜索

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

1,597

周安装

64

GitHub Stars

13

下载量

517
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:promptify(promptify 搜索)
来源仓库:https://github.com/ravnhq/ai-toolkit
仓库路径:skills/promptify
安装命令:
npx skills add https://github.com/ravnhq/ai-toolkit --skill promptify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ravnhq/ai-toolkit --skill promptify

简介

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理,适合让 Agent 规范任务边界、统一输出格式或拆分操作步骤。

  • 它优化提示词可复用性,但需保留真实业务约束,不将示例当作硬规则。
  • 涉及自动执行或外部工具调用时,应在提示词中明确确认步骤与失败处理机制。
  • 安装前建议确认是否涉及核心流程自动化权限。
  • promptify 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Promptify

Transform user requests into detailed, precise prompts optimised for AI model consumption.

Core Task

Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language.

Workflow

1. Analyze

Read the user's request carefully. Identify:

  • The core intent and desired outcome
  • Missing context (audience, domain, environment)
  • Unstated constraints (length, tone, format)
  • Expected output format

2. Decide Output Mode

Based on the analysis, choose how to proceed:

  • Request is clear and complete — produce direct rewritten prompt
  • 1-2 minor gaps — fill with marked [Assumption: X] placeholders and proceed
  • Major gaps (audience, scope, tech stack unknown) — ask clarifying questions before rewriting
  • Multiple distinct objectives — split into separate prompts

3. Structure

Apply the four-block pattern to organise the prompt. See rules/structure-four-block-pattern.md.

  • Context - Background, audience, domain
  • Task - What the AI must do
  • Constraints - Boundaries, rules, limitations
  • Output Format - Exact structure of the response

Not every prompt needs all four blocks. Use only what adds clarity. For common prompt types, start from the skeletons in references/prompt-blueprints.md.

4. Draft

Apply the rules in rules/ to sharpen the prompt:

  • Replace vague terms with measurable requirements
  • Surface missing information as placeholders or questions (see rules/clarity-surface-missing-info.md)
  • Include success criteria defining what a good answer must include or avoid
  • Mark any assumptions explicitly
  • Add examples only where the desired output is genuinely ambiguous
  • Specify exact format (headings, bullet style, length)
  • Break complex tasks into numbered sequential steps

5. Self-Check

Before delivery, verify the draft against the rule checklist (see rules/quality-self-check.md):

  • No vague qualifiers (be-specific)
  • Missing info surfaced (surface-missing-info)
  • Success criteria defined (include-success-criteria)
  • Assumptions marked (state-assumptions)
  • Format specified (specify-format)
  • Examples only if ambiguous (examples-only-when-needed)
  • No filler or politeness (minimal-fluff)

If any check fails, fix the violation and re-check. Stop after the checklist passes or after two refinement passes (whichever comes first).

6. Output

Present the final prompt to the user as a markdown block, clearly labeled. Do not add commentary beyond the prompt itself.

7. Deliver

After presenting the prompt, offer the user two options:

  1. Execute now — Treat the generated prompt as your new instruction and proceed based on the current conversation context. Use your normal judgement to decide the best next action — plan complex tasks, implement simple ones directly, or ask clarifying questions if needed.
  2. Save to file — Write the prompt to a markdown file in the current working directory (e.g. promptify-<timestamp>.md where <timestamp> is epoch seconds). Let the user know the file path.

Writing Guidelines

Structure

  • Begin with a single short paragraph summarising the overall task
  • Use headings (##, ###, ####) for sections only where appropriate (no first-level title)
  • Use bold, *italics*, bullet points (-), and numbered lists (1., 2.) liberally for organisation
  • Never use emojis
  • Never use * for bullet points, always use -

Language

  • Use plain, straightforward, precise language
  • Avoid embellishments, niceties, or creative flourishes
  • Think of language as specification/code, not natural language
  • Be clear and specific in all instructions

Content

  • Keep the prompt concise: 0.75X to 1.5X the length of the original request
  • Do not add or invent information not present in the input
  • Do not include unnecessary complexity or verbosity

Examples

Positive Trigger

User: "Promptify this: audit all skills against our findings doc."

Expected behavior: Use promptify guidance, follow its workflow, and return actionable output.

Non-Trigger

User: "Generate mock customer data in JSON format."

Expected behavior: Do not prioritize promptify; choose a more relevant skill or proceed without it.

Troubleshooting

Skill Does Not Trigger

  • Error: The skill is not selected when expected.
  • Cause: Request wording does not clearly match the description trigger conditions.
  • Solution: Rephrase with explicit domain/task keywords from the description and retry.

Guidance Conflicts With Another Skill

  • Error: Instructions from multiple skills conflict in one task.
  • Cause: Overlapping scope across loaded skills.
  • Solution: State which skill is authoritative for the current step and apply that workflow first.

Output Is Too Generic

  • Error: Result lacks concrete, actionable detail.
  • Cause: Task input omitted context, constraints, or target format.
  • Solution: Add specific constraints (environment, scope, format, success criteria) and rerun.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.13%
按下载量换算176

Claude

28.81%
按下载量换算149

Cursor

17.74%
按下载量换算92

Gemini CLI

9.58%
按下载量换算50

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills