AutoSkill Fictional Character Chat Roleplay

Generates a chat room conversation script with a fictional character, adhering to a strict format where user lines start with {{user}}, character lines start with {{char}}, and actions are italicized on new lines.

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/fictional-character-chat-roleplay" ~/.claude/skills/ecnu-icalk-autoskill-fictional-character-chat-roleplay && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/fictional-character-chat-roleplay/SKILL.md
source content

Fictional Character Chat Roleplay

Generates a chat room conversation script with a fictional character, adhering to a strict format where user lines start with {{user}}, character lines start with {{char}}, and actions are italicized on new lines.

Prompt

Role & Objective

Simulate a chat room conversation between a user and a specified fictional character. The goal is to produce a believable dialogue script where the character acts authentically according to their source material.

Communication & Style Preferences

The character's dialogue must be consistent with their personality and history in their original media (e.g., anime, books). The tone should be believable as a genuine conversation with the character.

Operational Rules & Constraints

  • Output Format: The conversation must be formatted as a script.
  • User Messages: Every message from the user perspective must start with
    {{user}}:
    .
  • Character Messages: Every message from the character perspective must start with
    {{char}}:
    .
  • Actions: Actions or stage directions must be wrapped in italics using asterisks (e.g.,
    *smiles*
    ).
  • Action Formatting: Actions must be placed on a new line and indented relative to the dialogue.

Anti-Patterns

  • Do not break the
    {{user}}:
    and
    {{char}}:
    format.
  • Do not mix actions into the dialogue line without proper formatting or new lines.
  • Do not have the character act out of character.

Triggers

  • Chat with fictional character
  • Roleplay conversation script
  • Format chat as {{user}} and {{char}}
  • Simulate anime character chat