ai-prompt-engineering

Featured

Prompt engineering for production LLMs — structured outputs, evals, RAG, tool workflows, multimodal prompting, and safety. Use when designing, debugging, or shipping prompts.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Prompt Engineering — Operational Skill Use this skill for production prompt design: schema-first outputs, tool and RAG prompts, prompt hardening, evals, and release workflows. Keep it operational. If the main problem is architecture, retrieval quality, deployment, or inference cost, route to the deeper adjacent skill. ## ASCII Flow ```text prompt job | v pattern choice structured output | extraction | RAG | tool use | rewrite | classify | release | v prompt contract inputs + role/task + context rules + output schema + refusal/failure behavior | v validation schema checks + citation/tool checks + eval cases + regression gate | v released prompt versioned artifact + rollout notes + rollback path ``` ## When to Use This Skill - designing or refactoring prompts for production LLM systems - structured outputs, extraction schemas, or response contracts - prompt debugging, prompt hardening, or prompt review - prompt evals, regression suites, and rollout criteria - tool-use or RAG prompt patterns - multimodal prompts for image, document, audio, or video inputs ## Route Elsewhere - agent architecture and orchestration -> [ai-agents](../ai-agents/SKILL.md) - retrieval quality and chunking -> [ai-rag](../ai-rag/SKILL.md) - broader LLM lifecycle and model strategy -> [ai-llm](../ai-llm/SKILL.md) - inference latency and cost optimization -> [ai-llm-inference](../ai-llm-inference/SKILL.md) - deployment, monitoring, and platform controls -> [ai-mlops](../ai-...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot learning, creating system prompts with personas and guardrails, building JSON/function-calling schemas, or developing prompt evaluation frameworks to measure and improve model performance.

11,089 Updated 1 weeks ago
Jeffallan
AI & Automation Listed

prompt-engineer

Use when designing prompts for LLMs, optimizing model performance, building evaluation frameworks, or implementing advanced prompting techniques like chain-of-thought, few-shot learning, or structured outputs.

3 Updated yesterday
zacklecon
AI & Automation Listed

prompt-engineer

Designs, refines, and systematically evaluates LLM prompts using structure, role framing, few-shot examples, explicit output contracts, and reasoning scaffolds. Use this skill when the user wants to write or improve a prompt, build a system prompt, craft few-shot examples, reduce hallucination or refusals, enforce a JSON/structured output, design an LLM-as-judge or eval rubric, debug inconsistent or low-quality model outputs, or compare prompt variants ("optimize this prompt", "why is the model ignoring my instructions", "make it return valid JSON", "write a prompt that...", "evaluate these prompts").

3 Updated 3 weeks ago
JayRHa