Vibe Coding - Four Ways to Structure Prompts
1. Custom Instructions The first step to using AI effectively is to ‘ write good prompts ’. The quality of an AI model’s responses is heavily influenced by prompt design. Custom Instructions is a feature that lets you predefine the default instructions AI should always refer to when responding. In other words, it is a setting that continuously applies recurring instructions such as the user’s language and work style, making it a personalization feature . This makes it possible to maintain a consistent style without repeating the same prompt every time. 1.1. GitHub Copilot In GitHub Copilot, instructions that are automatically loaded for a project are written in the file at the following path. .github/copilot-instructions.md 1.2. Gemini Code Assist In Gemini Code Assist, project instructions are stored using the following filename. GEMINI.md 1.3. Example The purpose of Custom Instructions is not to make prompts better, but to predefine requests that are used repeatedly . ...