Install
$ agentstack add skill-galaxyruler-galactic-skills-obsidian-writing ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
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 →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)
- Read the vault's agent constitution if present — a
CLAUDE.md,AGENTS.md, orGEMINI.mdat the vault root carries routing rules specific to that vault. Vault instructions win over this skill. - Open the relevant hub/MOC or board to load context for what you're about to write.
- Check an existing note of the same type — match its frontmatter, folder, and naming before creating a new one.
- 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 +
.baseYAML 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.
- Author: GalaxyRuler
- Source: GalaxyRuler/Galactic-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.