Initial commit: Complete Obsidian + Claude Code PKM Starter Kit

- Core structure with README, LICENSE, and .gitignore
- Complete vault template with Goals, Daily Notes, Projects, and Templates
- Cascading goal system (3-year → yearly → monthly → weekly)
- Claude Code integration with custom slash commands
- GitHub Actions workflow for mobile integration
- Comprehensive documentation (setup, customization, workflows, troubleshooting)
- Automation scripts for setup (Unix/Mac and Windows)
- Example content showing system usage
- Self-documenting templates with inline instructions

Ready for users to clone and customize for their personal knowledge management needs.
This commit is contained in:
Bill Allred
2025-08-07 17:11:26 -07:00
commit 3877057f7c
28 changed files with 6178 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Obsidian
.obsidian/workspace*
.obsidian/cache
.obsidian/hotkeys.json
.obsidian/plugins/*/data.json
.obsidian/workspace.json
.obsidian/workspace-mobile.json
# Trash
.trash/
# Claude Code
.conductor/
.claude/cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Personal notes (users should add their own patterns)
# private/
# personal/