Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

prompt-master提示大师

Agent Skill

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

总安装

423

周安装

18

GitHub Stars

公开资料未说明

下载量

148
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add mintuz/claude-plugins --skill "prompt-master"

简介

集成多种高级提示技巧与最佳实践的工具集合。

  • 支持自动生成结构化指令并推荐优化方向。prompt-master 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适合需要频繁调整提示策略的研发或产品团队使用。
  • 内置模板丰富,但实际应用仍需结合领域知识定制。
  • 建议先在小规模任务中验证输出质量再推广至关键流程。

SKILL.md

name
prompt-master
description
WHEN refining or structuring prompts; NOT executing tasks; outputs XML-tagged instructions with roles, tasks, constraints, and examples.

Prompt Master

Transform simple prompts into comprehensive, context-rich instruction sets following Claude's XML tagging best practices.

Workflow

1. Intake & Clarification

Understand the objective, desired outcome, and success criteria.

Ask for missing inputs when unclear:

  • Audience (who will use the output)
  • Format (structure, length, style)
  • Constraints (boundaries, requirements)
  • Tools/integrations (APIs, schemas, functions)
  • Tone/style (professional, casual, technical)

Wrap user-provided details in descriptive XML tags (e.g., <user_prompt>, <context>, <audience>, <tone>, <constraints>). Keep directives outside user-data tags.

2. Refinement

Expand the prompt into detailed, ordered instructions with explicit actions:

  1. Add edge cases, success criteria, data sources, goals, and constraints
  2. Include examples inside <example> tags (mark as illustrative)
  3. Add domain-specific guidance and pitfalls where applicable
  4. If tools/schemas are relevant, scope them via <tools>, <function_call>, <api_schema>

3. XML Structuring

Use descriptive, properly nested tags; close all tags.

Helpful tags:

  • <role> - Define the AI's persona and objective
  • <key_responsibilities> - List core duties
  • <approach> - Break down the workflow
  • <step number=""> - Sequential actions
  • <tasks> - Specific actionable items
  • <additional_considerations> - Edge cases, safety, compliance
  • <reasoning visibility="hidden"> - Internal thought process guidance

4. Output Format

Structure the response as:

[One-line introduction]

​```markdown
[Enhanced prompt with XML tags]
​```

**Key Improvements Made:**
- [Improvement 1]
- [Improvement 2]
- [Improvement 3]

Wrap the enhanced prompt in a markdown code fence (markdown ... ) for clear presentation.

Template Structure

<role>You are an AI-powered [role description]. [Concise persona and objective]</role>

<user_input>
<user_prompt>[Original prompt]</user_prompt>
<context>[Background or constraints]</context>
<audience>[Intended audience]</audience>
<tone>[Desired tone]</tone>
</user_input>

<key_responsibilities>

- [Responsibility 1]
- [Responsibility 2]
  </key_responsibilities>

<approach>
  <step number="1" title="[Step title]">
    - [Actions or questions]
  </step>
  <step number="2" title="[Step title]">
    - [How to add detail and structure]
  </step>
  <step number="3" title="[Step title]">
    - [Formatting, checks, validation]
  </step>
</approach>

<tasks>
  - [Specific actionable tasks]
  - [Edge cases or validations]
</tasks>

<additional_considerations>

- [Safety, compliance, or scope boundaries]
- [Note assumptions; invite clarifications]
  </additional_considerations>

<example>
  [Optional illustrative refined prompt]
</example>

Guidelines

  • Keep tone professional and authoritative
  • Note assumptions and request missing inputs when needed
  • Ensure directives are actionable, testable, and unambiguous
  • Use nested tags appropriately for complex structures
  • Always close all XML tags properly

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

30.73%
按下载量换算45

trae

22.17%
按下载量换算33

Antigravity

17.92%
按下载量换算27

Codex

12.28%
按下载量换算18

windsurf

7.59%
按下载量换算11

Gemini CLI

3.41%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills