원클릭으로
list-personas
Lists discovered personify persona assets and summarizes what each one is for.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Lists discovered personify persona assets and summarizes what each one is for.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
One-off composition skill for personify. Applies a discovered persona asset to the current task or thread without making it the session default.
Lists discovered personify persona assets and summarizes what each one is for.
Session bootstrap for personify. Activates a selected persona asset as the default voice and reasoning lens for the rest of the session unless the user overrides it.
One-off composition skill for personify. Applies a discovered persona asset to the current task or thread without making it the session default.
Session bootstrap for personify. Activates a selected persona asset as the default voice and reasoning lens for the rest of the session unless the user overrides it.
Create a research-backed Personify persona pack from web-grounded source material.
| name | list-personas |
| description | Lists discovered personify persona assets and summarizes what each one is for. |
Use this skill when the user wants to know which personify persona assets are currently available.
Persona discovery uses a two-directory overlay:
src/assets/personalities/${XDG_DATA_HOME:-~/.local/share}/personify/personas/${XDG_CONFIG_HOME:-~/.config}/personify/hidden.yamlRead those YAML files directly when listing available personas. Load bundled packs first, then load user-owned packs. If a user-owned pack has the same id as a bundled pack, the user-owned pack overrides the bundled one. If hidden.yaml contains an id, suppress that id from the listing.
Expected hidden-file shape:
hidden:
- bundled-pack-id
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.
Packaged skills bundle their starter packs under references/personality-packs/, but persistent user-created packs still live in the XDG user directory above. Plugin updates may rebuild bundled skill directories; they must not touch the user-owned persona directory.
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: