dailyup-second-brain-starter

agent
Security Audit
Fail
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in scripts/init.sh
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose

This is an opinionated Obsidian "second-brain" template designed to facilitate long-term human-AI collaboration. It provides a structured folder framework, standardized markdown templates, and a set of predefined AI agent skills (like daily planning and brainstorming) for users of tools like Claude Code or Cursor.

Security Assessment

Overall Risk: Medium. The repository failed a critical automated check: a recursive force deletion command (`rm -rf`) was found in `scripts/init.sh`. While this is likely just a cleanup mechanism for initializing a new vault, `rm -rf` commands in shell scripts are a standard security red flag. If the variables passed to this command are ever malformed, it could unintentionally delete user data. The tool does not request explicitly dangerous permissions, nor did the scan find hardcoded secrets. However, because it acts as an agent framework, it relies on external AI models to process your personal notes, meaning your local data will be read and potentially sent over network requests to AI APIs depending on how you configure your environment.

Quality Assessment

The project is very new and has low visibility, currently sitting at only 5 GitHub stars. It is actively maintained, with its last push occurring today. Its licensing is marked as "NOASSERTION," meaning it lacks a clear open-source license, which is a drawback for broader community trust and legal reuse. The documentation is excellent, bilingual (English/Chinese), and thoroughly explains the architecture.

Verdict

Use with caution: the project is well-documented and structured for AI workflows, but users must manually inspect the `rm -rf` command in the initialization script and be mindful of the unasserted software license before integrating it with personal data.
SUMMARY

An opinionated Obsidian second-brain template, built for long-term human-AI collaboration

README.md

DailyUp Second Brain Starter

An opinionated Obsidian second-brain template, built from day one for long-term human–AI collaboration.

一个为人机长期协作而生的 Obsidian 第二大脑模板 — 开箱即用,内置规则、模板和 AI 技能。


这是什么

一套可以直接用的 Obsidian Vault 框架,包含:

  • 7 个主目录的信息架构 — 系统规则 / 上下文 / 日记 / 项目 / 知识 / 参考 / 任务
  • 22 种原子化卡片模板 — insight / book / mentalmodel / person / tool / quote …
  • 10 个开箱即用的 AI 技能(Skills)/today/weekly-review/closeday/card-creator
  • 完整的 AI 协作规则 — CLAUDE.md + AGENTS.md 让 Claude Code / Codex / Cursor 立刻理解你的知识库
  • Obsidian Bases 数据库视图 — Books、Persons、Resources、Opensource、Subscriptions
  • 清晰的写作规范、命名规范和任务管理规则

核心设计理念:让知识能长期积累、让 AI 能长期协作


为什么做这个

市面上的 PKM 模板大多有三个问题:

  1. 结构混乱 — 随手一分类,越用越乱
  2. 没考虑 AI — 模板为人类读写设计,AI 无从下手
  3. 没法长期维护 — 缺少规则,一年后回看全是"遗迹"

本模板的回答:

痛点 本模板的做法
信息该放哪里? 00_System/Vault_Map.md 给出明确路由规则
AI 怎么理解我? CLAUDE.md + 01_Context/ 五件套固定长期上下文
怎么避免重复? .templates/ 提供统一模板,所有卡片/项目走同一个骨架
知识怎么沉淀? 22 种原子化卡片 + 双向链接构成知识网络
每天怎么推进? 内置 /today/closeday/weekly-review 三个常用 AI 技能

5 分钟快速上手

详见 QUICK_START.md。简要流程:

# 1. 用这个 repo 作为模板,在 GitHub 上创建你自己的 Vault
#    (点击 "Use this template" 按钮)

# 2. 克隆到本地
git clone https://github.com/<your-user>/<your-vault>.git my-brain
cd my-brain

# 3. 用 Obsidian 打开这个文件夹
#    Obsidian → Open folder as vault → 选择 my-brain/

# 4. 填写你的个人上下文(5 个文件)
#    编辑 01_Context/ 下的 About_Me / Mission_and_Vision /
#    Brand_Voice / Audience_Profiles / Current_Priorities

