obos
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseObsidian Best Practices (obos)
Obsidian 最佳实践 (obos)
Manage an Obsidian vault with AI-friendly structure.
使用适配AI的结构管理Obsidian库。
Commands
命令
| Command | Description |
|---|---|
| Initialize vault structure + interactive onboarding |
| Create/open daily note with carry-forward |
| Save conversation insight (fast default, |
| Generate weekly review ( |
| Sync index files + health report ( |
| Socratic note refinement (draft → refined) |
| Query your knowledge base |
| Smart link suggestions |
| Writing assist from notes |
No argument → show grouped command list:
记录:daily, save
加工:refine, link
产出:ask, draft
维护:sync, weekly
设置:init| 命令 | 描述 |
|---|---|
| 初始化库结构 + 交互式引导 |
| 创建/打开带有内容延续的日常笔记 |
| 保存对话见解(默认快速保存, |
| 生成周复盘报告( |
| 同步索引文件 + 健康报告( |
| 苏格拉底式笔记优化(草稿 → 精加工) |
| 查询你的知识库 |
| 智能链接建议 |
| 基于笔记的写作辅助 |
无参数时 → 显示分组命令列表:
记录:daily, save
加工:refine, link
产出:ask, draft
维护:sync, weekly
设置:initVault Path Discovery
库路径识别逻辑
All commands share this logic:
- Current working directory — if it contains with vault-related content or has
CLAUDE.md.obsidian/ - Fallback:
/Users/hansonmei/OneDrive/obsidian-vault/ - If neither exists, ask user with AskUserQuestion
所有命令遵循以下逻辑:
- 当前工作目录 — 若目录中包含带有库相关内容的 文件或存在
CLAUDE.md文件夹.obsidian/ - 备选路径:
/Users/hansonmei/OneDrive/obsidian-vault/ - 若上述路径均不存在,通过AskUserQuestion询问用户
Vault Structure
库结构
Vault/
├── CLAUDE.md # AI context file
├── Index.md # AI-readable index (auto-generated)
├── Daily/ # Daily notes + weekly reviews
├── Notes/ # Evergreen notes
├── Clippings/ # Web clippings
├── References/ # Source materials
├── Attachments/ # Images and files
├── Categories/ # MOC index pages
└── Templates/ # Note templatesVault/
├── CLAUDE.md # AI上下文文件
├── Index.md # AI可读索引(自动生成)
├── Daily/ # 日常笔记 + 周复盘
├── Notes/ # 常青笔记
├── Clippings/ # 网页剪藏
├── References/ # 源材料
├── Attachments/ # 图片与文件
├── Categories/ # MOC索引页面
└── Templates/ # 笔记模板Knowledge Maturity Model
知识成熟度模型
Two-level system tracked in frontmatter field:
status- — captured but not deeply processed
draft - — processed through guided reflection or
refined/obos refine
两级体系,通过前置元数据 字段追踪:
status- — 已记录但未深度处理
draft - — 经引导式反思或
refined处理完成/obos refine
Evergreen Note Template
常青笔记模板
markdown
---
status: {{draft|refined}}
source: {{attribution}}
created: {{YYYY-MM-DD}}
---markdown
---
status: {{draft|refined}}
source: {{attribution}}
created: {{YYYY-MM-DD}}
---{{title}}
{{title}}
Core Idea
核心观点
One sentence in your own words.
用你自己的话总结成一句话。
My Understanding
我的理解
Why it matters. What you agree/disagree with.
它的重要性是什么。你同意/不同意哪些内容。
Open Questions
待解问题
What new questions does this raise?
这引发了哪些新问题?
Related
相关笔记
- [[]]
undefined- [[]]
undefinedCommand Routing
命令路由
Parse the first argument after and load the matching file. If no argument, show the grouped command list above and ask what the user wants to do.
/oboscommands/{command}.md解析 后的第一个参数,加载匹配的 文件。若未提供参数,显示上方分组命令列表并询问用户需求。
/oboscommands/{command}.md