obsidian-pack

v1.13.0 by Jeremy Longshore

Complete Obsidian integration skill pack with 24 skills covering vault management, plugins, sync, templates, and knowledge management. Flagship tier vendor pack.

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install obsidian-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 Claude Code skills for Obsidian plugin development — from first scaffold to community plugin submission.

Every skill uses real Obsidian Plugin API: Plugin, Vault, MetadataCache, ItemView, Modal, Editor, FuzzySuggestModal. No stubs, no placeholders.

Skills (24) plugin-local skills

obsidian-ci-integration View full skill →

Set up GitHub Actions CI/CD for Obsidian plugin development.

ReadWriteEditBash(npm:*)
obsidian-common-errors View full skill →

Diagnose and fix common Obsidian plugin errors and exceptions.

ReadGrepBash(node:*)
obsidian-core-workflow-a View full skill →

Create an Obsidian plugin from scratch with full project scaffolding.

ReadWriteEditBash(npm:*)Bash(mkdir:*)Bash(ln:*)Glob
obsidian-core-workflow-b View full skill →

Build advanced Obsidian plugin features: custom views (ItemView), modals, editor commands with selection manipulation, status bar, context menus, and Vault API file creation/modification.

ReadWriteEditBash(npm:*)Grep
obsidian-cost-tuning View full skill →

Optimize Obsidian resource usage, sync storage, Publish hosting, and third-party plugin API costs.

ReadWriteEditBash(du:*)Bash(find:*)Grep
obsidian-data-handling View full skill →

Implement vault data backup, sync, and recovery strategies.

ReadWriteEdit
obsidian-debug-bundle View full skill →

Collect Obsidian plugin debug evidence for support and troubleshooting.

ReadBash(grep:*)Bash(tar:*)GrepWrite
obsidian-deploy-integration View full skill →

Publish Obsidian plugins to the community plugin directory.

ReadWriteEditBash(git:*)Bash(gh:*)
obsidian-enterprise-rbac View full skill →

Implement team vault access patterns and role-based controls.

ReadWriteEdit
obsidian-hello-world View full skill →

Create a minimal working Obsidian plugin with commands, settings, modals, and ribbon icons.

ReadWriteEditBash(npm:*)Glob
obsidian-incident-runbook View full skill →

Troubleshoot Obsidian plugin failures with systematic incident response.

ReadGrepBash(node:*)
obsidian-install-auth View full skill →

Set up Obsidian plugin development environment with Node.

ReadWriteEditBash(npm:*)Bash(git:*)Bash(mkdir:*)Bash(ln:*)Grep
obsidian-local-dev-loop View full skill →

Set up a fast Obsidian plugin development loop with hot reload.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(mkdir:*)Bash(ln:*)Bash(ls:*)Grep
obsidian-migration-deep-dive View full skill →

Execute major Obsidian plugin rewrites and migration strategies.

ReadWriteEditBash(npm:*)Bash(node:*)
obsidian-multi-env-setup View full skill →

Configure multiple Obsidian environments for development, testing, and production.

ReadWriteEditBash(mkdir:*)Bash(ln:*)
obsidian-observability View full skill →

Implement structured logging, metrics, error tracking, and a debug panel for Obsidian plugins.

ReadWriteEditBash(npm:*)
obsidian-performance-tuning View full skill →

Optimize Obsidian plugin performance for smooth operation in large vaults.

ReadWriteEditBash(npm:*)Grep
obsidian-prod-checklist View full skill →

Pre-release plugin verification checklist for Obsidian community plugins.

ReadGrepBash(npm:*)
obsidian-rate-limits View full skill →

Handle Obsidian file system operations and throttling patterns.

ReadWriteEdit
obsidian-reference-architecture View full skill →

Implement Obsidian reference architecture with best-practice project layout.

ReadGrep
obsidian-sdk-patterns View full skill →

Production-ready Obsidian plugin patterns: typed settings with migration, safe vault operations, event auto-cleanup, workspace layout, metadata cache, and debounced file handlers.

ReadWriteEditGrep
obsidian-security-basics View full skill →

Implement secure Obsidian plugin development practices.

ReadWriteEditGrep
obsidian-upgrade-migration View full skill →

Migrate Obsidian plugins between API versions and handle breaking changes.

ReadWriteEditBash(npm:*)Grep
obsidian-webhooks-events View full skill →

Handle Obsidian events and workspace callbacks for plugin development.

ReadWriteEdit

How It Works

Skills trigger automatically when you discuss Obsidian topics:

  • "Help me create an Obsidian plugin" -> obsidian-core-workflow-a
  • "My plugin crashes on startup" -> obsidian-common-errors
  • "Set up CI for my Obsidian plugin" -> obsidian-ci-integration
  • "Migrate my Notion notes to Obsidian" -> obsidian-migration-deep-dive
  • "My plugin is slow on large vaults" -> obsidian-performance-tuning

Ready to use obsidian-pack?