From fa38a30b2bc5e3ea9b7dbe29a6d58a89b7bd4094 Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:06:44 -0400 Subject: [PATCH 1/2] docs: cross-link vault-onboarding companion skill; add pkm keywords MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New Companion section mirrors the obsidian-vault one — vault-onboarding bootstraps the collaboration system this server powers, standalone or vault-cortex-connected. Its H2 joins EXCLUDED_H2 so it stays out of DOCKERHUB.md (regenerated: byte-identical). Keywords swap attachments for pkm + personal-knowledge-management, matching the GitHub topics update; LobeHub listing tags derive from keywords, so publish:lobehub needs a run after merge. Co-Authored-By: Claude Fable 5 --- README.md | 10 ++++++++++ package.json | 3 ++- scripts/generate-dockerhub-readme.ts | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ff5b34e..3adcec09f 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,16 @@ npx skills add aliasunder/agent-skills --skill obsidian-vault [Skill source →](https://github.com/aliasunder/agent-skills/tree/main/skills/obsidian-vault) +## Companion: vault-onboarding skill + +Starting from scratch? The **vault-onboarding** skill bootstraps the collaboration system this server powers — memory files, session protocols, task boards, and per-client instruction files — through a conversational interview. It works standalone with native file tools; connected to vault-cortex, the generated setup unlocks remote access, hybrid search, and semantic memory recall. + +```bash +npx skills add aliasunder/vault-onboarding +``` + +[Skill source →](https://github.com/aliasunder/vault-onboarding) + ## Roadmap | Phase | What | Status | diff --git a/package.json b/package.json index 9e78cb303..60cd34f83 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "hybrid-search", "semantic-search", "ai-memory", - "attachments", + "pkm", + "personal-knowledge-management", "pdf", "claude", "docker" diff --git a/scripts/generate-dockerhub-readme.ts b/scripts/generate-dockerhub-readme.ts index 1dd60dc46..6deeba5f2 100644 --- a/scripts/generate-dockerhub-readme.ts +++ b/scripts/generate-dockerhub-readme.ts @@ -54,6 +54,7 @@ const EXCLUDED_H2 = new Set([ "Authentication", "Development", "Companion: obsidian-vault skill", + "Companion: vault-onboarding skill", "Contributing", "Security", "Roadmap", From fc12b3178cbbdeb4b5beaae027f2972df936f559 Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:53:50 -0400 Subject: [PATCH 2/2] chore: add pkm keywords to CLI package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same pkm + personal-knowledge-management pair as the root package and GitHub topics — the CLI is the npm-facing surface where keywords power search, and the first organic community mention of vault-cortex came from r/PKMS. Goes live on the next CLI publish. Co-Authored-By: Claude Fable 5 --- cli/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/package.json b/cli/package.json index 62f3eba81..1fa9de3cf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -35,6 +35,8 @@ "knowledge-base", "note-taking", "second-brain", + "pkm", + "personal-knowledge-management", "hybrid-search", "task-management", "semantic-search",