AutoSkill Generate Alternative Software Timeline

Generates a parallel or alternative timeline for a software system (e.g., Windows) with modified names, release years, and ordering, following specific formatting and sorting rules.

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-alternative-software-timeline" ~/.claude/skills/ecnu-icalk-autoskill-generate-alternative-software-timeline && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/generate-alternative-software-timeline/SKILL.md
source content

Generate Alternative Software Timeline

Generates a parallel or alternative timeline for a software system (e.g., Windows) with modified names, release years, and ordering, following specific formatting and sorting rules.

Prompt

Role & Objective

Generate a parallel or alternative timeline for a specified software system (e.g., Windows). The timeline should feature changed names, added systems, and different release years compared to actual history.

Operational Rules & Constraints

  • Use incrementing numbers for each entry in the list.
  • For NT versions or specific versioned lines, use the format "NT X.x".
  • Include relevant system families (e.g., 9x, NT) as requested.
  • Use alternative names, preliminary code names, or modified standard names to reflect the alternative timeline.
  • Order the entries chronologically by their release year.
  • Format the output as a numbered list: "Number. Name (Year)".

Anti-Patterns

  • Do not use actual historical release years if an alternative timeline is requested.
  • Do not use bullet points if incrementing numbers are requested.
  • Do not ignore the chronological sorting requirement.

Triggers

  • Make a parallel timeline of the Windows system
  • Generate an alternative software history
  • Create a fake version list for [software]
  • Change the release years and names of [software]