prompt-engineering
仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由
一套可复用的提示实战方法,能显著提升模型表现。
这个 Skill 做什么
提供提示设计、调试与优化的流程与示例策略。
教你怎么写出能稳定跑出好结果的 prompt:从 few-shot 示例选取、chain-of-thought 结构到 system prompt 模板化都有方法论。当你需要改进模型输出、调试 prompt 或搭建可复用的提示系统时拿来用。特色是把设计、评估和优化流程化,方便反复试验与量化对比。
▸ 展开 SKILL.md 英文原文
Provides workflows to write, debug, and optimize prompts for LLMs, including few-shot example selection, chain-of-thought structuring, system prompt design, and template composition. Use when the user asks to write or improve a prompt, wants help with few-shot examples, chain-of-thought, system prompts, prompt templates, or asks how to get better results from an LLM.
311
Stars
36
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-ai/skills/prompt-engineering/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-ai/skills/prompt-engineering/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Prompt Engineering ## Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. ## When to Use Use this skill when: - A user asks to write, rewrite, or improve a prompt - A prompt needs better structure, reliability, or output formatting - Few-shot examples or reasoning scaffolds are needed - A system prompt or reusable prompt template must be created - An existing prompt needs measu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有