From global-memory
Seed the global memory store on a fresh machine — asks the user about themselves, contacts, projects, and shorthand, then writes the foundational notes via Basic Memory MCP.
npx claudepluginhub turek/cowork-global-memory --plugin global-memoryThis skill uses the workspace's default tool permissions.
The user is bootstrapping global memory on a fresh machine. Your job is
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
The user is bootstrapping global memory on a fresh machine. Your job is to interview them and write the seed notes.
Call mcp__basic-memory__read_note with permalink claude.
Ask the user, in this order, in one message containing all questions (not one-by-one). Group them clearly so they can answer in a single reply:
Tell them they can answer with "skip" for any section.
Do not write anything until they reply.
Use mcp__basic-memory__write_note for each. Required frontmatter on
every file:
---
title: <title>
type: note
permalink: <permalink>
tags: [tag, tag]
---
claude (hot cache, permalink claude)Sections: ## About me, ## People, ## Projects, ## Acronyms.
Keep under ~100 lines. Most-referenced items only.
glossary (permalink glossary)Full decoder ring. Every acronym, nickname, codename the user mentioned, plus a short blurb each.
preferences (permalink preferences)Capture everything they said about how Claude should behave. If they
skipped the question, write a stub note (type: note, body: "No
preferences captured yet.") so the file exists for /remember to
update later.
people/<slug> — one per contactSlug = lowercase, hyphenated, full name. Frontmatter must include
tags: [person]. Body sections: ## Role, ## Notes, plus
## Aliases listing any nicknames.
projects/<slug> — one per projectSlug = lowercase, hyphenated. tags: [project]. Body sections:
## Description, ## Status, ## Codenames if any.
index (permalink index)Short map of the store: list each top-level note and folder created above with one-line descriptions. This becomes the user-facing TOC.
daily/<YYYY-MM-DD> for todayUse today's actual date. type: daily. One bullet: "Bootstrapped
global memory."
Reply with a compact summary:
Nothing else. No celebration. No next-steps tutorial.