How Open-Source Persona Distillation Skills Enable AI to Mimic Human Thought
The article introduces the open‑source "awesome‑persona‑distill‑skills" library, explains the concept of persona distillation, details its Agent Skills‑based architecture, showcases concrete Jobs and Zhang Xuefeng skill outputs, and outlines five skill categories and usage instructions.
Problem Addressed
The open‑source repository awesome‑persona‑distill‑skills (over 3,000 Stars on GitHub) solves the practical problem of making AI simulate a specific person’s speaking style, decision‑making framework, and overall thought process. The collection currently contains more than 30 “persona‑distillation” skills.
Persona Distillation Definition
Persona distillation extracts a person’s speech patterns, decision‑making framework, and expression habits from dialogues, writings, and public materials, then prompts an LLM to emulate those extracted traits. It isolates the underlying thinking model and expressive style rather than simply copying the person.
Technical Architecture (Agent Skills Ecosystem)
All skills follow the open Agent Skills standard and consist of three files:
SkillName.skill/
├── manifest.json # metadata (name, version, applicable scenarios)
├── system.md # core prompt template (role definition + workflow)
└── README.md # usage instructionsExample manifest.json for a Feynman‑style skill:
{
"name": "feynman-perspective",
"description": "理查德·费曼的思维框架。基于40+一手来源,提炼5个核心心智模型、8条决策启发式和完整的表达DNA。"
}The system.md file encodes the target person’s cognitive framework as executable instructions rather than a simple role label.
Skill Demonstrations
Steve Jobs Perspective – Entering the Notion Market
Question: Build an AI note‑taking app; Notion is large, how should I enter?
Notion is too big; its fatal problem is that it is essentially a tool and AI is added later. Opportunity: AI is not a feature, it is the experience itself. Specific entry points: Do not build a Notion replacement; do what Notion cannot do – pure AI writing, pure mind‑mapping, pure meeting‑minutes. Make it so simple that Notion users get jealous – most users need only 20 % of Notion’s functions; provide “type‑and‑get‑smart” where input instantly becomes structured. Vertical integration – combine model, product, and interaction together; avoid stitching components. Mobile‑first – Notion’s mobile experience is poor, presenting a chance.
Zhang Xuefeng Perspective – College Major vs. School Prestige
Question: Child has average scores; should we aim for a top school with a weak major or a modest school with a strong major?
First ask a few things: 1. Family conditions? 2. Does the child have a clear direction or favorite field? If the family is ordinary and the child lacks direction, recommend a conservative strong major. Reason: In today’s job market, the major matters more than the school. A top school that forces a business or marketing major can lead to unemployment. Practical majors such as computer science, electrical engineering, teaching, or dentistry at ordinary schools are more employable. If you can get into a top‑tier (985/211) flagship major, go for it, but only if you can be sure you won’t be reassigned.
Five Major Skill Categories
Self‑Distillation: Digital life, immortality, personal mirror, etc.
Workplace Relationships: Boss, colleague, mentor – extracting management, communication, and teaching styles.
Intimate Relationships: Parents, family tone, reunion assistants.
Public Figures (largest group): Investment & business (Buffett, Musk, Naval, Zhang Yiming); Technology & research (Feynman, Ilya, Karpathy, Rob Pike); Expression & creation (Jobs, Guo Degang, MrBeast); Education & career (Zhang Xuefeng).
Spiritual Themes: Cyber‑fortune‑telling, Diamond Sutra explanation, matchmaking calculations.
How to Use the Library
# Install a skill, e.g., Steve Jobs
npx skills add alchaincyf/steve-jobs-skill
# Call it inside Claude Code
> Use Steve Jobs’s perspective to analyze this product direction
> Switch to Zhang Xuefeng, ask how to fill college choicesTechnical Reflections
The value of these skills lies in invoking a person’s cognitive framework for problem analysis, not merely making the AI sound like that person. For example, the Jobs skill produces the judgment “AI is the experience itself” because it embeds Jobs’s product philosophy (simplicity, focus, vertical integration) rather than a superficial role‑play.
Persona distillation illustrates a broader trend in AI agent development: moving from generic capabilities toward vertically specialized expertise.
Project Link
https://github.com/xixu-me/awesome-persona-distill-skills
Geek Labs
Daily shares of interesting GitHub open-source projects. AI tools, automation gems, technical tutorials, open-source inspiration.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
