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.
- Host: GitHub
- URL: https://github.com/dwarvesf/prompts-for-dev
- Owner: dwarvesf
- License: cc0-1.0
- Created: 2024-09-26T09:11:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T03:15:28.000Z (over 1 year ago)
- Last Synced: 2024-11-15T04:19:25.468Z (over 1 year ago)
- Topics: chatgpt, claude-3-sonnet, llm, prompt
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.