obsidian-pack Verified Bronze

Verified Bronze · 69/100 saas-packs v1.0.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 Skills
MIT License
Free Pricing

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)

obsidian-ci-integration SKILL.md View full skill →

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

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

'Diagnose and fix common Obsidian plugin errors and exceptions.

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

'Create an Obsidian plugin from scratch with full project scaffolding.

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

'Build advanced Obsidian plugin features: custom views (ItemView), modals,.

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

'Optimize Obsidian resource usage, sync storage, Publish hosting, and.

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

'Implement vault data backup, sync, and recovery strategies.

ReadWriteEdit
obsidian-debug-bundle SKILL.md View full skill →

'Collect Obsidian plugin debug evidence for support and troubleshooting.

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

'Publish Obsidian plugins to the community plugin directory.

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

'Implement team vault access patterns and role-based controls.

ReadWriteEdit
obsidian-hello-world SKILL.md View full skill →

'Create a minimal working Obsidian plugin with commands, settings, modals,.

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

'Troubleshoot Obsidian plugin failures with systematic incident response.

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

'Set up Obsidian plugin development environment with Node.

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

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

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(mkdir:*)Bash(ln:*)
obsidian-migration-deep-dive SKILL.md View full skill →

'Execute major Obsidian plugin rewrites and migration strategies.

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

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

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

'Implement structured logging, metrics, error tracking, and a debug panel.

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

'Optimize Obsidian plugin performance for smooth operation in large vaults.

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

'Pre-release plugin verification checklist for Obsidian community plugins.

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

'Handle Obsidian file system operations and throttling patterns.

ReadWriteEdit
obsidian-reference-architecture SKILL.md View full skill →

'Implement Obsidian reference architecture with best-practice project.

ReadGrep
obsidian-sdk-patterns SKILL.md View full skill →

'Production-ready Obsidian plugin patterns: typed settings with migration,.

ReadWriteEditGrep
obsidian-security-basics SKILL.md View full skill →

'Implement secure Obsidian plugin development practices.

ReadWriteEditGrep
obsidian-upgrade-migration SKILL.md View full skill →

'Migrate Obsidian plugins between API versions and handle breaking changes.

ReadWriteEditBash(npm:*)Grep
obsidian-webhooks-events SKILL.md 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?