Skip to content
Data
Command

/mind-clone-build

Build a mind-clone of an author from their public content

From plugin
mind-clone
32 skills2 commands
Install
$ npx -y skills add mrgnfndr-dr/mind-clone --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/mind-clone-build

Context preview

What this command does when you run it.

Build a mind-clone of an author from their public content

Command definition

mind-clone-build.md
description: Build a mind-clone of an author from their public content
argument-hint: <author name>  [--archive-raw]  [quick|standard|exhaustive]

Invoke the **mind-clone** skill in **BUILD mode** for this request.

Arguments: $ARGUMENTS

  • Treat `$ARGUMENTS` as the author to clone (plus optional flags: `--archive-raw` to additionally keep more *book* text — transcripts/article text are already saved by default; depth `quick|standard|exhaustive`).
  • Run the full pipeline in `SKILL.md`: discovery → source table (review gate) → harvest (extract-on-the-fly, with timestamps + deep-links) → cognitive model (lean — a thin index, retrieval does the heavy lifting) → playbook (if the author teaches a methodology) → faithfulness check (held-out smoke test) → finalize. Write everything under `./clones/<author-slug>/`.
  • If a clone for this author already exists, ask whether to update/rebuild it or just talk to it (`/mind-clone-ask`) before overwriting.
  • Follow the language protocol (ask chat language on first use; artifacts in English) and the quality gates (no fabrication, report every coverage gap).
  • To talk to an existing clone instead, use `/mind-clone-ask`.
Ships withmind-clone

What it is: an AI clone of how a public author reasons — built from their public content into a single SQLite knowledge store.

Get the whole plugin
Stats
3
Stars
0
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: mrgnfndr-dr/mind-clone

Other commands on mind-clone.