AgentStack
SKILL verified MIT Self-run

Obsidian Writing

skill-galaxyruler-galactic-skills-obsidian-writing · by GalaxyRuler

Use when writing, editing, or organizing content in an Obsidian vault — notes, frontmatter/properties, wikilinks, callouts, Dataview/Tasks queries, Bases (.base) dashboards, Canvas (.canvas) files, Templater automation, citation/literature workflows, or vault git commits. Also use when setting up an anti-drift vault system (one-note-one-home routing, self-routing templates, project boards) or dri…

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-galaxyruler-galactic-skills-obsidian-writing

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-galaxyruler-galactic-skills-obsidian-writing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
17d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Obsidian Writing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Obsidian Writing

Methodology for working inside an Obsidian vault: native Markdown, queries, dashboards, automation, and an optional opinionated vault-management system that keeps a growing vault from drifting. Replace every `` with your own vault's values.

Orient before writing (30 seconds)

  1. Read the vault's agent constitution if present — a CLAUDE.md, AGENTS.md, or GEMINI.md at the vault root carries routing rules specific to that vault. Vault instructions win over this skill.
  2. Open the relevant hub/MOC or board to load context for what you're about to write.
  3. Check an existing note of the same type — match its frontmatter, folder, and naming before creating a new one.
  4. Never stage .obsidian/ (app state) in a commit.

Tool choice — narrowest surface that proves the result

| Need | Prefer | |---|---| | Note CRUD, search, move, command-palette action | Obsidian MCP (mcp__obsidian__* or however your server is named) if exposed; else the Local REST API | | Live Dataview refresh, open-note state, palette action | REST/MCP POST /commands/execute | | .base / .canvas, byte-level edits, bulk rename, git ops | Filesystem edit; reload/open in Obsidian afterward |

Using MCP/REST keeps Obsidian's index, frontmatter parser, and link graph consistent. Don't guess live render state from file text when the user reports a UI/render problem — capture the exact error via REST/MCP or the obsidian CLI.

Markdown essentials

[[Note]], [[Note|alias]], [[Note#Heading]], [[Note#^block]], ![[Note]], ![[img.png|300]]. Prefer [[wikilinks]] (rename-safe) for internal links; use [label](https://…) only for external URLs. Callouts: > [!note], > [!warning] Title, > [!faq]- (collapsed). Full syntax → [MARKDOWN-SYNTAX.md](MARKDOWN-SYNTAX.md).

Reference files

  • [MARKDOWN-SYNTAX.md](MARKDOWN-SYNTAX.md) — wikilinks, embeds, callouts, block IDs, comments, highlights, math, tags, frontmatter
  • [QUERIES.md](QUERIES.md) — Dataview tables and Tasks query blocks, generalized patterns + live-refresh
  • [CANVAS-AND-BASES.md](CANVAS-AND-BASES.md) — JSON Canvas authoring rules + .base YAML dashboards
  • [PLUGINS.md](PLUGINS.md) — high-leverage plugin playbook (Templater, Dataview, Tasks, citations, Smart Connections, Breadcrumbs, Mermaid, Pandoc, sync/git, REST API/MCP)
  • [VAULT-SYSTEM.md](VAULT-SYSTEM.md) — optional opinionated system: one-note-one-home routing, frontmatter schemas, self-routing templates, anti-drift checklist, project-board ritual, literature workflow

Vault git commits

The vault is its own git repo. Stage only your changed notes — git add , never git commit -A, never .obsidian/. Run git status first. Suggested message style: docs(vault): . Commit to the vault's own branch (often main or master).

Common mistakes

| Mistake | Fix | |---|---| | Staging .obsidian/ app state | git status first; stage only your files | | Creating a note without frontmatter | Every note gets frontmatter matching nearby notes of its type | | Guessing live render state | Inspect via REST/MCP/CLI; don't assume from file text | | Breaking a .base formula or .canvas edge | Validate YAML / parse JSON before saving — see CANVAS-AND-BASES.md | | Hardcoding folder paths in links | Use bare-name [[wikilinks]] so moves don't break them |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.