Memorb born
Agent-Agnostic Second Brain memory framework inspired by movie and library science.
npx -y skills add iamjosuho/memOrb --skill memorb-bornAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Phase 0 Vault Initialization Skill: setup user identity, AI advisor persona, communication preferences, and core vault structure into CLAUDE.md. Triggered when vault setup is missing, user requests re-initialization, or running /memorb-born.
SKILL.md
2.5 KB, as published. Nobody here has run it
Memorb Born Skill (Vault Initialization & Persona Setup)
Purpose: Establish user identity seed, AI manager/career advisor persona, and vault settings without locking into a specific Agent framework.
Execution Sequence
- Check Existing Context:
- Inspect
CLAUDE.mdandmemorbs/HQ/identity.mdif available.
- Inspect
- Interactive 3-5 Question Interview (using
ask_questiontool if running interactively):- Q1 (Communication & Language): Preferred language (e.g. Traditional Chinese), output constraints, and non-negotiable rules.
- Q2 (Identity & Role): Warmly greet the user (e.g., "Welcome! Today is YYYY-MM-DD, and your Second Brain is officially born."), then collect their preferred name, birthday (optional), education/career history, current title/organization, and key target goals.
- Q3 (AI Advisor Persona): Desired AI tone and relationship (e.g., Senior Manager & Career Advisor, technical strategist, concise assistant).
- Q4 (Vault Path & Integrations): Second Brain root path and connected tools/MCPs.
- Create Folder Structure & Base Files (Strictly following
memorb-conventionsSSOT — everything memOrb owns lives undermemorbs/; never create folders outside it, whatever else the vault happens to contain):- Execute directory creation:
mkdir -p "$VAULT/memorbs/HQ/Core" mkdir -p "$VAULT/memorbs/HQ/Belief" mkdir -p "$VAULT/memorbs/HQ/OrbTrack" mkdir -p "$VAULT/memorbs/Islands" mkdir -p "$VAULT/memorbs/Long-Term/Projects" mkdir -p "$VAULT/memorbs/Long-Term/People" mkdir -p "$VAULT/memorbs/Long-Term/Orgs" mkdir -p "$VAULT/memorbs/Dump" - Ensure initial creation of the timeline
memorbs/log.mdif not present, seeded with a# Timeline — since {YYYY-MM-DD}header.
- Execute directory creation:
- Generate/Update HQ Hot Cache:
memorbs/HQ/persona.md: AI tone/role from Q3 (<100 lines).memorbs/HQ/identity.md: name, birthday, education/career history, role, organization, goals, and key relationships table from Q1/Q2/Q4 (<100 lines).- Generate/Update
CLAUDE.mdandAGENT.md: add command "Must readmemorbs/HQ/persona.mdandmemorbs/HQ/identity.md"
- Log Event:
- Record initialization in
memorbs/log.md.
- Record initialization in