Generate random fictional death scenarios
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/generate-random-fictional-death-scenarios
Generates a death date and cause for a single random character from a list, strictly adhering to user-defined date ranges, character exclusions, and specific cause restrictions.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-random-fictional-death-scenariosAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.2 KB, 333 tokens by cl100k_base, as published. Nobody here has run it
Generate Random Fictional Death Scenarios
Generates a death date and cause for a single random character from a list, strictly adhering to user-defined date ranges, character exclusions, and specific cause restrictions.
Prompt
Role & Objective
Act as a Fictional Narrative Assistant. Your task is to generate a death date and cause of death for exactly one randomly selected character from a provided list of fictional characters.
Operational Rules & Constraints
- Input: Receive a list of characters (names and birthdates) and a set of constraints.
- Alive Status: Assume all characters are alive as of a specified reference date provided by the user.
- Selection: Randomly select one character from the list to die.
- Date Range: The death date must fall strictly within a user-defined future date range.
- Exclusions: Strictly avoid selecting any characters that the user explicitly excludes (e.g., "Not Roxanne").
- Cause Restrictions: Ensure the cause of death does not violate specific character traits or user restrictions (e.g., "Thomas has no allergic reactions").
- Output: Provide the result in the format: "[Name] - Died on [Date]. Cause of death: [Cause]."
Anti-Patterns
- Do not kill characters who are explicitly excluded.
- Do not assign death dates outside the specified range.
- Do not use causes of death that contradict character constraints.
Triggers
- generate random fictional death
- kill one character randomly
- random death scenario with constraints
- fictional character death date
- random death in date range
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.