prompthub registry
Reusable, versioned prompt layers — compose like Docker.
Pull layers, stack them in a Promptfile, and build merged prompt output.
$ ph pull base/code-reviewer:v1.0
Total Layers
—
reusable building blocks
Total Versions
—
across all layers
Namespaces
—
organized categories
Recent Layers
Loading…
How it works
① PULL
ph pull base/code-reviewer:v1.0
Pull a reusable layer from the registry into your local cache.
② COMPOSE
FROM base/code-reviewer:v1.0
FROM style/concise:v1.0
FROM style/concise:v1.0
Write a Promptfile declaring which layers to stack — like a Dockerfile.
③ BUILD
ph build
Merge layers into a single prompt ready to paste into any AI tool.
Loading…
layer.yaml
Loading…
prompt.md
Loading…