@geekbb: 一套完整的 Obsidian 第二大脑模板,基于改良版 PARA 方法,把 Obsidian 知识库的文件夹结构、模板、查询脚本和 Claude Code 自动化整理成一套可直接复用的系统,开箱即用。 https://github.com…
摘要
A complete Obsidian second-brain template system based on a modified PARA method, including folder structure, templates, query scripts, and Claude Code automation, ready to reuse out of the box.
查看缓存全文
缓存时间: 2026/06/20 18:21
一套完整的 Obsidian 第二大脑模板,基于改良版 PARA 方法,把 Obsidian 知识库的文件夹结构、模板、查询脚本和 Claude Code 自动化整理成一套可直接复用的系统,开箱即用。
https://t.co/OlCrtUyRYZ https://t.co/FUZuvHJSpe
pricklywiggles/niamos
Source: https://github.com/pricklywiggles/niamos
Niamos
A personal Obsidian vault running a modified PARA method, plus the templates, queries, and Claude Code skills that make it work day-to-day.

Personal content (goals, projects, daily notes, etc.) is gitignored — what’s tracked here is the system: the docs that describe how the vault is organized, the templates new pages are built from, the Dataview/Bases queries that power navigation, and the skills that automate the repetitive parts.
What’s in the repo
.claude/skills/ # Vault-local Claude Code skills (create-page, archive, audit, daily-review, place-wiki)
bases/ # .base files + Dataview/Tasks index pages
templates/ # Templater templates for each content type
wiki/system/ # Operating manual + navigation dashboards
manual/ # Schema and workflow docs for each content type
dashboards/ # Pinned pages: Control Panel, Current Projects, Tasks, etc.
CLAUDE.md # Instructions Claude Code loads on every session
Everything else (archives/, areas/, daily/, goals/, habits/, projects/, and topical wiki/ subfolders) is excluded by .gitignore — placeholder .gitkeep files preserve the folder structure.
The content model
Six types, each with its own folder, frontmatter schema, and lifecycle. Full docs in wiki/system/manual/:
| Type | Role | Has status? |
|---|---|---|
| Goal | Measurable outcome with an assessment loop | active / archived |
| Area | Permanent sphere of responsibility | — |
| Project | Finite deliverable with a due date | active / archived |
| Habit | Recurring behavior becoming automatic | active / archived |
| Wiki | Durable topical reference | — |
| Daily | Temporal record for one calendar day | — |
The PARA Method page is the entry point — it covers how the six types relate, why this deviates from canonical PARA, and how the Archives hybrid model (status flip + folder move) works.
Skills
Five vault-local Claude Code skills in .claude/skills/, documented in Skills.md:
- create-page — interactive scaffolding for a Goal/Area/Project/Habit/Wiki
- place-wiki — picks the right
wiki/subfolder, pushes back on root-dumping - archive — atomic status flip + completion date + file move to
archives/<year>/<type>/ - daily-review — morning carry-forward and evening highlights flow
- audit — vault-wide schema/drift validator
Skills delegate to the Obsidian CLI for file ops so the metadata cache stays consistent. Multi-step destructive work (archive, audit) is bundled into Python scripts with rollback.
Plugin stack
Documented in Plugin Stack.md. The load-bearing ones:
- Templater — applies type templates on file creation
- Dataview —
## Active Projects/## Active Goalsbacklink queries on Area and Goal pages - Tasks — task filtering with
useFilenameAsScheduledDate: truescoped todaily/ - Bases —
.basefiles for the cross-type indexes inbases/ - Obsidian CLI — the API the skills drive
Reusing this for your own vault
The structure is opinionated but not personal. To adapt it:
- Clone into a fresh directory
- Open as an Obsidian vault, install the community plugins (see below)
- Copy
wiki/system/dashboards/Control Panel (example).mdtoControl Panel.mdand pin it — the original is gitignored as personal - Read
wiki/system/manual/PARA Method.mdend-to-end - Start using the
create-pageskill in Claude Code to build out your own Goals/Areas/Projects
The skills assume Claude Code with the Obsidian Terminal plugin (or any shell rooted in the vault). CLAUDE.md at the repo root is what teaches Claude the conventions.
Installing the plugins
Plugin vendored code (main.js, styles.css) is gitignored — only each plugin’s data.json (config) and manifest.json (identity) are tracked. Install the plugins yourself; on first enable, Obsidian reads the tracked data.json and your settings restore automatically.
In Obsidian: Settings → Community plugins → Browse, install and enable each:
| Plugin | Role |
|---|---|
| Templater | Applies type templates on file creation (folder→template mappings live in tracked data.json) |
| Dataview | Backlink slices on Goal/Area pages, ## Today block in dailies |
| Tasks | Checkbox tasks with date inference (useFilenameAsScheduledDate: true scoped to daily/) |
| Calendar | Sidebar daily-note navigation |
| Iconize (a.k.a. Icon Folder) | Folder/file icon customization |
| Excalidraw | Optional, drawing tool |
| Terminal | Embedded shell — Claude Code runs inside this |
| Pretty Properties | Frontmatter pills, banner/icon/cover rendering |
| Markdown Table Checkboxes | Interactive - [ ] inside markdown tables |
Bases is a core plugin in Obsidian 1.9+; enable under Settings → Core plugins.
Hot Reload (optional, dev-only) is gitignored entirely. Install via BRAT from https://github.com/pjeby/hot-reload only if you’re authoring Obsidian plugins.
相似文章
@yunxi0623: https://x.com/yunxi0623/status/2068171252595147166
介绍如何使用 Obsidian 和 Claude Code 搭建本地 AI 知识库,通过创建文件夹结构、编写 CLAUDE.md 规则文件、分步导入和整理资料,实现长期可迁移的个人知识管理。
@yanhua1010: 大多数人的 Obsidian,最后都会变成一个漂亮的文件柜。 保存了很多。 真正用上的很少。 因为它只为“输入”设计: 剪藏、分类、标签、文件夹。 但真正有用的知识库,应该每天主动把洞察推回来。 我做了一版自动增长的 Obsidian 知…
作者分享了一个自动化的 Obsidian 知识库 Demo,通过结合 Claude 实现每日简报和知识复利,将被动存储转变为主动洞察。
@cyrilXBT: https://x.com/cyrilXBT/status/2064501160602390835
一份全面的指南,教你如何将Obsidian设置为“第二大脑”,利用链接、纯文本文件以及与Claude AI的集成实现智能检索。
@NFTCPS: Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点…
Obsidian CEO亲自下场,搞了个obsidian-skills开源项目,让Claude直接操作你的笔记库!!! 3万颗星 简单到离谱: 把代码扔进笔记库的 /.claude 文件夹 完事,Claude就能帮你写、改、查笔记 焦虑点:别人已经用Claude自动整理知识库了,你还在手动复制粘贴?这波不跟进,下个风口又错过。 https://github.com/kepano/obsidian-skills… --- # kepano/obsidian-skills Source: [https://github.com/kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) Agent Skills for use with Obsidian. These skills follow the [Agent Skills specification](https://agentskills.io/specification) so they can be used by any skills-compati
@yanhua1010: Obsidian创始人开发的Obsidian技能,包含obsidian-cli、json-canvas和obsidian-markdown等多个技能,仓库地址:https://github.com/kepano/obsi…
Obsidian创始人发布了一套智能体技能,包括obsidian-cli、json-canvas和obsidian-markdown,支持与Claude Code、Codex CLI等AI智能体集成。