prompt_engineering_patterns

Specific prompt techniques with example inputs and expected outputs.

Content Preview
# Prompt Engineering Patterns

Specific prompt techniques with example inputs and expected outputs.

## Patterns Index

1. [Zero-Shot Prompting](#1-zero-shot-prompting)
2. [Few-Shot Prompting](#2-few-shot-prompting)
3. [Chain-of-Thought (CoT)](#3-chain-of-thought-cot)
4. [Role Prompting](#4-role-prompting)
5. [Structured Output](#5-structured-output)
6. [Self-Consistency](#6-self-consistency)
7. [ReAct (Reasoning + Acting)](#7-react-reasoning--acting)
8. [Tree of Thoughts](#8-tree-of-thoughts)
9
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prompt_engineering_patterns.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-prompt-engineer/references/prompt_engineering_patterns.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-prompt-engineer/references/prompt_engineering_patterns.md

Related Skills