From forge-obsidian
Obsidian project note conventions — base files, embeds, Dataview, frontmatter fields, folder notes. USE WHEN creating project notes, checking project compliance, or working with Project.base views.
npx claudepluginhub n4m3z/forge-obsidianThis skill uses the workspace's default tool permissions.
Obsidian project note conventions — base files, embeds, Dataview integration, and frontmatter field definitions.
Manages project-scoped Obsidian knowledge bases: bootstraps structure, routes notes to folders, maintains hub/plan/index/registry, handles lifecycles, runs lints and checks.
Organizes Obsidian notes into PARA folders (Inbox, Projects, Areas, Resources, Archive) following placement rules and naming conventions. Use for vault cleanup, moving, renaming, or categorizing notes.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Obsidian project note conventions — base files, embeds, Dataview integration, and frontmatter field definitions.
Templates/PARA/Project.md — the canonical project template (static).
Templates/PARA/Project.js.md — the Templater version.
Every project note must include these embeds in order:
![[Assets.base]]
---
![[Project.base#Resources]]
---
![[Project.base#Events]]
> [!tasks]- Tasks
>
> ```dataviewjs
> await dv.view("Scripts/Dataview/views/logs");
> await dv.view("Scripts/Dataview/views/tasks");
> ```
## Work log
### [[YYYY-MM-DD]]
- {One-liner per work item. Wikilink people, projects, technologies.}
The Base file provides three filtered views of backlinked notes:
| View | Shows | Filter |
|---|---|---|
| Resources | All linked notes except projects, journals, events | Grouped by root, sorted by name |
| Events | Notes tagged type/event | Sorted by name |
| Journals | Notes tagged type/journal with backlink | List format, comma-separated |
project.status — scalar: planned, active, on-hold, completedproject.priority — scalar: Critical, High, Medium, Lowcollection: "[[Projects]]" — standard collection linkkeywords — wikilinks to topics, technologies, systems (never tags)related — wikilinks to related projects or notesproject.team — wikilinks to people involvedproject.objectives — short text objectives for the projectEvery project lives in Projects/<Name>/<Name>.md. The folder note IS the project note. Associated files (plans, designs, references) live alongside in the same folder. The Folder Notes plugin renders the note when clicking the folder in the sidebar.