Prompd Beta is here.

Public Beta

The Registry for AI Prompts

Now in public beta. Publish, discover, and install composable AI workflow packages with full version control and team collaboration.

23 Packages|43 Versions|Source Available
Composable PackagesCLI-FirstSemantic Versioning

Featured Packages

@prompd/public-examples

sbaker
v1.1.11
Package

Public example prompts demonstrating inheritance, overriding features, and general usage patterns. Includes practical examples showing how to extend templates, customize prompts, and implement common AI workflow patterns.

2
Stars
63
Downloads
2/10/2026
Updated
$prompd install @prompd/public-examples

@examples/hello-world

sbaker
v0.0.3
Package

The simplest possible Prompd package. A single prompt with one parameter.

hello-worldbeginnerexample
1
Stars
5
Downloads
3/19/2026
Updated
$prompd install @examples/hello-world

@guardrails/common

sbaker
v0.0.2
Package

Common guardrail prompts for inline filtering of LLM inputs and outputs. Includes PII detection, content policy enforcement, topic fencing, output validation, toxicity filtering, and hallucination checking.

guardrailssafetypiicontent-policy+7
1
Stars
3
Downloads
3/19/2026
Updated
$prompd install @guardrails/common

@prompd/safety-evaluator

sbaker
v0.0.1
Package

Evaluate LLM outputs for safety compliance. Inherits from base-evaluator with pre-configured safety criteria. Designed for automated guardrail testing in CI.

safetyguardrailsevaluationevals+3
0
Stars
3
Downloads
3/11/2026
Updated
$prompd install @prompd/safety-evaluator

@examples/blog-writer

sbaker
v0.0.1
Package

This package offers a collection of three thoughtfully crafted prompts designed to assist users in generating engaging and creative blog posts across various topics and styles.

bloggingblog-writingblog-authoring
0
Stars
3
Downloads
3/10/2026
Updated
$prompd install @examples/blog-writer

@prompd/pr-reviewer-base

sbaker
v0.0.2
Package

Base template for automated PR review that analyzes diffs and returns structured JSON feedback on security, correctness, performance, maintainability, and test coverage. Inherit from this to create platform-specific reviewers.

code-reviewpull-requestautomationsecurity+1
0
Stars
2
Downloads
3/16/2026
Updated
$prompd install @prompd/pr-reviewer-base

For Developers

  • One-command install with automatic dependencies
  • Package inheritance and composition
  • Full CLI for publish, search, and version management

For Teams

  • Private namespaces for internal workflows
  • Organization management with role-based access
  • Semantic versioning with rollback support

For Enterprise

  • Self-hosted registry with SSO integration
  • Rate limiting and security headers
  • SLA guarantees and dedicated support

Why Prompd?

The Problem

AI workflows are scattered across GitHub repos, blog posts, and documentation. Every developer rebuilds the same patterns from scratch -- text processing, API integrations, prompt chains -- wasting time on solved problems instead of building something new.

Our Solution

Prompd provides a composable package ecosystem where AI workflows are versioned, tested, and installable with a single command. Packages can inherit from and extend each other, so the community's best work becomes the foundation for everyone's next project.

How It Works

Discover

Browse packages by type, keyword, or namespace. Find workflows, skills, and node templates built by the community.

Install

One command installs any package with automatic dependency resolution. Packages are versioned and reproducible.

Compose

Inherit, extend, and compose packages into production AI workflows. Build on the shoulders of the community.

$ prompd install @namespace/package-name

What You Can Build

Four package types for every part of your AI stack

Packages

Composable AI components with versioned dependencies

Workflows

Multi-step AI pipelines with branching and conditions

Skills

Focused AI capabilities you can plug into any workflow

Node Templates

Reusable building blocks for workflow nodes

prompd.jsonjson
{
  "name": "@myteam/summarizer",
  "version": "1.0.0",
  "type": "workflow",
  "description": "Multi-model text summarization workflow",
  "keywords": ["summarization", "nlp", "multi-model"],
  "dependencies": {
    "@prompd/text-splitter": "^2.0.0"
  }
}

Built for the AI Era

Prompd is building the composable ecosystem for AI development. We believe AI workflows should be shareable, versioned, and production-ready -- just like software packages.

Our registry gives developers the tools to publish, discover, and integrate AI components with confidence. From individual prompts to complex multi-step workflows, Prompd brings structure and collaboration to the AI development lifecycle.

What sets us apart is composability. Prompd packages can inherit from, extend, and compose with each other -- creating an ecosystem where the community's best work becomes the foundation for everyone's next project.

Learn more about our mission

Stephen Baker

Founder & CEO

Experienced entrepreneur and software architect building the Registry for AI Prompts with a vision for composable AI systems.

Meet the team

Plans for Every Team

Free for open source. Affordable for teams. Scalable for enterprise.

Free

$0

Always free

  • 5 Public Namespaces

Pro Plan

With this account you get your 5 public namespaces and 5 private namespaces.

$7.99

Month

  • 5 Private Namespaces

Team Plan

$24.99

Month

  • 10 Public Namespaces

  • 10 Private Packages

  • 1 Organization

  • Up to 5 users

Ready to publish your first package?

Get started in minutes with the Prompd CLI.