Prompt Junky

Courses & Guides

Courses, certificates, interactive tutorials and long-form reference guides that teach prompt engineering and context engineering.

49 prompt tools / page 1 of 2

PromptBench

Evaluation & Testing

A Microsoft research framework for evaluating language models with a focus on prompt robustness, including adversarial prompt attacks and prompt engineering method comparisons. The repository is archived and kept for reference.

aka.ms

Verbalized Sampling

Agent & Prompt Frameworks

A reference implementation of a training-free prompting strategy that asks a model for a distribution of responses with probabilities, which the authors report reduces mode collapse in creative tasks.

verbalized-sampling.com

Anthropic Courses

Courses & Guides

Anthropic's educational course repository covering API fundamentals, prompt engineering, evaluations and tool use. The repository is archived, with newer material published on Anthropic Academy.

github.com

Brex Prompt Engineering Guide

Courses & Guides

An internal Brex guide published openly, explaining how large language models behave and giving practical rules for writing prompts in production systems. It is no longer actively updated.

github.com

LMOps

Agent & Prompt Frameworks

A Microsoft Research collection of projects on making language models usable in production, including automatic prompt optimization, prompt compression and structured prompting techniques.

aka.ms

Prompt Engineering Guide (DAIR.AI)

Courses & Guides

The repository behind promptingguide.ai, collecting explanations, papers, notebooks and worked examples for prompting techniques from zero-shot through to agent and context engineering.

promptingguide.ai

Anthropic Claude Cookbooks

Prompt Libraries

Anthropic's official notebook collection showing working patterns for Claude, including prompt structures for classification, extraction, tool use, retrieval and long-context work.

github.com

12-Factor Agents

Courses & Guides

A written set of principles for building reliable LLM software, including factors on owning your prompts, owning context construction and treating tools as structured output.

github.com

Prompt Engineering Techniques (NirDiamant)

Courses & Guides

A tutorial repository of twenty-two prompt engineering techniques, each explained with a runnable Jupyter notebook that moves from basic structure to advanced strategies.

diamant-ai.com

Anthropic Interactive Prompt Engineering Tutorial

Courses & Guides

Anthropic's hands-on tutorial that teaches prompting for Claude through nine chapters of exercises run in notebooks, from basic structure to complex multi-step prompts.

github.com

Generative AI for Beginners

Courses & Guides

A free twenty-one-lesson Microsoft course covering generative AI fundamentals, with dedicated lessons on prompt engineering, prompt templates and building applications.

github.com

Anthropic Prompting Documentation

Courses & Guides

Anthropic's official prompt engineering documentation for Claude, covering clarity, examples, structured formatting, chain-of-thought and extended thinking guidance.

docs.claude.com

Awesome Context Engineering

Courses & Guides

A survey repository tracing the move from prompt engineering to context engineering, indexing papers and systems that manage what goes into a model's context window.

github.com

Learn Prompting

Courses & Guides

An online course and reference covering prompt engineering from basics through advanced techniques, prompt security and applied tracks, with free and paid tiers.

learnprompting.org

OpenAI Academy

Courses & Guides

OpenAI's free learning platform with courses and sessions on using and building with its models, including practical prompting material for work and development.

academy.openai.com

Graph of Thoughts

Agent & Prompt Frameworks

The official implementation of the Graph of Thoughts paper, which models a prompt-solving process as a graph of thoughts that can be merged, refined and scored.

github.com

Jasper

Prompt Managers & Versioning

A marketing-focused AI platform with brand voice settings, reusable templates and agents, where prompt configuration is handled through campaign-level controls.

jasper.ai

OpenAI Cookbook

Prompt Libraries

OpenAI's official examples repository with notebooks and guides covering prompting techniques, structured outputs, function calling, embeddings and evaluation.

cookbook.openai.com

DeepLearning.AI

Courses & Guides

Andrew Ng's education company, publishing short courses on prompt engineering, LLM application development, agents and evaluation, many of them free to audit.

deeplearning.ai

LLM Engineer's Handbook

Courses & Guides

The companion code repository for a published handbook on building and deploying language model applications, including prompt design and evaluation chapters.

amazon.com

Tree of Thoughts

Agent & Prompt Frameworks

A plug-and-play implementation of tree-of-thoughts prompting, where a model explores and evaluates multiple reasoning branches before committing to an answer.

github.com

LangChain Academy

Courses & Guides

LangChain's free course platform teaching agent development with LangGraph and related tooling, including how prompts and state are managed in agent graphs.

academy.langchain.com

SuperPrompt

Prompt Libraries

An experimental prompt built around structured XML-like reasoning scaffolds, published as an attempt to probe how models handle complex nested instructions.

github.com

AI Product Development Toolkit

Prompt Libraries

A set of prompt templates and agent configurations for user-centred product development, walking from research and requirements through to specifications.

promptquick.ai

LangGPT

Prompt Libraries

A structured prompt methodology and template set that formats prompts like a configuration document with role, goals, constraints and workflow sections.

github.com

Google AI Professional Certificate

Courses & Guides

Google's hands-on certificate programme, which grew out of its Prompting Essentials course, teaching practical prompting with Gemini and related tools.

grow.google

Agents Best Practices

Courses & Guides

A provider-neutral guide and agent skill describing prompt and harness design practices that work across Codex, Claude Code and similar coding agents.

github.com

Learn AI Engineering

Courses & Guides

A free curated learning path for AI and language model engineering, sequencing courses, videos and articles including prompt engineering fundamentals.

github.com

Awesome GPT Prompt Engineering

Prompt Libraries

A curated index of prompt engineering resources, linking to tools, papers, prompt datasets and learning material rather than hosting prompts itself.

github.com

Awesome LLMOps

Courses & Guides

A curated directory of tools for operating language model applications, with sections for prompt management, evaluation, observability and serving.

github.com

Claude Code Ultimate Guide

Courses & Guides

A comprehensive community guide to Claude Code covering agentic workflows, hooks, skills and prompt patterns, with quizzes and production examples.

github.com

AI Notes

Courses & Guides

A long-running engineer's notebook on AI developments, including sections on prompt engineering tooling and techniques, kept as an open reference.

latent.space

Awesome AI SDKs

Courses & Guides

A database of SDKs, frameworks and tools for creating, monitoring and deploying AI agents, useful for finding prompt and eval tooling by category.

github.com

Better Agents

Courses & Guides

A published set of standards from the LangWatch team for building agents well, covering prompt structure, evaluation habits and failure handling.

github.com

PromptoMania

Image & Video Prompt Tools

A visual prompt builder that assembles image prompts from style, lighting and camera options, paired with a model directory and written guides.

promptomania.com

ChatGPT System Prompt Collection

Prompt Libraries

A collection of GPT system prompts together with notes on prompt injection and prompt-leaking techniques and how builders defend against them.

github.com

Questions

Frequently asked questions

What counts as courses & guides?

Courses, certificates, interactive tutorials and long-form reference guides that teach prompt engineering and context engineering.

What are courses & guides?

Courses, certificates, interactive tutorials and long-form reference guides that teach prompt engineering and context engineering.

Do I need a tool for this?

Solo users often do fine with a text file. Teams shipping prompts to production usually want versioning and evaluation. Start with the free tier of a tool in the category.