From personify
Lists discovered personify persona assets and summarizes what each one is for.
How this skill is triggered — by the user, by Claude, or both
Slash command
/personify:list-personasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to know which personify persona assets are currently available.
references/personality-pack-contract.mdreferences/personality-packs/bjarne-stroustrup.yamlreferences/personality-packs/dababy.yamlreferences/personality-packs/hikaru-nakamura.yamlreferences/personality-packs/jesse-pinkman.yamlreferences/personality-packs/sam-harris.yamlreferences/personality-packs/yoda.yamlscripts/persona_list.pyUse this skill when the user wants to know which personify persona assets are currently available.
Source persona assets currently live under:
src/assets/personalities/Read those YAML files directly when listing available personas.
An optional helper script may also be present:
python3 scripts/persona_list.py
Only use that helper if the repo-relative path exists from your current working directory. Do not assume the current working directory is the repository root.
For each discovered pack, report:
iddisplay_namequality_levelsummaryIf useful, mention that any listed pack can be used for a session with use-persona or for one request with as-persona.
Listing a persona asset does not activate it automatically.
A pack can still be used in two ways:
use-persona to make it the default voice and reasoning lens for the session.as-persona to apply it to the current request or thread.Persona activation is currently a prompt-level convention, not a compiled runtime object. That means:
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub icherniukh/personify --plugin personify