Skip to content
OpenSmartRoute
Skillv1.0.0

obsidian-docs

Create, update, and structure Obsidian documentation vaults and notes. Use when organizing knowledge, standardizing frontmatter, building indexes, or applying templates inside an Obsidian vault.

by mjcramerz(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from mjcramerz/codex-home (home/marketplaces/codex-home/plugins/cache/codex-home/obsidian/local/skills/obsidian-docs/SKILL.md). Install upstream with npx skills add mjcramerz/codex-home --skill obsidian-docs. Copyright stays with the author.

OBSIDIAN-Docs

Overview

Establish consistent Obsidian documentation: frontmatter, naming conventions, folder structure, and reusable templates.

Workflow

  1. Confirm vault root and scope (notes to create or update).
  2. Align on conventions using references/REFERENCE.md.
  3. Collect requirements with references/FORMS.md when inputs are missing.
  4. Apply templates from assets/note-templates/.
  5. Ensure links/backlinks and indexes are updated.

Agent orchestration

  • Confirm that the request fits this skill and state boundaries if other skills are needed.
  • For multi-step work, keep a concise plan, execute in small reversible steps, and surface assumptions early.
  • Delegate only independent discovery tasks, then reconcile findings before making edits.

Validation and testing

  • Validate critical inputs and bound external I/O (size, retries, and timeouts) before applying changes.
  • Run the narrowest relevant checks that prove behavior (tests, lint, or build as applicable).
  • Include risk-based negative or edge-case coverage for security-sensitive, parsing, or automation changes.
  • Report verification commands, outcomes, and any follow-up checks that remain.

Outputs

  • Actionable steps or artifacts aligned to the skill.
  • References to relevant files, commands, or templates.

References

  • Form filling: See FORMS.md for intake prompts.
  • API reference: See REFERENCE.md for frontmatter and structure rules.
  • Examples: See EXAMPLES.md for sample notes.

Resources

  • assets/note-templates/ for reusable note templates.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/mjcramerz-codex-home-obsidian-docs/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

mjcramerz-codex-home-obsidian-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "mjcramerz-codex-home-obsidian-docs",
  "kind": "skill",
  "name": "obsidian-docs",
  "description": "Create, update, and structure Obsidian documentation vaults and notes. Use when organizing knowledge, standardizing frontmatter, building indexes, or applying templates inside an Obsidian vault.",
  "publisher": "mjcramerz",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "obsidian",
      "docs",
      "knowledge",
      "notes",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create, update, and structure Obsidian documentation vaults and notes. Use when organizing knowledge, standardizing frontmatter, building indexes, or applying templates inside an Obsidian vault."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/mjcramerz/codex-home",
      "path": "home/marketplaces/codex-home/plugins/cache/codex-home/obsidian/local/skills/obsidian-docs/SKILL.md",
      "ref": "03d0b59b253570405077056fb3c93e1a4f57c8cd",
      "url": "https://github.com/mjcramerz/codex-home/blob/03d0b59b253570405077056fb3c93e1a4f57c8cd/home/marketplaces/codex-home/plugins/cache/codex-home/obsidian/local/skills/obsidian-docs/SKILL.md",
      "key": "mjcramerz/codex-home/home/marketplaces/codex-home/plugins/cache/codex-home/obsidian/local/skills/obsidian-docs/SKILL.md"
    }
  },
  "instructions": "# OBSIDIAN-Docs\n\n## Overview\n\nEstablish consistent Obsidian documentation: frontmatter, naming conventions, folder structure, and reusable templates.\n\n## Workflow\n1) Confirm vault root and scope (notes to create or update).\n2) Align on conventions using `references/REFERENCE.md`.\n3) Collect requirements with `references/FORMS.md` when inputs are missing.\n4) Apply templates from `assets/note-templates/`.\n5) Ensure links/backlinks and indexes are updated.\n\n## Agent orchestration\n- Confirm that the request fits this skill and state boundaries if other skills are needed.\n- For multi-step work, kee",
  "cost": {
    "context_tokens": 412
  }
}

Fetch it by URL: GET /api/v1/registry/mjcramerz-codex-home-obsidian-docs/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.