Agent Plugins Marketplace
← All plugins

obsidian-kit

v2.1.0

Work in an Obsidian vault with Claude Code: Excalidraw drawings in a house style, fixed note formats by note-type, a tag audit with one approved plan, and an obsidian CLI primer.

Claude Code11 Skills

By William Hung0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install obsidian-kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install obsidian-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/21-BreakinCode/cc-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is obsidian-kit/.

Plugin files

obsidian-kit/
├── .claude-plugin/plugin.json
├── skills/audit-tags/SKILL.md
├── skills/create-excali/SKILL.md
├── skills/format-note/SKILL.md
├── skills/migrate-notes/SKILL.md
├── skills/obsidian-bases/SKILL.md
├── skills/obsidian-markdown/SKILL.md
├── skills/session-pick-up/SKILL.md
├── skills/session-recommend/SKILL.md
├── skills/session-wrap-up/SKILL.md
├── skills/simple-mandarin/SKILL.md
└── skills/update-excali/SKILL.md

Included Skills11

audit-tagsskills/audit-tags/SKILL.md

Audit the vault's tags against the approved taxonomy and apply one approved refactor plan. It finds false tags (hex colors, hashes, ticket numbers), merged tags that came back, typos, duplicates, singletons, and off-taxonomy tags. When the user invokes /obsidian-kit:audit-tags, run this skill.

create-excaliskills/create-excali/SKILL.md

Create a new Obsidian Excalidraw drawing in the vault house style. Build it with ExcalidrawAutomate in the running Obsidian app. Then lint the geometry and look at the real PNG render. Trigger words are "excalidraw", "draw a diagram", "畫圖", and "畫一張". Also trigger it for any request that creates a .md drawing with `excalidraw-plugin:` frontmatter.

format-noteskills/format-note/SKILL.md

Write or check Obsidian notes by note-type (map, concept, takeaway, literature, fleeting). Each type keeps one fixed format, with compact ASCII diagrams and callouts that make notes scannable. When creating or editing a note inside the vault's noteFormatFolders, such as Zettelkasten notes, use this proactively. Also trigger on "format note", "check note format", "visualize", "add diagrams", "加圖", "refine notes", or "make scannable".

migrate-notesskills/migrate-notes/SKILL.md

One-time vault migration to set note-type and rename map notes by plan approval.

obsidian-basesskills/obsidian-bases/SKILL.md

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

obsidian-markdownskills/obsidian-markdown/SKILL.md

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

session-pick-upskills/session-pick-up/SKILL.md

Use after wrap-up to turn chosen topic numbers into atomic Zettelkasten cards grounded in the session case and up to 3 web sources.

session-recommendskills/session-recommend/SKILL.md

When several take-away topics compete, use this after wrap-up. It picks exactly one topic to keep, with reasoning.

session-wrap-upskills/session-wrap-up/SKILL.md

Use at the end of a working or debugging session to reflect on pitfalls worth noticing and list candidate take-away topics to keep.

simple-mandarinskills/simple-mandarin/SKILL.md

Write or rewrite technical text in controlled Traditional Chinese (Taiwan) in the spirit of ASD-STE100 Simplified Technical English: short sentences by character count, active voice, one term one meaning, condition before command, terms defined at first use, no AI slop. Use for documentation, READMEs, runbooks, procedures, error messages, and release notes written in Chinese. The user's own words can trigger this skill too: "繁體中文技術文件", "台灣用語", "受控中文", "精簡中文", "simple mandarin", "controlled Chinese", or a request to check text against these rules. The same rules govern the reply in Mandarin. Answer first, in continuous text only.

update-excaliskills/update-excali/SKILL.md

Refine an existing Obsidian Excalidraw drawing into the vault house style. Keep every text, formula, relation, and element link. Then lint and review the real PNG render. Trigger words are "refine this drawing", "整理這張 excalidraw", and "update the diagram". When editing a .md file with `excalidraw-plugin:` frontmatter, or when the excali-lint hook reports errors, also trigger it.

Plugin manifests1

obsidian-kit/.claude-plugin/plugin.json
{
  "name": "obsidian-kit",
  "description": "Work in an Obsidian vault with Claude Code: Excalidraw drawings in a house style, fixed note formats by note-type, a tag audit with one approved plan, and an obsidian CLI primer.",
  "version": "2.1.0",
  "author": {
    "name": "William Hung"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[obsidian-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-kit)