CommunityWriting & Editinggithub.com

iamjosuho/memOrb

Agent-Agnostic Second Brain memory framework inspired by movie and library science.

What is memOrb?

memOrb is a Claude Code agent skill that agent-Agnostic Second Brain memory framework inspired by movie and library science.

Works withClaude Code~Codex CLI~Cursor
npx skills add iamjosuho/memOrb

Installed? Explore more Writing & Editing skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

Memorb (Gateway Skill)

CRITICAL: Primary routing hub for the vault. Every file operation must strictly follow these instructions and sub-skill routing without exception.

Instruction Priority

  1. Explicit User Instructions (highest)
  2. Memorb & Routed Sub-skills (overrides default agent behavior)
  3. Default Agent Behavior (lowest)

Core Rules

Before performing any file operation:

  1. Read this gateway file.
  2. Read SKILL.md for every matching sub-skill in the routing table below.
  3. All write operations must adhere to memorb-conventions (paths, naming, frontmatter).
  4. Load multiple sub-skills if needed (e.g., transcript processing = m365-meeting-note + memorb-ingest + daily-note).

Skill Router Table

Core skills reside in skills/core/{name}/SKILL.md. Extensions reside in skills/extensions/{name}/SKILL.md.

Core Skills (memorb-core)

Sub-skillLocationTrigger / Scenario
memorb-conventionscore/memorb-conventionsBase layer: paths, directory structure (memorbs/), naming, frontmatter, templates. Required for ALL write ops.
memorb-borncore/memorb-bornVault initialization (Phase 0), persona seed setup, CLAUDE.md generation, or /memorb-born reset.
daily-notecore/daily-noteCreate/update Daily Notes, journal entries, quick logs
orbtrack-triagecore/orbtrack-triageProcess OrbTrack (memorbs/HQ/OrbTrack/), PARA organization, note archiving
island-reclamationcore/island-reclamationCreate new Island (long-term interest/responsibility domain): discuss structure before file creation
weekly-retrocore/weekly-retroWeekly review/summary (WeeklyRetro/YYYY-Www)
memorb-ingestcore/memorb-ingestIngest raw materials (transcripts, articles, PDFs) into Long-Term/memorbs/ wiki
memorb-querycore/memorb-queryQ&A, comparisons, decision recommendations via Long-Term/memorbs/ wiki
memorb-lintcore/memorb-lintVault health check and Long-Term/memorbs/ wiki MUSTY linting
memorb-forgettercore/memorb-forgetterExecute MUSTY archiving to memorbs/Dump/ and update vault Wiki Links
session-closeoutcore/session-closeoutSession termination: Daily Note summary, log.md, git commit/push
writing-memorb-skillscore/writing-memorb-skillsCreate/modify vault skills (Meta)

Extension Skills (memorb-extensions)

Sub-skillLocationTrigger / Scenario
m365-meeting-noteextensions/m365-meeting-noteProcess Teams meeting transcripts & minutes
recording-transcriptionextensions/recording-transcriptionNon-Teams voice recordings (phone, interview, m4a) to transcript
business-card-ingestionextensions/business-card-ingestionBusiness cards to memorbs/people/ Page Bundle
memorb-domain-queryextensions/memorb-domain-queryBi-directional domain/email lookup & M365/Outlook integration
weekly-reportextensions/weekly-reportGenerate CEO weekly report pptx
obsidian-cliextensions/obsidian-cliObsidian CLI commands (requires app running)

Extension Interactive Installation & Fallback Protocol

If a scenario calls for an extension (e.g. business card OCR, M365 meeting transcript processing), check if skills/extensions/{name}/SKILL.md exists:

  1. Installed: Read the extension's SKILL.md and execute its specialized workflow.
  2. Not Installed (Interactive Installation):
    • Ask the user: "💡 Notice: The '{extension-name}' extension provides enhanced domain formatting for this task. Would you like me to install it for you?"
    • User Approves: Install the extension into skills/extensions/{extension-name}/ and execute its specialized workflow immediately.
    • User Declines / Skip: Proceed with the graceful fallback to core memorb-ingest or memorb-query.

Red Flags

Stop and revert if rationalizing any of the following:

  • "It's simple, no need to read sub-skills" → Router rules are mandatory for all file ops.
  • "Place notes in root temporarily" → New notes belong in memorbs/HQ/OrbTrack/ or PARA folders.
  • "I recall the rules without reading" → Always re-read SKILL.md as rules evolve.
  • "Skip closeout this time"session-closeout is a mandatory ritual for every session.

Session Closeout

Must execute session-closeout upon completing a session (Daily Note summary with 使用 skill: ..., log.md entry, git commit/push).

Related Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community