Initial commit - Claudesidian v0.2.0
Claude Code + Obsidian starter kit for AI-powered knowledge management. Features: - PARA method folder structure - Bootstrap initialization system - Pre-configured Claude Code commands and agents - Gemini Vision MCP server with video support - Helper scripts for vault management - Automated release management See README.md for setup instructions.
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "Claudesidian",
|
||||
"description": "Claude Code + Obsidian Starter Kit",
|
||||
"version": "1.0.0",
|
||||
"settings": {
|
||||
"default_mode": "thinking",
|
||||
"auto_save": true,
|
||||
"context_awareness": true
|
||||
},
|
||||
"commands": {
|
||||
"thinking-partner": {
|
||||
"description": "Collaborative thinking and exploration",
|
||||
"file": "commands/thinking-partner.md"
|
||||
},
|
||||
"inbox-processor": {
|
||||
"description": "Organize inbox items using PARA method",
|
||||
"file": "commands/inbox-processor.md"
|
||||
},
|
||||
"research-assistant": {
|
||||
"description": "Deep research and synthesis",
|
||||
"file": "commands/research-assistant.md"
|
||||
},
|
||||
"daily-review": {
|
||||
"description": "End-of-day review and planning",
|
||||
"file": "commands/daily-review.md"
|
||||
},
|
||||
"weekly-synthesis": {
|
||||
"description": "Weekly pattern recognition and synthesis",
|
||||
"file": "commands/weekly-synthesis.md"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"tp": "thinking-partner",
|
||||
"ip": "inbox-processor",
|
||||
"ra": "research-assistant",
|
||||
"dr": "daily-review",
|
||||
"ws": "weekly-synthesis"
|
||||
},
|
||||
"preferences": {
|
||||
"primary_folders": [
|
||||
"00_Inbox",
|
||||
"01_Projects",
|
||||
"02_Areas",
|
||||
"03_Resources"
|
||||
],
|
||||
"template_folder": "06_Metadata/Templates",
|
||||
"archive_after_days": 30,
|
||||
"default_note_location": "00_Inbox"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user