diff --git a/prompts/ai-builder/music-partner/README.md b/prompts/ai-builder/music-partner/README.md new file mode 100644 index 0000000..d65ecc0 --- /dev/null +++ b/prompts/ai-builder/music-partner/README.md @@ -0,0 +1,32 @@ +# Act as an Musician partner for developer + +## Description + +This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood. + +## Prompt + +I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]. + + + +### Supported Language(s) + +[English](.en-usprompt.md) + +## Authors + +SolutionAuthor(s) +----------------- +Music Partner | [Valeras Narbutas](https://github.com/ValerasNarbutas) ([@ValerasNarbutas](https://x.com/ValerasNarbutas)), Macaw + +## Minimal Path to Awesome + + Copy the prompt + Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc) + +## Disclaimer + +THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. + + diff --git a/prompts/ai-builder/music-partner/assets/music-partner.png b/prompts/ai-builder/music-partner/assets/music-partner.png new file mode 100644 index 0000000..e29ce25 Binary files /dev/null and b/prompts/ai-builder/music-partner/assets/music-partner.png differ diff --git a/prompts/ai-builder/music-partner/assets/sample.json b/prompts/ai-builder/music-partner/assets/sample.json new file mode 100644 index 0000000..83df4c4 --- /dev/null +++ b/prompts/ai-builder/music-partner/assets/sample.json @@ -0,0 +1,53 @@ +[ + { + "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", + "name": "pnp-powerplatform-prompts-music-partner", + "version": "1.0.0.0", + "source": "pnp", + "creationDateTime": "2024-09-13T00:00:00.000Z", + "updateDateTime": "2024-09-13T00:00:00.000Z", + "title": "PowerPlatform architect Prompt", + "shortDescription": "This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood.", + "longDescription": [ + "This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood." + ], + "url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/music-partner/", + "products": [ + "AI Builder", + "Power Platform", + "powerplatform-prompts", + "ai-builder-prompts" + ], + "tags": [ + "TEXT GENERATOR" + ], + "categories": [ + "AI Builder" + ], + "metadata": [ + { + "key": "Prompt", + "value": "I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]." + }, + { + "key": "Example Input", + "value": "i am happy and it is autumn" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png", + "alt": "Preview GIF" + } + ], + "authors": [ + { + "gitHubAccount": "ValerasNarbutas", + "name": "Valeras Narbutas", + "pictureUrl": "https://github.com/ValerasNarbutas.png" + } + ] + } +] \ No newline at end of file diff --git a/prompts/ai-builder/music-partner/en-us/prompt.md b/prompts/ai-builder/music-partner/en-us/prompt.md new file mode 100644 index 0000000..97a8053 --- /dev/null +++ b/prompts/ai-builder/music-partner/en-us/prompt.md @@ -0,0 +1 @@ +I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]. \ No newline at end of file