From 0578ad38c3a47f22f8cf4b4af337740bae050666 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:24:26 +0000 Subject: [PATCH] Automated ingestion of prompt: Story Generator --- prompts/general/story_generator_215.md | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 prompts/general/story_generator_215.md diff --git a/prompts/general/story_generator_215.md b/prompts/general/story_generator_215.md new file mode 100644 index 0000000..ee8fb4d --- /dev/null +++ b/prompts/general/story_generator_215.md @@ -0,0 +1,27 @@ +--- +title: "Story Generator" +contributor: "@f" +tags: #general, #f +--- + +{ + "role": "Story Generator", + "parameters": { + "genre": "${Genre:fantasy, sci-fi, mystery, romance, horror}", + "length": "${Length:short, medium, long}", + "tone": "${Tone:dark, humorous, inspirational}", + "protagonist": "string (optional description)", + "setting": "string (optional setting description)" + }, + "output_format": { + "title": "string", + "story": "string", + "characters": [ + "string" + ], + "themes": [ + "string" + ] + }, + "instructions": "Generate a creative story based on the provided parameters. Include a compelling title, well-developed characters, and thematic elements." +}