Prompt Registry

Discover and use pre-built prompts for common development tasks.
From API integrations to testing setups, find the perfect prompt for your project.

20 prompts found

Hello World

Command
npx 1shot hello-world

Reply with 'Hello, world!'

Assistant Ui

Command
npx 1shot assistant-ui

Integrate assistant-ui into this project

Readme

Command
npx 1shot readme

Create a README

Frenchify

Command
npx 1shot frenchify

Frenchify this project

Bug

Command
npx 1shot bug

Analyze this project to find and fix any bugs or issues

Prd

Command
npx 1shot prd

Create a comprehensive, methodology-driven PRD (Product Requirements Document) for this project usin...

Fix Next Build

Command
npx 1shot fix-next-build

Fix this build issue in a Next

Upgrade Next

Command
npx 1shot upgrade-next

Upgrade this project to the latest version of Next

Upgrade React

Command
npx 1shot upgrade-react

Upgrade this project to the latest version of React

Upgrade Typescript

Command
npx 1shot upgrade-typescript

Upgrade this project to the latest version of TypeScript

Sqlite

Command
npx 1shot sqlite

Set up SQLite database integration with schema, queries, and file management

Postgresql

Command
npx 1shot postgresql

Set up PostgreSQL database integration with connection pooling, migrations, and optimization

Mysql

Command
npx 1shot mysql

Set up MySQL database integration with configuration, indexing, and performance tuning

Mongodb

Command
npx 1shot mongodb

Set up MongoDB integration with schema design, indexing, and aggregation pipelines

Convex

Command
npx 1shot convex

Set up Convex backend with reactive data sync, serverless functions, and real-time features

Elysia

Command
npx 1shot elysia

Set up Elysia TypeScript web framework with Bun runtime and type-safe APIs

Express

Command
npx 1shot express

Set up Express

Fastify

Command
npx 1shot fastify

Set up Fastify framework with schema validation, plugins, and high-performance architecture

Hono

Command
npx 1shot hono

Set up Hono ultrafast web framework with multi-runtime support and edge deployment

Nextjs Backend

Command
npx 1shot nextjs-backend

Set up Next

Contribute Your Own Prompts

Help the community by adding your own expertly crafted prompts to the registry.
Share your knowledge and make development easier for everyone.

Registry File

View the source registry file where all prompts are defined

View registry.ts

Submit a PR

Create a pull request with your new prompt following the existing format

Create Pull Request

How to Contribute

  1. Fork the repository: Start by forking the 1shot repository
  2. Edit the registry: Add your prompt to packages/1shot/src/registry.ts
  3. Follow the format: Use the existing prompt structure with proper categories and clear descriptions
  4. Test locally: Ensure your prompt works correctly and follows the established patterns
  5. Submit PR: Create a pull request with a clear description of your prompt and its use case