skills/save-to-obsidian/SKILL.md
Save important discussion points from the current conversation to the Obsidian vault, formatted with proper Obsidian conventions, then sync back to Claude memory
npx skillsauth add asets-gobizit/claude-skills save-to-obsidianInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture, organize, and format key information from the current Claude conversation into an Obsidian-compatible markdown note.
/save-to-obsidian/save-to-obsidian
/save-to-obsidian [optional topic hint]
Examples:
/save-to-obsidian — Claude reviews the conversation and saves key points/save-to-obsidian Paperclip setup — saves with focus on that topicScan the current conversation for important content:
Organize into a clean Obsidian note:
Paperclip Reinstall from Source.md)[[wikilinks]] and #tagsSave to the Obsidian vault:
C:\Users\dansk\Claude\Obsidian@Claude\Sync to Claude memory (MANDATORY final step): After saving to Obsidian, read back the new/updated Obsidian note(s) and:
user type — new info about Danny's role, preferences, knowledgefeedback type — new behavioral guidance (do this / don't do that)project type — new project state, decisions, deadlinesreference type — new external resources, tools, linksMEMORY.md index if new memory files were created# [Descriptive Title]
#tag1 #tag2 #relevant-tags
*Saved from Claude conversation — [date]*
## Summary
[2-3 sentence overview of what was discussed/decided]
## Key Decisions
- Decision 1 — why it was made
- Decision 2 — why it was made
## Details
[Organized content from the conversation — configs, findings, technical details]
## Action Items
- [ ] Item 1
- [ ] Item 2
## Related
- [[Related Note 1]]
- [[Related Note 2]]
[[wikilinks]] for references to other Obsidian notes#tags inline (not YAML frontmatter tags)data-ai
Automated backup skill for PKA + Obsidian + Claude memory. Snapshots pka.db (via SQLite .backup so WAL is handled safely), the Obsidian vault, Claude memory files, agent profiles, and the help-content Excel into a single timestamped zip in Zoho WorkDrive. Daily/weekly/monthly retention rotation built in. USE WHEN Danny says "backup", "run backup", "snapshot pka", or to recover from a snapshot.
testing
Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology, packaged as the stress-test skill. MANDATORY TRIGGERS: 'stress-test this', 'stress test this', 'pressure-test this', 'pressure test this', 'war room this', 'council this', 'run the council', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a stress-test question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.
content-media
Weekly scan of Obsidian vault for empty/low-content notes. Moves them to zToBeDeleted/ for user review. Use when the user says "tidy obsidian", "clean obsidian", "obsidian cleanup", or on scheduled weekly run.
development
Design-first website builder. Accepts a Claude Design export (HTML or screenshot) as a visual blueprint, collects business inputs, calls Claude API to generate a design-matched index.html, and publishes to GitHub Pages. Falls back to vibe-based generation if no design is provided. Use when the user says "make-website-design", "design website", "build from design", or provides a Claude Design export for website generation.