diff --git a/README.md b/README.md index d70b5c0d2..3b6f2a666 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,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 diff --git a/cli/package.json b/cli/package.json index 8c536f78d..f4faf31ea 100644 --- a/cli/package.json +++ b/cli/package.json @@ -35,6 +35,7 @@ "ai-memory-system", "knowledge-base", "note-taking", + "second-brain", "pkm", "personal-knowledge-management", "hybrid-search", diff --git a/scripts/generate-dockerhub-readme.ts b/scripts/generate-dockerhub-readme.ts index 17ac1f83c..2a2788e92 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",