Loading...
Loading...
Set up a new Obsidian knowledge base with the LLM Wiki pattern. Use when the user wants to create a second brain, initialize a vault, set up a personal knowledge base, or says "onboard". Guides through an interactive wizard to configure vault name, location, domain, agent support, and tooling.
npx skill4agent add nicholasspisak/second-brain second-brain"What would you like to name your knowledge base? This will be the folder name." Default:second-brain
"Where should I create it? Give me a path, or I'll use the default." Default:~/Documents/
~{location}/{vault-name}/"What's this knowledge base about? This helps me set up relevant tags and describe the vault's purpose."Examples: "AI research", "competitive intelligence on fintech startups", "personal health and fitness"
"I'm running in [Agent Name], so I'll generate a [config file] for this vault."
"Do you use any other AI agents you'd like config files for? Options: Claude Code, Codex, Cursor, Gemini CLI — or skip."
CLAUDE.md.cursor/GEMINI.md"These tools extend what the LLM can do with your vault. All optional but recommended:"
- summarize — summarize links, files, and media from the CLI
- qmd — local search engine for your wiki (helpful as it grows)
- agent-browser — browser automation for web research
"Install all, pick specific ones (e.g. '1 and 3'), or skip?"
bash <skill-directory>/scripts/onboarding.sh <vault-path>wiki/index.mdwiki/log.md<skill-directory>/references/agent-configs/| Agent | Template | Output File | Output Location |
|---|---|---|---|
| Claude Code | | | Vault root |
| Codex | | | Vault root |
| Cursor | | | |
| Gemini CLI | | | Vault root |
{{VAULT_NAME}}{{DOMAIN_DESCRIPTION}}{{DOMAIN_TAGS}}{{WIKI_SCHEMA}}<skill-directory>/references/wiki-schema.md## Architecture## [YYYY-MM-DD] setup | Vault initialized
Created vault "{{VAULT_NAME}}" for {{DOMAIN_DESCRIPTION}}.
Agent configs: {{list of generated config files}}.npm i -g @steipete/summarizenpm i -g @tobilu/qmdnpm i -g agent-browser && agent-browser install<tool> --versionInstall the Obsidian Web Clipper to easily save web articles into your vault: https://chromewebstore.google.com/detail/obsidian-web-clipper/cnjifjpddelmedmihgijeibhnjfabmlf
raw//second-brain-ingest<skill-directory>/references/wiki-schema.mdtooling.mdagent-configs/claude-code.mdagent-configs/codex.mdagent-configs/cursor.mdagent-configs/gemini.md