Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

meta-prompt元提示符

Agent Skill

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

总安装

5,667

周安装

241

GitHub Stars

87

下载量

1,909
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mindrally/skills --skill meta-prompt

简介

用于辅助提示词、系统指令和工作流模板的整理,帮助 Agent 规范任务边界和输出格式。

  • 适合优化提示词可复用性、拆分操作步骤或统一行为约束。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需保留真实业务约束,避免将示例当作硬规则;高风险操作应明确确认步骤和权限。
  • 建议结合项目实际需求调整模板内容,确保安全可控。

SKILL.md

Meta-Prompt

A collection of meta-prompting techniques for evaluating and analyzing AI responses and solution paths.

Response Quality Evaluator

A framework for critiquing and reflecting on the quality of responses, providing a score and indicating whether the response has fully solved the question or task.

Evaluation Fields

Reflections: The critique and reflections on the sufficiency, superfluency, and general quality of the response.

Score: Score from 0-10 on the quality of the candidate response.

Found_solution: Whether the response has fully solved the question or task.

Evaluation Criteria

When evaluating responses, consider the following:

  1. Accuracy: Does the response correctly address the question or task?
  2. Completeness: Does it cover all aspects of the question or task?
  3. Clarity: Is the response clear and easy to understand?
  4. Conciseness: Is the response appropriately concise without sacrificing important details?
  5. Relevance: Does the response stay focused on the question or task at hand?

Provide thoughtful reflections on these aspects and any other relevant factors. Use the score to indicate the overall quality, and set found_solution to true only if the response fully addresses the question or completes the task.

Example Usage

reflections: "The response was clear and concise, addressing the main question effectively. However, it could have provided more context on edge cases."
score: 8
found_solution: true

Question-Answering Trajectory Analyzer

Guidelines for analyzing solution paths to question-answering tasks.

Trajectory Components

Observations: Environmental information about the current situation that provides context for decision-making.

Thoughts: Reasoning about the current situation, analyzing what has been observed and planning next steps.

Actions: The steps taken to progress toward solving the task.

Action Types

Search[entity]: Searches for the exact entity and returns relevant information if the entity exists. If not, returns suggestions for similar entities.

Lookup[keyword]: Returns the next relevant passage that contains the keyword. Used for finding specific information within retrieved content.

Finish[answer]: Returns the answer and finishes the task. Used when sufficient information has been gathered to provide a definitive response.

Analysis Guidelines

When analyzing a trajectory:

  1. Evaluate whether each observation provides useful information
  2. Assess if thoughts demonstrate logical reasoning
  3. Determine if actions are appropriate given the current state
  4. Score the trajectory correctness from 1-10
  5. Evaluate reasoning validity even in incomplete trajectories
  6. Do not generate additional steps; only analyze what is provided

Prompt Engineering Patterns

Chain of Thought

Guide the model through step-by-step reasoning:

Let's approach this step by step:
1. First, identify the key components
2. Then, analyze each component
3. Finally, synthesize the findings

Few-Shot Learning

Provide examples to establish the pattern:

Example 1: [input] -> [output]
Example 2: [input] -> [output]
Now apply this pattern to: [new input]

Self-Consistency

Generate multiple reasoning paths and select the most consistent answer.

Reflection Prompts

Encourage self-critique:

Review your response and identify:
- Any potential errors or oversights
- Areas that could be explained more clearly
- Missing information that would strengthen the answer

Quality Metrics

Response Scoring Rubric

  • 10: Perfect response, fully addresses all aspects with exceptional clarity
  • 8-9: Excellent response with minor room for improvement
  • 6-7: Good response that addresses the main points but lacks depth
  • 4-5: Adequate response with significant gaps or unclear explanations
  • 2-3: Poor response that misses key aspects or contains errors
  • 0-1: Response fails to address the question or is completely incorrect

Trajectory Scoring

  • 10: Optimal path with efficient, logical steps
  • 7-9: Good path with minor inefficiencies
  • 4-6: Acceptable path but with unnecessary steps or missed opportunities
  • 1-3: Poor path with fundamental reasoning errors

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenCode

28.64%
按下载量换算547

Claude Code

25.51%
按下载量换算487

Antigravity

16.14%
按下载量换算308

Codex

12.78%
按下载量换算244

Gemini CLI

7.75%
按下载量换算148

github-copilot

3.05%
按下载量换算58

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills