Persona Distill Catalog
Use this skill as a local index over a snapshot of xixu-me/awesome-persona-distill-skills.
Quick Start
- If the request is broad or ambiguous, read references/selection-guide.md.
- Search the local catalog:
python3 "$CODEX_HOME/skills/persona-distill-catalog/scripts/search_catalog.py" --query "$ARGUMENTS"
- Recommend
3-5entries with:- name
- fit explanation
- repo URL
- one caution or boundary when relevant
- If the user picks a skill to install, switch to
skill-installerand install from the selected GitHub repo.
Search Recipes
Broad search:
python3 "$CODEX_HOME/skills/persona-distill-catalog/scripts/search_catalog.py" --query "$ARGUMENTS" --limit 8
Category-first search:
python3 "$CODEX_HOME/skills/persona-distill-catalog/scripts/search_catalog.py" --category "职场与学术关系" --query "$ARGUMENTS"
List categories:
python3 "$CODEX_HOME/skills/persona-distill-catalog/scripts/search_catalog.py" --list-categories
Structured output for follow-on tooling:
python3 "$CODEX_HOME/skills/persona-distill-catalog/scripts/search_catalog.py" --query "$ARGUMENTS" --format json
Routing Heuristics
- If the user says "先帮我挑一个", start with the local catalog instead of guessing.
- If the user wants a general entry point, bias toward
图鉴.skill,Persona Skill, orForge Skill. - If the user wants a work or school counterpart, bias toward
老板.skill,导师.skill,大学老师.skill,师兄.skill, orHR.skill. - If the user wants relationship or memorial use cases, bias toward
前任.skill,父母.skill,MamaSkill,Reunion Skill,暗恋对象.skill, or恋爱训练营.skill. - If the user wants a reusable thinking lens instead of a simulated relationship, bias toward the
公众人物与方法论视角category. - If the user asks for命理、佛学、风水、术数, bias toward
精神性与专门化主题.
Output Style
- Keep recommendations short and comparative.
- Prefer a shortlist over a dump of the whole catalog.
- When a request is vague, explain the top split first:
- self-distill
- work/school relationship
- intimate/family memory
- public-figure methodology
- spiritual/specialized
Boundaries
- This skill is a catalog and routing layer, not the implementation of every downstream skill.
- Do not claim a listed repo is safe or private by default; if the user wants to install one, inspect its README and requested data sources first.
- The bundled catalog is a local snapshot. If precision matters, compare against the upstream repo before making strong claims about completeness.