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

prompt-engineer提示工程师

Agent Skill

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

总安装

212

周安装

9

GitHub Stars

31

下载量

74
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ericgandrade/claude-superskills --skill prompt-engineer

简介

prompt-engineer 将原始提示词转化为结构化、可复用的优化版本。

  • 适合规范任务边界、统一输出格式或拆分操作步骤时使用。
  • 它基于用户意图自动匹配最佳提示框架,输出可直接使用的提示模板。
  • 使用时需保留真实业务限制,避免将示例当作绝对规则。
  • 涉及外部工具或高风险操作时,应在提示中明确确认步骤与权限。

SKILL.md

Purpose

This skill transforms raw, unstructured user prompts into highly optimized prompts using established prompting frameworks. It analyzes user intent, identifies task complexity, and intelligently selects the most appropriate framework(s) to maximize Claude/ChatGPT output quality.

The skill operates in "magic mode" - it works silently behind the scenes, only interacting with users when clarification is critically needed. Users receive polished, ready-to-use prompts without technical explanations or framework jargon.

This is a universal skill that works in any terminal context, not limited to Obsidian vaults or specific project structures.

When to Use

Invoke this skill when:

  • User provides a vague or generic prompt (e.g., "help me code Python")
  • User has a complex idea but struggles to articulate it clearly
  • User's prompt lacks structure, context, or specific requirements
  • Task requires step-by-step reasoning (debugging, analysis, design)
  • User needs a prompt for a specific AI task but doesn't know prompting frameworks
  • User wants to improve an existing prompt's effectiveness
  • User asks variations of "how do I ask AI to..." or "create a prompt for..."

Progress Tracking

Display progress before each step:

[████░░░░░░░░░░░░░░░░] 25% — Step 1/4: Analyzing Intent & Context
[████████░░░░░░░░░░░░] 50% — Step 2/4: Selecting Framework
[████████████░░░░░░░░] 75% — Step 3/4: Constructing Optimized Prompt
[████████████████████] 100% — Step 4/4: Presenting & Explaining Output

Workflow

Step 1: Analyze Intent

Objective: Understand what the user truly wants to accomplish.

Actions:

  1. Read the raw prompt provided by the user
  2. Detect task characteristics:

- Type: coding, writing, analysis, design, learning, planning, decision-making, creative, etc. - Complexity: simple (one-step), moderate (multi-step), complex (requires reasoning/design) - Clarity: clear intention vs. ambiguous/vague - Domain: technical, business, creative, academic, personal, etc.

  1. Identify implicit requirements:

- Does user need examples? - Is output format specified? - Are there constraints (time, resources, scope)? - Is this exploratory or execution-focused?

Detection Patterns:

  • Simple tasks: Short prompts (<50 chars), single verb, no context
  • Complex tasks: Long prompts (>200 chars), multiple requirements, conditional logic
  • Ambiguous tasks: Generic verbs ("help", "improve"), missing object/context
  • Structured tasks: Mentions steps, phases, deliverables, stakeholders

Step 3: Select Framework(s)

Objective: Map task characteristics to optimal prompting framework(s).

Framework Mapping Logic:

Task TypeRecommended Framework(s)Rationale
Role-based tasks (act as expert, consultant)RTF (Role-Task-Format)Clear role definition + task + output format
Step-by-step reasoning (debugging, proof, logic)Chain of ThoughtEncourages explicit reasoning steps
Structured projects (multi-phase, deliverables)RISEN (Role, Instructions, Steps, End goal, Narrowing)Comprehensive structure for complex work
Complex design/analysis (systems, architecture)RODES (Role, Objective, Details, Examples, Sense check)Balances detail with validation
Summarization (compress, synthesize)Chain of DensityIterative refinement to essential info
Communication (reports, presentations, storytelling)RACE (Role, Audience, Context, Expectation)Audience-aware messaging
Investigation/analysis (research, diagnosis)RISE (Research, Investigate, Synthesize, Evaluate)Systematic analytical approach
Contextual situations (problem-solving with background)STAR (Situation, Task, Action, Result)Context-rich problem framing
Documentation (medical, technical, records)SOAP (Subjective, Objective, Assessment, Plan)Structured information capture
Goal-setting (OKRs, objectives, targets)CLEAR (Collaborative, Limited, Emotional, Appreciable, Refinable)Goal clarity and actionability
Coaching/development (mentoring, growth)GROW (Goal, Reality, Options, Will)Developmental conversation structure

Blending Strategy:

  • Combine 2-3 frameworks when task spans multiple types
  • Example: Complex technical project → RODES + Chain of Thought (structure + reasoning)
  • Example: Leadership decision → CLEAR + GROW (goal clarity + development)

Selection Criteria:

  • Primary framework = best match to core task type
  • Secondary framework(s) = address additional complexity dimensions
  • Avoid over-engineering: simple tasks get simple frameworks

Critical Rule: This selection happens silently - do not explain framework choice to user.

Role: You are a senior software architect. [RTF - Role]

Objective: Design a microservices architecture for [system]. [RODES - Objective]

Approach this step-by-step: [Chain of Thought]

  1. Analyze current monolithic constraints
  2. Identify service boundaries
  3. Design inter-service communication
  4. Plan data consistency strategy

