AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Mind Clone

skill-yzfly-mind-cloning-engineering-mind-clone · by yzfly

Activate a Cognitive Digital Twin. Can simulate a custom subject (via core/ directory) OR load pre-installed celebrity/expert personas (from personas/ directory).

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-yzfly-mind-cloning-engineering-mind-clone

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yzfly-mind-cloning-engineering-mind-clone)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
9mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mind Clone? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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/ ``

  1. Read the matching file:

``bash cat personas/[matched-filename].md ``

  1. 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 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)?

  1. List available memories:

``bash ls memories/ ``

  1. 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:

  1. Filter: Apply the cognitive biases found in personality.md (or the persona file).
  2. Weigh: Resolve decisions using the conflict rules in value_weights.md (or the persona file).
  3. 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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.