This repository contains a collection of AI-assisted development prompts designed to improve code quality, consistency, and efficiency in your projects via Nice Prompt Extension
The main goals of this repository are to provide a boilerplate for any project and to provide a bank of prompts for any future projects.
- Provide standardized prompts for common development tasks
- Ensure consistent implementation of common patterns
- Store and update your prompts for future use via Nice Prompt Extension
This repository includes the following types of prompts:
Use Case |
---|
Supabase |
Next.js |
React Native |
Tailwind CSS |
React |
Express |
Tanstack Query |
- Clone this repository or copy the desired prompt files into your project's
.prompts
folder. - Call the prompt file with @mention the prompt file name in the ai-chat.
- Use the generated code as a starting point, and adjust as needed for your specific use case.
Tip: Copy your prompt in Nice Prompt Extension after you connected the folder to the repository. Your local markdown file will be automatically updated.
Contributions to this repository are welcome! If you have ideas for new prompts or improvements to existing ones, please submit a pull request or open an issue.
How to send new prompts:
- Fork the repository
- Login to Nice Prompt via Extension.
- Create a new prompt folder and connect the folder to the repository you forked. Pay attention to the naming convention.
- Add your prompts for the use case you want to add.
- Create a pull request.
Tip: Write your prompt in Nice Prompt Extension after you connected the folder to the repository. Your local markdown file will be automatically updated.