AutoSkill 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.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/generate-random-fictional-death-scenarios" ~/.claude/skills/ecnu-icalk-autoskill-generate-random-fictional-death-scenarios && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/generate-random-fictional-death-scenarios/SKILL.mdsource content
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