Details: [RODES - Details]

  • Expected traffic: [X]
  • Data volume: [Y]
  • Team size: [Z]

Output Format: [RTF - Format] Provide architecture diagram description, service definitions, and migration roadmap.

Sense Check: [RODES - Sense check] Validate that services are loosely coupled, independently deployable, and aligned with business domains.

**4.5. Language Adaptation**
- If original prompt is in Portuguese, generate prompt in Portuguese
- If original prompt is in English, generate prompt in English
- If mixed, default to English (more universal for AI models)

**4.6. Quality Checks**
Before finalizing, verify:
- [ ] Prompt is self-contained (no external context needed)
- [ ] Task is specific and measurable
- [ ] Output format is clear
- [ ] No ambiguous language
- [ ] Appropriate level of detail for task complexity

## Critical Rules

### **NEVER:**

- ❌ Assume information that wasn't provided - ALWAYS ask if critical details are missing
- ❌ Explain which framework was selected or why (magic mode - keep it invisible)
- ❌ Generate generic, one-size-fits-all prompts - always customize to context
- ❌ Use technical jargon in the final prompt (unless user's domain is technical)
- ❌ Ask more than 3 clarifying questions (avoid user fatigue)
- ❌ Include meta-commentary in the output ("This prompt uses...", "Note that...")
- ❌ Present output without code block formatting
- ❌ Mix languages inconsistently (if user writes in PT, respond in PT)

### **ALWAYS:**

- ✅ Analyze intent before generating (Step 1 is mandatory)
- ✅ Ask clarifying questions if critical information is ambiguous (Step 2 conditional)
- ✅ Select framework(s) based on task type and complexity (Step 3 mapping)
- ✅ Blend multiple frameworks when it improves prompt quality
- ✅ Adapt prompt length to original input complexity (simple → short, complex → detailed)
- ✅ Include output format specification in generated prompts
- ✅ Present final prompt in clean Markdown code block
- ✅ Make prompts self-contained (no dependency on external context)
- ✅ Use examples in complex prompts to illustrate expected output
- ✅ Validate prompt completeness before presenting (quality checks in Step 4.6)

### **Example 2: Complex Clear Prompt → RODES + Chain of Thought (No Clarification)**

**User Input:**

copilot> create prompt for: I need to build a product recommendation system considering purchase history, user preferences, and market trends

**Skill Internal Process:**
1. **Analyze:** Clear intent, complex task (ML system design), technical domain
2. **Clarify:** Skip (sufficient information)
3. **Select:** RODES (complex design) + Chain of Thought (reasoning needed)

**Skill Output:**

Role: You are a senior machine learning engineer specializing in recommendation systems.

Objective: Design a product recommendation system that combines user purchase history, preferences, and market trends.

Details:

- Input data sources: user transaction logs, preference surveys, market trend APIs
- Algorithm considerations: collaborative filtering, content-based filtering, hybrid approaches
- Performance metrics: precision, recall, diversity, novelty
- Scalability: system must handle 100k+ users
- Real-time constraints: recommendations updated within 500ms

Approach step-by-step:

1. Analyze the three data sources and their relationships
2. Propose 2-3 algorithm approaches with trade-offs analysis
3. Design data pipeline architecture (ingestion, processing, serving)
4. Define evaluation metrics and A/B testing strategy
5. Outline implementation roadmap with phases

Examples:

- Show pseudocode for core recommendation logic
- Illustrate data flow diagram
- Provide sample API response structure

Sense Check: Validate that the proposed solution balances personalization with discovery, scales to production load, and incorporates real-time market trends effectively.

Output format: Technical design document with architecture diagrams, algorithm justification, and implementation roadmap.

### **Example 4: Code Debugging → Chain of Thought**

**User Input:**

copilot> optimize prompt: my Python code isn't working, needs debugging


**Skill Internal Process:**

1. **Analyze:** Debugging task, needs step-by-step reasoning
2. **Clarify:** Skip (user will provide code context later)
3. **Select:** Chain of Thought

**Skill Output:**
You are an expert Python debugger.

Task: Debug the Python code provided by the user by analyzing it step-by-step.

Debugging approach:
1. Read and understand the code's intended purpose
2. Identify the error or unexpected behavior
3. Trace variable states at each execution step
4. Locate the root cause of the issue
5. Propose fix with explanation
6. Suggest preventive measures to avoid similar bugs

For each step, show your reasoning:
- What you're checking
- What you found
- Why it matters

Output format:
- **Issue identified:** [Describe the bug]
- **Root cause:** [Why it's happening]
- **Fix:** [Corrected code with comments]
- **Prevention:** [Best practices to avoid this in the future]

Include a working example to verify the fix.

## Notes

This skill is **platform-agnostic** and works in any terminal context where GitHub Copilot CLI is available. It does not depend on:

- Obsidian vault structure
- Specific project configurations
- External files or templates

The skill is entirely self-contained, operating purely on user input and framework knowledge.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.37%
按下载量换算28

Claude

28.84%
按下载量换算21

Cursor

22.02%
按下载量换算16

Gemini CLI

9.35%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/ericgandrade/claude-superskills --skill prompt-engineer 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills