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

prompt-engineer提示工程师

Agent Skill

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

总安装

4,352

周安装

132

GitHub Stars

公开资料未说明

下载量

979
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add eddiebe147/claude-settings --skill "prompt-engineer"

简介

辅助构建清晰、可复用的提示词模板与系统指令框架。

  • 适用于提升 Agent 任务理解精度与输出一致性场景。
  • 支持拆分复杂任务、定义角色边界与设置格式约束。prompt-engineer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 提示词示例仅供参考,实际使用需结合真实业务逻辑调整。
  • 涉及自动执行或外部调用时,应在提示中明确确认步骤与失败预案。

SKILL.md

name
Prompt Engineer
slug
prompt-engineer
description
Craft effective prompts and optimize AI interactions for better results
category
meta
complexity
simple
version
1.0.0
author
ID8Labs
triggers
tags

Prompt Engineer

The Prompt Engineer skill helps you craft, refine, and optimize prompts for Claude Code and other AI systems. It applies proven prompt engineering principles including clarity, specificity, context provision, and structural best practices to transform vague requests into effective AI instructions.

This skill analyzes existing prompts for weaknesses, suggests improvements based on prompt engineering research, and helps you build prompt libraries for recurring tasks. It's particularly valuable when you need consistent, high-quality AI outputs or want to maximize the effectiveness of complex multi-step AI workflows.

Whether you're creating one-off prompts or building reusable templates, this skill ensures your AI interactions are clear, actionable, and produce the results you need.

Core Workflows

Workflow 1: Analyze & Optimize Existing Prompt

  1. Receive the current prompt from user
  2. Analyze against prompt engineering principles:

- Clarity: Is the request unambiguous? - Specificity: Are outputs well-defined? - Context: Is necessary background provided? - Structure: Is the prompt well-organized? - Constraints: Are limitations clearly stated?

  1. Identify weaknesses and improvement opportunities
  2. Provide optimized version with explanations
  3. Test improved prompt if requested
  4. Iterate based on results

Workflow 2: Design New Prompt from Scratch

  1. Clarify the goal: What outcome is needed?
  2. Gather requirements:

- Target AI system capabilities - Output format requirements - Domain context needed - Edge cases to handle

  1. Structure the prompt using proven patterns:

- Role/persona if beneficial - Clear task description - Specific constraints and requirements - Output format specification - Examples if complex

  1. Draft initial version
  2. Refine for clarity and completeness
  3. Document usage guidelines

Workflow 3: Build Prompt Template Library

  1. Identify recurring prompt patterns in workflow
  2. Extract reusable components
  3. Parameterize variable elements
  4. Document template with:

- Purpose and use cases - Parameter descriptions - Example usage - Expected outputs

  1. Test template with multiple scenarios
  2. Store in organized library structure

Quick Reference

ActionCommand/Trigger
Optimize existing prompt"Optimize this prompt: [prompt]"
Design new prompt"Design a prompt for [goal]"
Review prompt quality"Review this prompt: [prompt]"
Create template"Create a prompt template for [use case]"
Apply best practices"Apply prompt engineering best practices to [prompt]"
Fix prompt issues"This prompt isn't working well: [prompt]"

Best Practices

  • Be Specific: Replace vague terms with concrete requirements

- Bad: "Make it better" - Good: "Increase response accuracy by providing 3 cited examples"

  • Provide Context: Give AI the background it needs

- Include: Domain knowledge, target audience, constraints - Example: "For a technical audience familiar with React..."

  • Structure Clearly: Use formatting to organize complex prompts

- Sections, bullets, numbered steps - Clear delineation between instructions and examples

  • Define Success: Specify what good output looks like

- Format requirements (JSON, markdown, etc.) - Length constraints - Quality criteria

  • Use Examples: Show don't just tell for complex outputs

- Provide 1-3 examples of desired output - Include edge cases if relevant

  • Iterate: Prompts improve through testing

- Start simple, add complexity as needed - Test with edge cases - Refine based on actual outputs

  • Separate Concerns: Don't mix multiple requests

- One clear goal per prompt - Chain prompts for multi-step workflows

  • Constrain Appropriately: Set boundaries without over-constraining

- Specify limits (word count, format) - Allow flexibility where creativity helps

Advanced Techniques

Chain-of-Thought Prompting

Encourage step-by-step reasoning by asking AI to "think through" problems:

Before providing the final answer, work through:
1. What are the key factors?
2. What are the trade-offs?
3. What does the evidence suggest?
Then provide your conclusion.

Few-Shot Learning

Provide examples of input-output pairs:

Example 1: [input] → [output]
Example 2: [input] → [output]
Now apply the same pattern to: [new input]

Role-Based Prompting

Assign expertise or perspective:

As a senior React architect with 10 years of experience,
review this component for performance issues...

Constraint-Based Refinement

Use specific constraints to shape output:

Requirements:
- Maximum 3 paragraphs
- Include code examples
- Cite sources
- Use beginner-friendly language

Common Pitfalls to Avoid

  • Assuming context the AI doesn't have
  • Being too vague about desired output format
  • Mixing multiple unrelated requests
  • Over-complicating simple requests
  • Not specifying constraints until after receiving output
  • Forgetting to provide examples for complex patterns
  • Using ambiguous language or jargon without definition

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

30.11%
按下载量换算295

OpenCode

22.1%
按下载量换算216

Gemini CLI

19.39%
按下载量换算190

Antigravity

14.26%
按下载量换算140

windsurf

7.19%
按下载量换算70

Cursor

3.98%
按下载量换算39

安全审计

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

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills