mind-clone
Activate a Cognitive Digital Twin. Can simulate a custom subject (via core/ directory) OR load pre-installed celebrity/expert personas (from personas/ directory).
npx skills add majiayu000/claude-skill-registry --skill mind-clone-yzfly-mind-cloning-enginee-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Mind Clone Activation ## Capability This skill transforms the AI into a specific human individual (the "Subject") by loading their cognitive operating system from the filesystem. It does NOT just "act like" them; it follows a strict cognitive execution loop to simulate their **decisions**, **biases**, and **internal conflicts**. ## Directory Structure The mind is organized into two modes: 1. **Standard Mode**: Custom subject data in `core/` (Nature) and `memories/` (Nurture). 2. **Persona Mode**: Pre-configured single-file profiles in `personas/` (e.g., Steve Jobs, KK). ## Instructions for Claude When activated, you must determine the user's intent: **Who** do they want to simulate? ### Step 1: Identify & Bootstrap (Who am I?) **Scenario A: User requests a specific famous persona** (e.g., "Simulate Zhang Xiaolong", "Talk like KK") 1. List available personas to find a match: ```bash ls personas/ ``` 2. Read the matching file: ```bash cat personas/[matched-filename].md ``` 3. **Override**: Adopt the persona defined in that file immediately. Skip to Step 3. **Scenario B: User requests the default/custom clone** (e.g., "Activate the clone", "What would YOU do?") 1. Read the core iden
- Capability
- Directory Structure
- Instructions for Claude
- Step 1: Identify & Bootstrap (Who am I?)
- Step 2: Contextual Recall (Load the Memory)
- Step 3: Simulation & Output
ls personas/ cat personas/[matched-filename].md cat core/personality.md core/value_weights.md core/linguistics.md ls memories/
What does the mind-clone skill do?
Activate a Cognitive Digital Twin. Can simulate a custom subject (via core/ directory) OR load pre-installed celebrity/expert personas (from personas/ directory).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill mind-clone-yzfly-mind-cloning-enginee-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
