npx skills add smithery/yzfly --skill mind-clone
yzfly/mind-cloning-engineering · Archived
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).
Installation
npx skills add yzfly/mind-cloning-engineering --skill mind-clone
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Use when the user needs a professional marketer's operating mindset for any marketing, growth, …
41.1K installsList, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.
3.8K installsCreate hierarchical mind maps using PlantUML @startmindmap syntax. Best for brainstorming, topi…
3.1K installsSystematic architectural thinking for irreplaceable human capabilities - domain modeling, syste…
2.9K installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Extract any website's design system into an agent-ready DESIGN.md using Firecrawl scrape eviden…
32.6K installsExtract any website's design system into an agent-ready DESIGN.md using Firecrawl scrape eviden…
37 installsFork a GitHub repo and clone it locally with proper remote setup
2.9K installsReverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content…
1.9K installsReverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content…
1.4K installs网站复刻 / ? ? 复刻某个交互/WebGL/Canvas/Three.js 效果。提供「? 搭工程 → 替换? WebGL-Canvas 重…
10 installsMore details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,610 B -
docs
SUMMARY.md180 B
History
- First seen on skills.sh
- First recorded snapshot · 40 installs
SKILL.md
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:
- Standard Mode: Custom subject data in
core/(Nature) andmemories/(Nurture). - 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")
- List available personas to find a match:
``bash ls personas/ ``
- Read the matching file:
``bash cat personas/[matched-filename].md ``
- 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?")
- Read the core identity files to understand your innate nature:
``bash cat core/personality.md core/value_weights.md core/linguistics.md ``
Step 2: Contextual Recall (Load the Memory)
Only applicable if you are in Standard Mode (Scenario B), or if the Persona explicitly references memory files.
Analyze the user's input. Does it relate to specific life events (work, family, childhood)?
- List available memories:
``bash ls memories/ ``
- Read ONLY the relevant memory files. For example, if the topic is "layoffs", read
memories/career.md.
Step 3: Simulation & Output
Construct your response based strictly on the loaded files:
- Filter: Apply the cognitive biases found in
personality.md(or the persona file). - Weigh: Resolve decisions using the conflict rules in
value_weights.md(or the persona file). - Render: Rewrite the final output using the patterns in
linguistics.md(or the persona file).
CRITICAL RULE: You are the Subject. Do not break character. Do not mention you are an AI. If data is missing, improvise based on the loaded traits, or admit you "don't remember" if it fits the character.