Prompt Junky

All prompt tools

Every tool in the directory. Filter by category or search by name.

284 prompt tools / page 3 of 8

PromptBase

Prompt Marketplaces

A marketplace where prompt engineers sell individual prompts for text and image models. Buyers browse by model and use case, and the site says it lists more than 330,000 prompts.

promptbase.com

Agenta

Prompt Managers & Versioning

An open-source workspace where engineers and subject-matter experts iterate on prompts and agent configurations side by side, with versioning, evaluation runs and observability.

agenta.ai

Fabric

Prompt Libraries

An open-source framework built around a large library of reusable prompt patterns invoked from the command line, each pattern being a markdown system prompt for a specific task.

danielmiessler.com

Google Agent Development Kit

Agent & Prompt Frameworks

Google's open-source Python toolkit for building and deploying agents, with agent instructions, tools, sessions and a built-in evaluation runner for checking agent trajectories.

google.github.io

Kiln

Evaluation & Testing

A desktop application and Python library for building AI systems, covering prompt iteration, dataset collection, evaluations, synthetic data and fine-tuning in one project file.

kiln.tech

Microsoft 365 Copilot Prompt Samples

Prompt Libraries

A community sample repository maintained under the Microsoft Patterns and Practices programme, collecting prompt examples for Microsoft 365 Copilot across common work scenarios.

github.com

Midjourney

Image & Video Prompt Tools

One of the best known text-to-image services, driven entirely by prompts with parameters for aspect ratio, style weighting and image references documented in its official guide.

midjourney.com

AG2

Agent & Prompt Frameworks

The community-maintained continuation of the original AutoGen codebase, providing conversational multi-agent patterns with configurable system messages and group chat managers.

ag2.ai

Arize Phoenix

Prompt Managers & Versioning

Arize's open-source observability tool that runs locally or self-hosted, offering OpenTelemetry tracing, a prompt playground with saved prompt versions and built-in evaluators.

github.com

ChainForge

Evaluation & Testing

An open-source visual environment for stress-testing prompts. Prompt variants, models and evaluators are wired together as nodes, and results are compared in charts and tables.

chainforge.ai

Galileo

Evaluation & Testing

An evaluation and observability platform for generative applications, with automated metrics for hallucination and instruction adherence plus guardrails for production traffic.

galileo.ai

Giskard

Evaluation & Testing

An open-source testing library that automatically scans LLM applications and agents for issues such as hallucination, prompt injection, harmful content and robustness failures.

docs.giskard.ai

Prompty

Prompt Managers & Versioning

A Microsoft specification and tooling for the .prompty file format, storing a prompt plus its model configuration and sample inputs in one readable asset with a VS Code runner.

prompty.ai

Helicone

Prompt Managers & Versioning

An open-source observability and gateway platform that logs every model request through a one-line proxy change, with prompt versioning, caching and experiment tooling on top.

helicone.ai

Langtrace

Prompt Managers & Versioning

An open-source, OpenTelemetry-based observability tool for LLM applications that captures traces, manages prompt versions in a registry and runs evaluations on collected data.

langtrace.ai

MLflow

Prompt Managers & Versioning

The widely used open-source ML platform, which now includes a prompt registry for versioning prompt templates alongside tracing and LLM evaluation for generative applications.

mlflow.org

Prompt Poet

Prompt Managers & Versioning

A library from Character.AI for composing prompts from YAML and Jinja2 templates, with automatic truncation that respects section boundaries when the context limit is reached.

pypi.org

Rig

Agent & Prompt Frameworks

A Rust library for building LLM-powered applications with typed agents, embeddings and vector store integrations, aimed at teams that want prompt logic in a compiled language.

rig.rs

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 flow

Prompt Managers & Versioning

A Microsoft toolkit for building LLM applications as directed flows of prompts, Python code and tools, with batch runs, built-in evaluation flows and a VS Code visual editor.

microsoft.github.io

Chainlit

Evaluation & Testing

An open framework and hosted service for building conversational AI interfaces with built-in observability, feedback collection and evaluation of the conversations produced.

chainlit.io

Langfuse

Prompt Managers & Versioning

An open-source LLM engineering platform combining tracing, evaluations and a prompt management layer where prompts are versioned, labelled and fetched at runtime by the SDK.

langfuse.com

Strands Agents SDK

Agent & Prompt Frameworks

An open-source SDK, originally from AWS, for building production agents in Python and TypeScript with an explicit model-tools-prompt loop that developers control end to end.

strandsagents.com

FastChat

Evaluation & Testing

The LMSYS platform for serving and evaluating chat models, including the MT-Bench multi-turn judge harness and the infrastructure used for crowd-sourced model comparisons.

github.com

WhyLabs

Evaluation & Testing

An observability platform for AI and data pipelines that profiles inputs and outputs to detect drift and quality problems, including text from language model applications.

whylabs.ai

Arize AX

Evaluation & Testing

Arize's commercial platform for agent observability and evaluation, adding hosted tracing, online evaluators and issue tracking on top of the open-source Phoenix project.

arize.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

Superagent

Evaluation & Testing

An open-source guardrail layer that inspects model traffic for prompt injection, data leakage and harmful output, and can be embedded in an application or run as a proxy.

superagent.sh

Weights & Biases

Evaluation & Testing

The experiment tracking company whose Weave product records LLM calls, versions prompts and datasets as objects, and runs scored evaluations for generative applications.

wandb.ai

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

Bifrost

Agent & Prompt Frameworks

An open-source AI gateway that fronts many model providers behind one API, adding routing, load balancing, guardrails and governance for prompts sent from applications.

getmaxim.ai

ContextGem

Agent & Prompt Frameworks

A Python framework for extracting structured data from documents where the extraction prompts and schemas are generated from declarative aspect and concept definitions.

contextgem.dev

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

LightEval

Evaluation & Testing

Hugging Face's evaluation toolkit for running benchmark tasks across several inference backends, with custom task and metric definitions and detailed per-sample output.

huggingface.co

Prometheus Eval

Evaluation & Testing

An open-source evaluator language model and toolkit for grading responses against a user-supplied scoring rubric, offered as an alternative to proprietary judge models.

github.com

Promptify

Prompt Managers & Versioning

A Python library with prompt templates for common NLP tasks such as named entity recognition, classification and question answering, returning parsed structured output.

github.com