with one click
creating-obsidian-templates
// Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X".
// Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X".
Ingest a new source into the LLM Wiki. Save the full captured resource under src/content/notes/sources/ first, then create or update the maintained wiki summary/synthesis entry, index, and log. Trigger on "add", "save", "capture", "note this", "take notes on", or any request to record content in the knowledge base.
Query the maintained wiki layer first, then fall back to sources when needed. Use when asked to "ask my notes", "what do I know about", "query my knowledge", "/ask", or when the user has a question that the wiki might answer.
Summarize the past week's daily journal entries. Use when asked to "weekly review", "review the week", "summarize this week", or "week summary".
Curate wiki maps and clustering pages for the LLM Wiki. Use when asked to "curate MOCs", "update maps", "find clusters", "what MOCs need updating", or "organize my notes".
Audit the maintained wiki for quality and maintenance issues. Use when asked to "review notes", "check content quality", "audit my knowledge base", or "find broken links".
Generate a weekly newsletter summarizing resources added last week. Use when asked to "weekly newsletter", "newsletter", "what did I add this week", "generate newsletter", or "Monday newsletter".
| name | creating-obsidian-templates |
| description | Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X". |
| allowed-tools | Read, Write, Glob, Grep, WebFetch, WebSearch, AskUserQuestion |
Create templates for the Second Brain Obsidian vault that work with the core Templates plugin.
All templates go in: src/content/notes/_obsidian-templates/
This directory is excluded from the content collection.
Templates use Obsidian's template syntax:
{{date}} - Current date (YYYY-MM-DD){{date:format}} - Custom format (e.g., {{date:YYYY-MM-DD}}){{time}} - Current time{{title}} - Note titlels src/content/notes/_obsidian-templates/src/content/notes/_obsidian-templates/{name}.md---
title: "Template Name - {{date:YYYY-MM-DD}}"
draft: true
---
## Section 1
<!-- Guidance comment -->
## Section 2
<!-- Guidance comment -->
| Template | Purpose |
|---|---|
newsletter.md | Weekly newsletter draft for beehiiv |
Remind user to configure Obsidian:
_obsidian-templates