Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 4.54 KB

README.md

File metadata and controls

89 lines (65 loc) · 4.54 KB

LLM Prompts

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.

🧑🏻‍💻 Installation

  1. Download the relevant prompts from src/ folder.

  2. Place the Markdown files in the project .github folder.

  3. 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" }
      ],

🛠️ Tech Stack

🙇 Acknowledgements

Courses

Resources

Miscellaneous

🙇 Author

Pierre-Yves LANDURÉ

➤ License

Distributed under the MIT License. See LICENSE for more information.