A collection of prompts is used to boost software development. Currently, it works best when combined with Claude Sonnet 3.5.
Prompt | Description | Source |
---|---|---|
SQL Sorcerer | Transform everyday language into SQL queries | Anthropic |
Data Organizer | Turn unstructured text into bespoke JSON tables | Anthropic |
PII Purifier | Automatically detect and remove personally identifiable information (PII) from text documents | Anthropic |
Code Explainer | Explain Code Step by Step | Raycast |
Bug Fighter | Find Bug in the Code | Raycast |
Grammarly | Fix Spelling and Grammar | Raycast |
Git Gud | Translate the text to Git commands | Raycast |
Regex Generator | Generate a regular expression that match the specific patterns in the text | Raycast |
Debug Marker | Add debug statements to the code. Add as many as necessary to make debugging easier | Raycast |
Tech Stack Inspector | Describe the tech stack used based on a given HTML document | Raycast |
A big thank to all who contributed to this project!
If you'd like to contribute, please check out the CONTRIBUTING guideline.