lensetek/skillforge · Archived

obsidian-vault-manager

Manages Obsidian Vault integration, formats Markdown deliverables with YAML frontmatter and Wikilinks, generates Map of Content (MOC) index notes, and extracts task items from Obsidian notes.

First seen Jul 15, 2026

Installation

$ npx skills add lensetek/skillforge --skill obsidian-vault-manager

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lensetek/skillforge.

npx skills add lensetek/skillforge

Browse all from lensetek/skillforge

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,025 B
  • docs SUMMARY.md 221 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 21 installs

SKILL.md

Obsidian Vault Manager Skill

The obsidian-vault-manager skill connects the SkillForge AI Agent ecosystem with Obsidian PKM (Personal Knowledge Management) workflows. It ensures all generated reports, deliverables, and system logs conform to Obsidian Vault standards, maintaining bidirectional links ([[Note]]) and graph view readiness.


Capabilities & Workflows

1. Generate / Update Map of Content (build_moc)

Generates or updates a central Index Note at output/000SkillForgeMOC.md (or at the root of the Obsidian Vault).

  • Scans all deliverables in /output/.
  • Categorizes files by tags and agent skills.
  • Includes clickable Wikilinks [[Document Name]] and summary metadata.
  • Embedded graph references to active sub-agents and active workspace tasks.

2. Format & Sanitize Wikilinks (format_wikilinks)

Converts standard Markdown relative links into Obsidian Wikilink syntax:

  • [Output Document](output/doc.md)[[doc|Output Document]] or [[doc]]
  • Adds default Obsidian YAML Frontmatter Properties if missing:

```yaml


title: "Document Title" created: YYYY-MM-DD tags: [skillforge, output] agent_skill: skill-name


```

3. Extract Obsidian Checklists (extractobsidiantasks)

  • Scans designated Obsidian notes for open checkbox items (- [ ] Task description).
  • Translates extracted tasks into the central task.md file in the workspace so the SkillForge Orchestrator can execute them.

Execution Instructions

When asked to run Obsidian maintenance or integrate new outputs:

  1. Ensure all new files in /output/ have valid Obsidian frontmatter header.
  2. Replace any internal link targets with [[Target]] syntax.
  3. Update output/000SkillForgeMOC.md using the standard MOC template.