obsidian-docs

obsidian-docs is a skill for Claude Code from parisgroup-ai/imersao-ia-setup. It costs 83 tokens per session (5,811 once invoked), scanned A, original, MIT.

A documentation guide for writing technical notes in Obsidian, a note-taking app that supports links between pages. It covers folder structure, templates, cross-links, and developer-focused documents.

In plain words
What is it for?
Use it for READMEs, wikis, architecture records, runbooks, API documentation, testing guides, and other technical knowledge bases.
Why use it?
It helps keep documentation organized and connected, so related information is easier to find and maintain.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the imersao plugin — 51 skills, 7 commands shipped together

Good fit Use it for READMEs, wikis, architecture records, runbooks, API documentation, testing guides, and other technical knowledge bases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parisgroup-ai/imersao-ia-setup/obsidian-docs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add parisgroup-ai/imersao-ia-setup --skill obsidian-docs
Clone the repo
git clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setup

Made for: Claude Code.

Or install imersao, the plugin that ships this one along with the rest of its 51 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for obsidian-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs/github.svg)](https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs)
Your own site
<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for obsidian-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/obsidian-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,811 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.05811
Opus 5 $0.00042 $0.02906
Sonnet 5 $0.00017 $0.01162
Haiku 4.5 $0.00008 $0.00581

Measured 11d ago against content hash 9b352a7aa131, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

obsidian-docs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X {{HTTP_METHOD}} \
plugins/imersao/skills/obsidian-docs/SKILL.md · 1,034 lines

How it starts

The opening of the file, as written. The whole thing — 1,034 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Obsidian Documentation Skill

This skill creates comprehensive, well-structured technical documentation optimized for Obsidian's knowledge management features. Documentation should be discoverable, maintainable, and interconnected.

Vault Structure

Recommended Folder Organization

docs/
├── 00-Index/
│   ├── 🏠 Home.md                    # Main entry point
│   ├── 📚 Documentation Map.md       # MOC (Map of Content)
│   └── 🔍 Quick Reference.md         # Common commands/links
│
├── 01-Getting-Started/
│   ├── Installation.md
│   ├── Configuration.md
│   ├── First Steps.md
│   └── Troubleshooting.md
│
├── 02-Architecture/
│   ├── System Overview.md
│   ├── Data Flow.md
│   ├── Component Diagram.md
│   └── Tech Stack.md
│
├── 03-API/
│   ├── API Overview.md
│   ├── Authentication.md
│   ├── Endpoints/
│   │   ├── Users.md
│   │   ├── Orders.md
│   │   └── Products.md
│   └── Error Codes.md
│
├── 04-Development/
│   ├── Setup Guide.md
│   ├── Code Style.md
│   ├── Git Workflow.md
│   ├── Testing Guide.md
│   └── CI-CD.md
│
├── 05-Operations/
│   ├── Deployment.md
│   ├── Monitoring.md
│   ├── Runbooks/
│   │   ├── Incident Response.md
│   │   ├── Database Recovery.md
│   │   └── Scaling.md
│   └── On-Call Guide.md
│
├── 06-ADRs/
│   ├── ADR-000 Template.md
│   ├── ADR-001 Use PostgreSQL.md
│   ├── ADR-002 JWT Authentication.md
│   └── ADR-Index.md
│
├── 07-Meeting-Notes/
│   └── YYYY-MM-DD Topic.md
│
├── 08-Glossary/
│   └── Terms.md
│
├── Templates/
│   ├── ADR Template.md
│   ├── Runbook Template.md
│   ├── Meeting Notes Template.md
│   ├── API Endpoint Template.md
│   └── Component Doc Template.md
│
└── Assets/
    ├── diagrams/
    ├── images/
    └── attachments/

Obsidian Conventions

Linking

<!-- Internal links (wikilinks) -->
[[Installation]]                      <!-- Link to page -->
[[Installation|Setup Guide]]          <!-- Link with alias -->
[[Installation#Prerequisites]]        <!-- Link to heading -->
[[API/Users]]                         <!-- Link to nested page -->

<!-- Embeds -->
![[Architecture Diagram.png]]         <!-- Embed image -->
![[Component Doc#Overview]]           <!-- Embed section -->

<!-- External links -->
[GitHub Repo](https://github.com/org/repo)

Read the full file on GitHub · 1,034 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 1,034 lines · 83 tokens per session scan A 9b352a7aa131

Subscribe to this mod's changes

obsidian-docs is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 28d ago), licensed MIT. It adds 83 tokens to every session and 5,811 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vault

Generate an Obsidian LLM wiki vault from a project's source code and any static documents in raw/.

burakolgun/vault-anything · 23 tokens

technical-documentation

Audit, write, and improve developer documentation using Google's Developer Documentation Style Guide and Technical Writing courses. Use this skill for any documentation work, even when the user names no style guide: "audit our docs", "review this README", "write a README", "getting started guide", "how-to or…

wondelai/skills · 204 tokens

youtube-fetcher

Retrieve YouTube transcripts and subtitles, summarize or analyze what was said, or save an Obsidian-ready Markdown knowledge-base note with captions, creator metadata, chapters, language, and source provenance. Use for a YouTube URL or video ID when the request needs spoken content or an archival note. A bare YouTube…

JimmySadek/youtube-fetcher-to-markdown · 74 tokens

kb-index

Update Knowledge Base indexes. Smart mode detects changes and updates only what's needed. Full rebuild available with --full flag. Use after adding/moving documents or when indexes feel stale.

ernestolee13/para-knowledge-base · 38 tokens

reduce

Extract structured knowledge from source material. Comprehensive extraction is the default — every insight that serves the domain gets extracted. For domain-relevant sources, skip rate must be below 10%. Zero extraction from a domain-relevant source is a BUG. Triggers on "/reduce", "/reduce [file]", "extract…

agenticnotetaking/arscontexta · 73 tokens

migrate

Scan the project and migrate existing documentation into OKF format. Use when the user wants to populate the knowledge base from existing docs, README, schemas, API specs, runbooks, or any structured project knowledge. Trigger on "migrate to okf", "populate the knowledge base", "scan my docs", "convert docs to okf"…

guhcostan/claude-mega-brain · 147 tokens