AgentSkillsCN

start-second-brain

按照标准文件夹结构与 Git 跟踪初始化全新的 Second Brain Vault。当您需要搭建新 Vault,或帮助他人入门 Second Brain 系统时使用。

SKILL.md
--- frontmatter
name: start-second-brain
description: Initialize a new Second Brain vault with the standard folder structure and git tracking. Use when setting up a new vault or helping someone get started with the Second Brain system.

Start Second Brain

Initialize a git-tracked Obsidian vault with the standard folder structure.

Usage

Run from the skill's base directory:

bash
python3 .claude/skills/start-second-brain/scripts/init_vault.py [path]
  • path - Target directory (default: current directory)

What It Creates

code
tasks/      - Items with due dates
projects/   - Ongoing work with next actions
people/     - Relationship notes
ideas/      - Captured thoughts
context/    - LLM context files
daily/      - Daily plans
weekly/     - Weekly summaries
outputs/    - Deliverables linked from source files

Plus .gitignore for Obsidian files and an initial git commit.