obsidian

Organize and append notes into an Obsidian vault using Markdown.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dungle-scrubs/agent-config --skill obsidian-dungle-scrubs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/dungle-scrubs/agent-config/tree/main/stow/shared/skills/obsidian
Command: npx skills add https://github.com/dungle-scrubs/agent-config --skill obsidian-dungle-scrubs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you add and organize information inside the Obsidian vault located at ~/obsidian/vaults/code/. It provides a structured method to preserve notes, project references, and knowledge for quick retrieval.

Core Features & Use Cases

  • Topic-based organization: Use root topic files (like python.md) and topic folders (liketypescript/) to keep related notes together.
  • Project and reference scaffolding: Create or append to project folders (Fusion/, reviewsion/, etc.) to maintain context.
  • Workflow guidance: Follow a guided process to determine the correct placement for new notes and maintain a consistent vault structure.

Quick Start

Add a new note about a Python topic to python.md, or create a new topic file if no match exists, and place the content in the appropriate section.

Frequently Asked Questions about obsidian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize notes in an Obsidian vault by topic?

To organize notes in an Obsidian vault, the skill appends content to matching root topic files like python.md or creates new topic folders such as typescript/ to group related knowledge. It maintains structure by locating matching topics or creating new ones within the vault.

Can I use Markdown to append project references to an existing vault structure?

Yes, you can append project references using Markdown. The skill writes content in the vault's existing Markdown format without disruptive tooling, maintaining consistent structure across project folders like Fusion/ within the ~/obsidian/vaults/code/ directory.

What is the best way to structure coding knowledge and configuration material in Obsidian?

The best way to structure coding knowledge is using a hierarchical system of root topic files for broad subjects like python.md, topic folders for subtopics, and project folders within ~/obsidian/vaults/code/ to separate coding, configuration, and reference material.

Does the Obsidian note organization skill require any external dependencies?

No, the Obsidian note organization skill requires no external dependencies. It operates independently to locate matching topics or create new ones, writing content directly in the vault's existing Markdown format without disruptive tooling.

When should I create a new topic file versus appending to an existing one?

You should create a new topic file when no matching topic exists for your content, and append to an existing one when a match is found. The skill enforces this content placement to preserve important information and maintain a consistent vault structure.