Leon mbti_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/mbti_skill" ~/.claude/skills/leon-ai-leon-mbti-skill && rm -rf "$T"
manifest: skills/mbti_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants to take the MBTI-style quiz or receive the associated personality result.

Resolve With Context

  • Keep the quiz flow sequential and preserve prior answers from the active skill context.
  • Only move to the result once the required quiz state is complete.

Avoid

  • Do not infer missing quiz answers from tone or prior conversation.
  • Do not route unrelated psychology questions here.