{"id":26493959,"url":"https://github.com/dwarvesf/prompts-for-dev","last_synced_at":"2025-03-20T09:58:25.613Z","repository":{"id":262926728,"uuid":"863422386","full_name":"dwarvesf/prompts-for-dev","owner":"dwarvesf","description":"A collection of prompts is used to boost software development.","archived":false,"fork":false,"pushed_at":"2024-11-15T03:15:28.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-15T04:19:25.468Z","etag":null,"topics":["chatgpt","claude-3-sonnet","llm","prompt"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwarvesf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-26T09:11:44.000Z","updated_at":"2024-11-15T03:15:32.000Z","dependencies_parsed_at":"2024-11-15T04:19:27.971Z","dependency_job_id":"937092a6-184d-48d1-a528-2bb712347993","html_url":"https://github.com/dwarvesf/prompts-for-dev","commit_stats":null,"previous_names":["dwarvesf/prompts-for-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fprompts-for-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fprompts-for-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fprompts-for-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fprompts-for-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwarvesf","download_url":"https://codeload.github.com/dwarvesf/prompts-for-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591450,"owners_count":20477709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","claude-3-sonnet","llm","prompt"],"created_at":"2025-03-20T09:58:24.958Z","updated_at":"2025-03-20T09:58:25.605Z","avatar_url":"https://github.com/dwarvesf.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003ePrompts for Developers\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    A collection of prompts is used to boost software development. Currently, it works best when combined with Claude Sonnet 3.5.\n  \u003c/p\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://twitter.com/dwarvesf\"\u003e\u003cimg src=\"https://img.shields.io/badge/dwarvesf-blue?logo=X\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.com/invite/dwarvesv\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-dwarvesv-blue?logo=Discord\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.facebook.com/dwarvesf\"\u003e\u003cimg src=\"https://img.shields.io/badge/Facebook-dwarvesf-blue?logo=Facebook\"\u003e\u003c/a\u003e\n\u003ca href=\"https://d.foundation\"\u003e\u003cimg src=\"https://img.shields.io/badge/Website-orange\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Prompts\n\n| Prompt                                                        | Description                                                                                   | Source                                                                   |\n| ------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |\n| [SQL Sorcerer](./prompts/SQL%20Sorcerer.md)                   | Transform everyday language into SQL queries                                                  | [Anthropic](https://docs.anthropic.com/en/prompt-library/sql-sorcerer)   |\n| [Data Organizer](./prompts/Data%20Organizer.md)               | Turn unstructured text into bespoke JSON tables                                               | [Anthropic](https://docs.anthropic.com/en/prompt-library/data-organizer) |\n| [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)   |\n| [Code Explainer](./prompts/Code%20Explainer.md)               | Explain Code Step by Step                                                                     | [Raycast](https://ray.so/prompts/raycast)                                |\n| [Bug Fighter](./prompts/Bug%20Fighter.md)                     | Find Bug in the Code                                                                          | [Raycast](https://ray.so/prompts/raycast)                                |\n| [Grammarly](./prompts/Grammarly.md)                           | Fix Spelling and Grammar                                                                      | [Raycast](https://ray.so/prompts/raycast)                                |\n| [Git Gud](./prompts/Git%20Gud.md)                             | Translate the text to Git commands                                                            | [Raycast](https://ray.so/prompts/raycast)                                |\n| [Regex Generator](./prompts/Regex%20Generator.md)             | Generate a regular expression that match the specific patterns in the text                    | [Raycast](https://ray.so/prompts/raycast)                                |\n| [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)                                |\n| [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)                                |\n\n## Credits\n\nA big thank to all who contributed to this project!\n\nIf you'd like to contribute, please check out the [CONTRIBUTING](./CONTRIBUTING.md) guideline.\n\n\u003ca href=\"https://github.com/dwarvesf/prompts-for-dev/graphs/contributors\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fprompts-for-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarvesf%2Fprompts-for-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fprompts-for-dev/lists"}