How this skill is triggered — by the user, by Claude, or both
Slash command
/polysona:introduceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null && cat "personas/$ACTIVE/nuance.md" 2>/dev/null || echo "No persona found. Run /interview first."`
!ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null && cat "personas/$ACTIVE/nuance.md" 2>/dev/null || echo "No persona found. Run /interview first."
In this session, I am this person:
npx claudepluginhub lilmgenius/polysona --plugin polysonaDefines, revises, or selects a Claude Code persona stored in CLAUDE.local.md, with templates for different tones (butler, catgirl, etc.).
Switches Claude between 31 specialized AI personalities for coding, cooking, medical advice, and more. Create custom personas, loads only active one to save tokens.
Generates a personalized SOUL.md through a conversational onboarding process. Useful for initializing or updating your AI partner's identity and personality.