Open Prompt Hubbeta

Open Prompt Hub

The open registry for AI-native software.

Links

  • Browse Prompts
  • Docs
  • Vision

Stay updated

© 2026 Open Prompt Hub. All rights reserved.

Browse Prompts

TrendingRecentMost Starred
Show forks
Open Prompt Creator

open-prompt-hub/create-open-prompt

0

An interactive agent that guides users through creating a complete open-prompt file. Asks targeted questions to gather all required metadata and instructions, then generates a valid open-prompt Markdown file with YAML front matter ready for publishing to Open Prompt Hub.

agentopen-promptscaffolding
developer-tools
JSON Formatter CLI

open-prompt-hub/json-formatter

0

A single-file Node.js CLI tool that reads JSON from stdin or a file argument, validates it, and pretty-prints it with ANSI syntax highlighting to the terminal.

clijsonformatternodejs
Code Review Agent

open-prompt-hub/code-review-agent

0

A structured system prompt for an AI code review agent. Instructs the model to review code changes with a repeatable methodology covering correctness, security, performance, and maintainability.

agentcode-reviewdeveloper-toolsprompt
Expense Tracker REST API

open-prompt-hub/expense-tracker-api

0

A single-file Python REST API for tracking personal expenses. Built with FastAPI and SQLite. Supports full CRUD for expenses and categories, date range filtering, monthly summaries, CSV export, and a health check endpoint.

apipythonfastapisqlite
Markdown Slide Deck

open-prompt-hub/markdown-slide-deck

1

A single-file HTML web app that turns a Markdown document into a keyboard-navigable slide presentation. Supports code syntax highlighting, speaker notes, slide overview grid, fullscreen mode, and a progress bar.

presentationmarkdownhtmlslides
QA Test Plan Generator

open-prompt-hub/qa-test-generator

1

An agent prompt that takes a feature description, user story, or source code and generates a comprehensive QA test plan. Outputs structured markdown with unit tests, integration tests, edge cases, security tests, and a risk assessment.

agentqatestingtest-plan