Obsidian vault manager
Skill lensetek/SkillForge/.agents/skills/obsidian-vault-manager
SkillForge is a workspace customization framework designed to build, manage, and orchestrate personalized AI Sub-Agents and modular skills. It serves as a foundation for generating platform-agnostic workflows.
npx -y skills add lensetek/SkillForge --skill obsidian-vault-managerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
2.0 KB, as published. Nobody here has run it
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/000_SkillForge_MOC.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:
--- title: "Document Title" created: YYYY-MM-DD tags: [skillforge, output] agent_skill: skill-name ---
3. Extract Obsidian Checklists (extract_obsidian_tasks)
- Scans designated Obsidian notes for open checkbox items (
- [ ] Task description). - Translates extracted tasks into the central
task.mdfile in the workspace so the SkillForge Orchestrator can execute them.
Execution Instructions
When asked to run Obsidian maintenance or integrate new outputs:
- Ensure all new files in
/output/have valid Obsidian frontmatter header. - Replace any internal link targets with
[[Target]]syntax. - Update
output/000_SkillForge_MOC.mdusing the standard MOC template.