obsidian-debug-bundle

Featured

Collect Obsidian plugin debug evidence for support and troubleshooting. Use when encountering persistent issues, preparing bug reports, or collecting diagnostic information for plugin problems. Trigger with phrases like "obsidian debug", "obsidian diagnostic", "collect obsidian logs", "obsidian support bundle".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Obsidian Debug Bundle ## Current State !`node --version 2>/dev/null || echo 'N/A'` !`python3 --version 2>/dev/null || echo 'N/A'` !`uname -a` ## Overview Collect comprehensive diagnostics from an Obsidian vault: app version, installed plugins, active theme, vault stats, console errors, and CSS conflicts. Package everything into a markdown debug report. ## Prerequisites - Access to the Obsidian vault's filesystem (the vault directory) - Terminal access to run collection commands - Developer Console access in Obsidian (Ctrl+Shift+I / Cmd+Option+I) ## Instructions ### Step 1: Identify the Vault Path Obsidian stores vault data in the vault root under `.obsidian/`. Locate it: ```bash # macOS VAULT_PATH=~/Documents/MyVault # Linux VAULT_PATH=~/Obsidian/MyVault # Windows (Git Bash) VAULT_PATH="/c/Users/$USER/Documents/MyVault" # Verify it's a valid vault ls "$VAULT_PATH/.obsidian/app.json" && echo "Valid vault" || echo "Not a vault" ``` ### Step 2: Collect Obsidian Version and App Settings ```bash # Obsidian version is in the installer log or app settings cat "$VAULT_PATH/.obsidian/app.json" 2>/dev/null | python3 -m json.tool # Check installer version (macOS) mdls -name kMDItemVersion /Applications/Obsidian.app 2>/dev/null # Check installer version (Linux, snap) snap info obsidian 2>/dev/null | grep installed ``` ### Step 3: List Installed Plugins and Their Versions ```bash # Active community plugins echo "=== Active Plugins ===" cat "$VAULT_PATH/.obsidian/communit...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

vercel-debug-bundle

Collect Vercel debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Vercel problems. Trigger with phrases like "vercel debug", "vercel support bundle", "collect vercel logs", "vercel diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-debug-bundle

Collect Klaviyo debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Klaviyo API problems. Trigger with phrases like "klaviyo debug", "klaviyo support bundle", "collect klaviyo logs", "klaviyo diagnostic", "klaviyo troubleshoot".

2,266 Updated today
jeremylongshore
AI & Automation Featured

obsidian-incident-runbook

Troubleshoot Obsidian plugin failures with systematic incident response. Use when plugins crash, data is corrupted, or users report critical issues with your Obsidian plugin. Trigger with phrases like "obsidian crash", "obsidian plugin broken", "obsidian incident", "debug obsidian failure", "obsidian emergency".

2,266 Updated today
jeremylongshore
AI & Automation Solid

vastai-debug-bundle

Collect Vast.ai debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Vast.ai problems. Trigger with phrases like "vastai debug", "vastai support bundle", "collect vastai logs", "vastai diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

elevenlabs-debug-bundle

Collect ElevenLabs debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for ElevenLabs problems. Trigger: "elevenlabs debug", "elevenlabs support bundle", "collect elevenlabs logs", "elevenlabs diagnostic", "elevenlabs support ticket".

2,266 Updated today
jeremylongshore