obsidian-power-user
v1.0.0Full-featured Obsidian expert skill covering every official feature, plugin, and syntax — vault design, note templates, canvas, bases, Dataview queries, Templater, core/community plugins, Obsidian Publish, Web Clipper, CSS snippets, URI links, and MOC notes. Loads reference docs on demand.
by SleestkMIT86updated 1 month ago
Source
git clone https://github.com/Sleestk/Skills-PipelineClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is Obsidian/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Full-featured Obsidian expert covering every official feature, plugin, and syntax. Use this skill for ANYTHING Obsidian-related: vault design, note templates, canvas files, bases, Dataview queries, Templater templates, folder structures, core plugins, community plugins, Obsidian Publish, Web Clipper, CSS snippets, URI links, MOC notes, and more. Trigger on ANY mention of: Obsidian, vault, canvas, base, wikilinks, PKM, second brain, daily notes, note template, Dataview, Templater, MOC, Map of Content, backlinks, note structure, folder structure, knowledge management, markdown note, Obsidian plugin, graph view, properties, frontmatter, callout, embed, slash commands, obsidian publish, web clipper, obsidian URI, obsidian sync, workspaces, PARA method, Zettelkasten. Also trigger on: "organize my notes", "build a vault", "create a note system", "make a canvas", "set up a base", "import my notes". When in doubt — trigger this skill.
Manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "obsidian-power-user",
"description": "Full-featured Obsidian expert skill covering every official feature, plugin, and syntax — vault design, note templates, canvas, bases, Dataview queries, Templater, core/community plugins, Obsidian Publish, Web Clipper, CSS snippets, URI links, and MOC notes. Loads reference docs on demand.",
"version": "1.0.0",
"author": {
"name": "Sleestk",
"url": "https://github.com/Sleestk"
},
"homepage": "https://github.com/Sleestk/Skills-Pipeline",
"repository": "https://github.com/Sleestk/Skills-Pipeline",
"license": "MIT",
"keywords": [
"obsidian",
"pkm",
"notes",
"dataview",
"templater",
"canvas",
"markdown",
"second-brain"
]
}