一键导入
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: