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

prompt-engineering及时工程

Agent Skill

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

总安装

1,128

周安装

47

GitHub Stars

4

下载量

376
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eyadsibai/ltk --skill prompt-engineering

简介

用于优化 LLM 提示词与 Agent 工作流设计,提升输出质量。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中构建结构化指令。
  • 提供链式思维、少样本示例与约束注入模式。
  • 安装命令:npx skills add https://github.com/eyadsibai/ltk --skill prompt-engineering。
  • 避免将示例当作硬性规则,保留业务灵活性。

SKILL.md

Prompt Engineering Guide

Effective prompts, RAG systems, and agent workflows.

When to Use

  • Optimizing LLM prompts
  • Building RAG systems
  • Designing agent workflows
  • Creating few-shot examples
  • Structuring chain-of-thought reasoning

Prompt Structure

Core Components

ComponentPurposeInclude When
Role/ContextSet expertise, personaComplex domain tasks
TaskClear instructionAlways
FormatOutput structureNeed structured output
ExamplesFew-shot learningPattern demonstration needed
ConstraintsBoundaries, rulesNeed to limit scope

Prompt Patterns

PatternUse CaseKey Concept
Chain of ThoughtComplex reasoning"Think step by step"
Few-ShotPattern learning2-5 input/output examples
Role PlayingDomain expertise"You are an expert X"
Structured OutputParsing neededSpecify JSON/format exactly
Self-ConsistencyImprove accuracyGenerate multiple, vote

Chain of Thought Variants

VariantDescriptionWhen to Use
Standard CoT"Think step by step"Math, logic problems
Zero-Shot CoTJust add "step by step"Quick reasoning boost
Structured CoTNumbered stepsComplex multi-step
Self-AskAsk sub-questionsResearch-style tasks
Tree of ThoughtExplore multiple pathsCreative/open problems

Key concept: CoT works because it forces the model to show intermediate reasoning, reducing errors in the final answer.


Few-Shot Learning

Example Selection

CriteriaWhy
RepresentativeCover common cases
DiverseShow range of inputs
Edge casesHandle boundaries
Consistent formatTeach output pattern

Number of Examples

CountTrade-off
0 (zero-shot)Less context, more creative
2-3Good balance for most tasks
5+Complex patterns, use tokens

Key concept: Examples teach format more than content. The model learns "how" to respond, not "what" facts to include.


RAG System Design

Architecture Flow

Query → Embed → Search → Retrieve → Augment Prompt → Generate

Chunking Strategies

StrategyBest ForTrade-off
Fixed sizeGeneral documentsMay split sentences
Sentence-basedPrecise retrievalMany small chunks
Paragraph-basedContext preservationMay be too large
SemanticMixed contentMore complex

Retrieval Quality Factors

FactorImpact
Chunk sizeToo small = no context, too large = noise
OverlapPrevents splitting important content
Metadata filteringNarrows search space
Re-rankingImproves relevance of top-k
Hybrid searchCombines keyword + semantic

Key concept: RAG quality depends more on retrieval quality than generation quality. Fix retrieval first.


Agent Patterns

ReAct Pattern

StepDescription
ThoughtReason about what to do
ActionCall a tool
ObservationProcess tool result
RepeatUntil task complete

Tool Design Principles

PrincipleWhy
Single purposeClear when to use
Good descriptionsModel selects correctly
Structured inputsReliable parsing
Informative outputsModel understands result
Error messagesGuide retry attempts

Prompt Optimization

Token Efficiency

TechniqueSavings
Remove redundant instructions10-30%
Use abbreviations in examples10-20%
Compress context with summaries50%+
Remove verbose explanations20-40%

Quality Improvement

TechniqueEffect
Add specific examplesReduces errors
Specify output formatEnables parsing
Include edge casesHandles boundaries
Add confidence scoringCalibrates uncertainty

Common Task Patterns

TaskKey Prompt Elements
ExtractionList fields, specify format (JSON), handle missing
ClassificationList categories, one-shot per category, single answer
SummarizationSpecify length, focus areas, format (bullets/prose)
GenerationStyle guide, length, constraints, examples
Q&AContext placement, "based only on context"

Best Practices

PracticeWhy
Be specific and explicitReduces ambiguity
Provide clear examplesShows expected format
Specify output formatEnables parsing
Test with diverse inputsFind edge cases
Iterate based on failuresTargeted improvement
Separate instructions from dataPrevent injection

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.4%
按下载量换算129

Claude

29.36%
按下载量换算110

Cursor

17.27%
按下载量换算65

Gemini CLI

9.18%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills