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
npx 1shot hello-world
Reply with 'Hello, world!'
Assistant Ui
npx 1shot assistant-ui
Integrate assistant-ui into this project
Readme
npx 1shot readme
Create a README
Frenchify
npx 1shot frenchify
Frenchify this project
Bug
npx 1shot bug
Analyze this project to find and fix any bugs or issues
Prd
npx 1shot prd
Create a comprehensive, methodology-driven PRD (Product Requirements Document) for this project usin...
Fix Next Build
npx 1shot fix-next-build
Fix this build issue in a Next
Upgrade Next
npx 1shot upgrade-next
Upgrade this project to the latest version of Next
Upgrade React
npx 1shot upgrade-react
Upgrade this project to the latest version of React
Upgrade Typescript
npx 1shot upgrade-typescript
Upgrade this project to the latest version of TypeScript
Sqlite
npx 1shot sqlite
Set up SQLite database integration with schema, queries, and file management
Postgresql
npx 1shot postgresql
Set up PostgreSQL database integration with connection pooling, migrations, and optimization
Mysql
npx 1shot mysql
Set up MySQL database integration with configuration, indexing, and performance tuning
Mongodb
npx 1shot mongodb
Set up MongoDB integration with schema design, indexing, and aggregation pipelines
Convex
npx 1shot convex
Set up Convex backend with reactive data sync, serverless functions, and real-time features
Elysia
npx 1shot elysia
Set up Elysia TypeScript web framework with Bun runtime and type-safe APIs
Express
npx 1shot express
Set up Express
Fastify
npx 1shot fastify
Set up Fastify framework with schema validation, plugins, and high-performance architecture
Hono
npx 1shot hono
Set up Hono ultrafast web framework with multi-runtime support and edge deployment
Nextjs Backend
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.
Submit a PR
Create a pull request with your new prompt following the existing format
Create Pull RequestHow to Contribute
- Fork the repository: Start by forking the 1shot repository
- Edit the registry: Add your prompt to
packages/1shot/src/registry.ts
- Follow the format: Use the existing prompt structure with proper categories and clear descriptions
- Test locally: Ensure your prompt works correctly and follows the established patterns
- Submit PR: Create a pull request with a clear description of your prompt and its use case