From dc
Scaffold the Digital Cortex vault structure on first run. Use when the user invokes /bootstrap, asks to "set up the vault", "initialize digital cortex", or when dc:core detects that 9_Meta/config.yaml is missing. If the vault is already bootstrapped (config.yaml exists), inform the user and exit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dc:BootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Check if `9_Meta/config.yaml` exists in the vault root.
9_Meta/config.yaml exists in the vault root.Create every folder listed below. Skip any that already exist.
.claude/
0_Inbox/
1_Fleeting/
2_Drafts/
3_Projects/
4_Areas/
5_Resources/
6_Archive/
Daily Notes/
7_Assets/
8_People/
9_Meta/
Prompts/
Templates/
After creating folders, write these seed files (skip any that already exist):
9_Meta/config.yaml# Digital Cortex Configuration
# Edit this file to customize your setup.
user:
name:
email:
timezone:
sources: {}
vault:
daily_note_format: "YYYY-MM-DD dddd"
archive_path: "6_Archive/Daily Notes"
stale_threshold_hours: 4
behavior:
brief_mode: suggestion
review_mode: interactive
9_Meta/memory.mdEmpty file.
9_Meta/pending.json[]
9_Meta/state.json{}
After scaffolding, print the folder tree that was created and remind the user to fill in
9_Meta/config.yaml with their profile (name, email, timezone) and source connections.
npx claudepluginhub p3ob7o/digital-cortex --plugin dcBootstraps BenAI Obsidian Plugin vault structure by creating directories like .claude, Context, Projects; system files including Obsidian config and memory system; then runs personalized onboarding interview in solopreneur/professional or business/team modes. Auto-activates on 'set up', 'bootstrap', 'initialize', 'onboarding', or /setup.
Initializes any folder as a Bedrock-powered Obsidian vault by creating entity directories, copying templates, configuring language/domain taxonomy, scaffolding example entities, and checking dependencies. Use for 'bedrock setup' or new vault bootstrapping.
Initializes TwinMind vault in current directory: creates TwinMind.md config, vault dirs (System, Cards, PARA, Sources, Atlas), initial files from templates. Checks existing setups; for new knowledge vaults.