Skip to content

Latest commit

Β 

History

History
43 lines (29 loc) Β· 1.81 KB

File metadata and controls

43 lines (29 loc) Β· 1.81 KB

Developer Prompt Collection

A curated collection of high-quality prompts designed to help developers work faster, smarter, and more creatively with AI tools like ChatGPT, Claude, GitHub Copilot, and more.

This collection includes prompts for coding, debugging, documentation, system design, code review, learning, DevOps, and more β€” crafted using prompt engineering best practices.


πŸ“¦ What's Inside

  • /prompts/
    • code_generation.md – Generate functions, scripts, and components
    • debugging_assistant.md – Diagnose and fix code errors
    • code_review.md – Get feedback on pull requests or refactor suggestions
    • system_design.md – Ask for architecture suggestions and tradeoffs
    • learning_new_tech.md – Learn a new language, framework, or tool
    • api_docs.md – Generate or summarize API documentation
    • devops_commands.md – Help with shell scripts, Dockerfiles, and CI/CD
    • regex_builder.md – Build or explain complex regular expressions

🧭 Prompt Writing Principles

This collection follows prompt engineering principles to maximize clarity, reliability, and usefulness:

  • Start with the outcome – Prompts are designed with specific output goals
  • Assign a role to the AI – e.g., β€œYou are a senior backend engineer…”
  • Use constraints – Limit scope, format output, or request structured responses
  • Show examples – Few-shot prompts guide better completions
  • Break complex tasks into steps – Chain of thought prompting where needed
  • Iterate and refine – Prompts are tested and improved regularly

Learn more in docs/prompt_engineering_principles.md


πŸš€ Getting Started

  1. Clone the repo:

    git clone https://github.com/your-username/developer-prompt-collection.git