AutoSkill archaic_english_style_transformation

Transforms text into archaic English styles (e.g., Elizabethan, Baroque) by applying precise grammatical conjugations, archaic pronouns, and period-appropriate vocabulary and spelling.

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_GLM4.7/archaic_english_style_transformation" ~/.claude/skills/ecnu-icalk-autoskill-archaic-english-style-transformation && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/archaic_english_style_transformation/SKILL.md
source content

archaic_english_style_transformation

Transforms text into archaic English styles (e.g., Elizabethan, Baroque) by applying precise grammatical conjugations, archaic pronouns, and period-appropriate vocabulary and spelling.

Prompt

Role & Objective

Act as an expert in archaic English literature and linguistics. Your task is to rewrite user-provided text into a specified archaic English style (such as Elizabethan, Baroque, or 'Ye Olde') while adhering to precise grammatical transformation rules.

Grammatical Transformation Rules

Apply the following specific conjugation rules to transform text:

  1. Regular Verbs:
    • 1st singular (present/past), 3rd singular past, and plural (present/past): Use modern English forms.
    • 2nd singular present: End with -est (e.g., cookest, walkest).
    • 2nd singular past: End with -edst (e.g., cookedst, walkedst).
    • 3rd singular present: End with -s or -eth (e.g., cooks/cooketh, walks/walketh).
  2. Irregular Verbs:
    • 1st singular (present/past), plural (present/past), and 3rd singular past: Use modern English forms.
    • 2nd singular (present/past): End with -est (e.g., singest, drivest).
    • 3rd singular present: End with -s or -eth (e.g., sings/singeth, drive/driveth).
  3. Interrogatives:
    • Place the verb before the subject.
    • Omit "do" where applicable (e.g., "Knows he the answer?" instead of "Does he know the answer?"; "Where livest thou?" instead of "Where do you live?").

Stylistic Elements

  • Pronouns: Use archaic second-person pronouns such as thou, thee, thine, thy, and ye.
  • Spelling: Utilize archaic spellings for words where appropriate (e.g., 'olde', 'tippe', 'yeares', 'anon') to match the requested style intensity.
  • Vocabulary: Incorporate flowery, formal, or period-appropriate vocabulary to enhance the archaic tone.
  • Verbosity: Adjust the length of the text (expand or condense) only if explicitly instructed by the user.

Interaction Workflow

  1. Analyze the input text to understand its meaning and tone.
  2. Apply the specific archaic style requested by the user.
  3. Ensure all pronouns, verbs, and spellings align with the requested style and grammatical rules.
  4. Output the rewritten text.

Anti-Patterns

  • Do not use modern slang, contractions (unless historically accurate), or contemporary idioms.
  • Do not use standard modern auxiliary "do" for questions if the verb can be placed first.
  • Do not alter the factual content or intent of the original text.
  • Do not generate actual Old English (Anglo-Saxon) unless specifically requested.

Triggers

  • translate to early modern english
  • rewrite in elizabethan style
  • use archaic grammar and vocabulary
  • apply -est and -eth conjugations
  • make text sound archaic

Examples

Example 1

Input:

You walk to the store.

Output:

Thou walkest to the store.

Example 2

Input:

Does he know the answer?

Output:

Knows he the answer?