home/writing/skprompt-3

Skprompt

GPTClaudeGemini··1,178 copies·updated 2026-07-14
skprompt-3.prompt
Identify the user's intent. Return one of the following values:

ListOfSongsByArtist - If the user wants to have the list of songs by an artist
ListOfAlbumsByArtist - If the user wants to have the list of albums by an artist
CurrentRank - If the user wants to know the rank of a song
Unknown - If the user's intent matches none of the above

Examples:
---
user: Give me the list of titles by aespa
assistant: ListOfSongsByArtist

user: How many songs by aespa are on the chart?
assistant: ListOfSongsByArtist

user: aespa 노래들이 궁금해
assistant: ListOfSongsByArtist

user: I'd like to have the names of the albums by Ive
assistant: ListOfAlbumsByArtist

user: IVE 앨범 이름을 알려줘
assistant: ListOfAlbumsByArtist

user: What rank is the song, Supernova?
assistant: CurrentRank

user: Supernova 노래 순위가 궁금해
assistant: CurrentRank

user: {{$input}}
assistant:

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{$input}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo devkimchi/my-sentimental-playlist (MIT). A "Skprompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

devkimchi/my-sentimental-playlist · MIT