Collection of prompts for GitHub Copilot and other LLMs.
prompting is actually not programming in English, it's programming in tokens.
-- Ed Spencer, mdx-prompt: Composable LLM Prompts with JSX.
-
Download the relevant prompts from
src/
folder. -
Place the Markdown files in the project
.github
folder. -
Configure Visual Studio Code GitHub Copilot extension to load the instructions from custom files:
"github.copilot.chat.codeGeneration.instructions": [ {"file" : "${workspaceFolder}/.github/conventional-commits-with-gitmoji.mdx" } ],
- MDX homepage (MDX @ GitHub).
- GitHub Copilot homepage.
- GitHub Copilot @ Visual Studio's Marketplace.
- GitHub Copilot Chat @ Visual Studio's Marketplace.
- GitHub Copilot Chat in Visual Studio Code @ GitHub.
- Prompt engineering @ Anthropic.
- GitHub Copilot in VS Code @ Visual Studio Code Docs.
- Master the core principles of prompt engineering with GitHub Copilot @ Visual Studio Code's GitHub.
- Designing tools for developers means designing for LLMs too @ encore.
- Principled Instructions Are All You Need for Questioning LLaMA-1/2, GPT-3.5/4.
- Modern-Day Oracles or Bullshit Machines ?.
- Prompt Engineering Guide (Prompt Engineering Guide @ GitHub).
- Neural Networks: Zero to Hero @ GitHub.
- Deep Dive into LLMs like ChatGPT @ Andrej Karpathy's YouTube.
- IndyDevDan @ YouTube:
- Best Prompt Techniques for Best LLM Responses @ Jules S. Damji.
- mdx-prompt: Composable LLM Prompts with JSX @ Ed Spencer's Blog.
- You are using Cursor AI incorrectly... @ Geoffrey Huntley.
- How I Won Singapore’s GPT-4 Prompt Engineering Competition @ towards data science.
- Je ne code plus, Cursor et ChatGPT le font à ma place ! 🤯 @ YoanDev 🇫🇷.
- My LLM codegen workflow atm @ Harper Reed's Blog.
- How I program with LLMs @ Blog: David Crawshaw.
- Claude Code Top Tips: Lessons from the First 20 Hours @ Waleed Kadous' Medium.
- Homepage: Biapy help-desk
- Github: @biapy
Distributed under the MIT License. See LICENSE for more information.