An open API service indexing awesome lists of open source software.

https://github.com/dwarvesf/prompts-for-dev

A collection of prompts is used to boost software development.
https://github.com/dwarvesf/prompts-for-dev

chatgpt claude-3-sonnet llm prompt

Last synced: about 1 year ago
JSON representation

A collection of prompts is used to boost software development.

Awesome Lists containing this project

README

          


Prompts for Developers



A collection of prompts is used to boost software development. Currently, it works best when combined with Claude Sonnet 3.5.






---

## Prompts

| Prompt | Description | Source |
| ------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [SQL Sorcerer](./prompts/SQL%20Sorcerer.md) | Transform everyday language into SQL queries | [Anthropic](https://docs.anthropic.com/en/prompt-library/sql-sorcerer) |
| [Data Organizer](./prompts/Data%20Organizer.md) | Turn unstructured text into bespoke JSON tables | [Anthropic](https://docs.anthropic.com/en/prompt-library/data-organizer) |
| [PII Purifier](./prompts/PII%20Purifier.md) | Automatically detect and remove personally identifiable information (PII) from text documents | [Anthropic](https://docs.anthropic.com/en/prompt-library/pii-purifier) |
| [Code Explainer](./prompts/Code%20Explainer.md) | Explain Code Step by Step | [Raycast](https://ray.so/prompts/raycast) |
| [Bug Fighter](./prompts/Bug%20Fighter.md) | Find Bug in the Code | [Raycast](https://ray.so/prompts/raycast) |
| [Grammarly](./prompts/Grammarly.md) | Fix Spelling and Grammar | [Raycast](https://ray.so/prompts/raycast) |
| [Git Gud](./prompts/Git%20Gud.md) | Translate the text to Git commands | [Raycast](https://ray.so/prompts/raycast) |
| [Regex Generator](./prompts/Regex%20Generator.md) | Generate a regular expression that match the specific patterns in the text | [Raycast](https://ray.so/prompts/raycast) |
| [Debug Marker](./prompts/Debug%20Marker.md) | Add debug statements to the code. Add as many as necessary to make debugging easier | [Raycast](https://ray.so/prompts/raycast) |
| [Tech Stack Inspector](./prompts/Tech%20Stack%20Inspector.md) | Describe the tech stack used based on a given HTML document | [Raycast](https://ray.so/prompts/raycast) |

## Credits

A big thank to all who contributed to this project!

If you'd like to contribute, please check out the [CONTRIBUTING](./CONTRIBUTING.md) guideline.