# 5. 安装 Claude Code / Codex / Cursor,跑第一个 Skill
#    /session-brief   → 让 AI 读懂你的 Vault
#    /today           → 生成今日计划
#    /card-creator    → 创建你的第一张知识卡片

目录结构

.
├── 00_System/         # 规则、导航、写作规范、AI 工作原则
├── 01_Context/        # 全局上下文(你是谁、想做什么、写给谁看)
├── 02_Daily/          # 每日记录(含 Daily Note 模板)
├── 03_Projects/       # 项目管理(含 8 件套模板 + 示例项目)
├── 04_Knowledge/      # 长期知识沉淀
│   ├── 00_Cards/      # 22 种原子化卡片 + 6 张示例
│   ├── 01_Topics/     # 主题学习笔记
│   └── Frameworks/    # 方法论手册
├── 05_References/     # 剪藏文章(Inbox → 分类 → 提炼 → 归档)
├── 06_Tasks/          # 任务收集(Inbox / This_Week / Waiting)
├── 07_Bases/          # Obsidian 数据库视图
├── Attachments/       # 附件统一存放
├── .obsidian/         # Obsidian 配置(已精简)
├── .claude/skills/    # Claude Code 技能
├── .agents/skills/    # 通用 Agent 技能(与 .claude 同步)
├── CLAUDE.md          # AI 协作总导航(Claude 专用)
└── AGENTS.md          # AI 协作总导航(通用,软链到 CLAUDE.md)

内置 AI 技能

所有技能都在 .claude/skills/.agents/skills/ 下。

技能 用途 触发方式
session-brief 读懂当前 Vault 状态 开新会话时
today 根据任务和优先级生成今日计划 "今日计划怎么安排"
closeday 日终复盘 "帮我结束今天"
weekly-review 周度回顾与下周规划 "做个周报"
card-creator 根据输入自动创建对应类型的卡片 "帮我建一张卡"
brain-storming 围绕一个主题多维度发散 "头脑风暴 X"
random-thinking 跨主题随机抽卡做关联思考 "给点灵感"
connect 连接两个主题,找出桥梁概念 "连接 X 和 Y"
trace 追踪一个主题在 Vault 中的演化 "追踪 X 的演化"
check-health 检查孤立卡片、失效链接、矛盾观点 "检查知识库健康"

你需要什么

必备

  • Obsidian(免费)
  • Git(用于版本控制和同步)

强烈推荐

Obsidian 插件(Core 插件够用,可选增强):

  • Templater — 动态模板变量
  • Dataview — 数据库式查询
  • Tasks — 任务管理

它适合谁

  • ✅ 想认真搭建长期使用的第二大脑,而不是玩票
  • ✅ 已经在用 / 准备用 AI 协作工具(Claude Code / Cursor / Codex)
  • ✅ 愿意花 30 分钟把 5 个 Context 文件填好,换来 AI 长期精准协作
  • ✅ 喜欢文件优先、本地可控的知识管理方式

适合谁:

  • ❌ 只想要一个能用一周的"漂亮模板"
  • ❌ 完全不打算用 AI 协作(那本模板的一半价值都用不上)
  • ❌ 只用手机做笔记 —— Obsidian 桌面端体验更好

如何定制

  • 结构:可以改目录名和编号,但请同步更新 00_System/Vault_Map.mdCLAUDE.md
  • 卡片类型:直接在 04_Knowledge/00_Cards/.templates/ 添加新类型
  • AI 技能:在 .claude/skills/ 下新建目录,写一个 SKILL.md 即可
  • 规则00_System/ 下的规则都是你的,改即可。改完告诉 AI"请读一下新规则"

贡献

欢迎提 PR!特别欢迎:

  • 新的卡片模板(记得附示例)
  • 新的 AI Skills(尤其是跨工具都能用的)
  • 翻译(目前以中文为主)
  • 使用场景分享

详见 CONTRIBUTING.md


License

本项目采用双许可

  • 代码部分(Skills、脚本、配置) — MIT License
  • 内容部分(文档、模板、示例卡片、Frameworks) — CC BY 4.0

简单说:自由使用、修改、商用,保留出处就行


相关资源


Built with ❤️ for people who take knowledge seriously.

Reviews (0)

No results found