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.

7 prompts found

Assistant Ui

Command
npx 1shot assistant-ui

Integrate assistant-ui chat into this project

Bug

Command
npx 1shot bug

Find a bug and fix it in this project

Prd

Command
npx 1shot prd

Analyze this codebase thoroughly and create a comprehensive Product Requirements Document (PRD)

Readme

Command
npx 1shot readme

Create a README

Ux

Command
npx 1shot ux

Improve the ux of this project

Stripe

Command
npx 1shot stripe

Integrate Stripe into this project

Shadcn

Command
npx 1shot shadcn

Integrate shadcn into this project

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