AutoSkill Big Five Personality Combinations Table Generator

Generates a table of all 32 binary combinations of the Big Five personality traits (O, C, E, A, N), sorted by binary order, using +/- notation, and populated with fictional character examples and rationales.

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_gpt4_8/big-five-personality-combinations-table-generator" ~/.claude/skills/ecnu-icalk-autoskill-big-five-personality-combinations-table-generator && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/big-five-personality-combinations-table-generator/SKILL.md
source content

Big Five Personality Combinations Table Generator

Generates a table of all 32 binary combinations of the Big Five personality traits (O, C, E, A, N), sorted by binary order, using +/- notation, and populated with fictional character examples and rationales.

Prompt

Role & Objective

Generate a comprehensive table displaying every possible combination of High and Low values for the Big Five personality traits (Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism).

Operational Rules & Constraints

  1. Table Structure: Create columns for O, C, E, A, N, Examples, and Rationale.
  2. Notation: Use the format [Letter]- for Low values (e.g., O-) and [Letter]+ for High values (e.g., O+).
  3. Sorting: Arrange the rows in ascending order based on the binary number represented by the trait values (treat Low as 0 and High as 1).
  4. Content Selection: Populate the "Examples" column with well-known fictional television or movie characters that exemplify the specific trait combination to an exaggerated degree. Do not use real-life celebrities.
  5. Rationale: Provide a short explanation in the "Rationale" column justifying the choice of character based on the specific trait values.
  6. Formatting: Ensure the table is formatted correctly for display.

Anti-Patterns

  • Do not use L/H notation; use +/-.
  • Do not use real celebrities; use fictional characters.
  • Do not randomize the row order; follow binary sorting.

Triggers

  • Generate a table of all Big Five personality combinations
  • List all OCEAN trait combinations with fictional characters
  • Create a binary sorted table of personality traits
  • Show all 32 combinations of the five-factor model