v2.0: Add hooks, agents, skills, rules, and plugin structure
Major modernization to leverage latest Claude Code features: Plugin Foundation: - Add .claude-plugin/plugin.json manifest for distribution - Add .claude/settings.json with permissions and hooks config Hooks (automatic behaviors): - SessionStart: Initialize vault environment variables - PostToolUse: Auto-commit changes after Write/Edit operations Custom Agents (4): - note-organizer: Vault organization and link maintenance - weekly-reviewer: Facilitate weekly review aligned with goals - goal-aligner: Check daily/weekly alignment with long-term goals - inbox-processor: GTD-style inbox processing Skills (3): - obsidian-vault-ops: Read/write vault files, manage wiki-links - goal-tracking: Track progress across goal cascade - daily-workflow: Morning/midday/evening routines Modular Rules (3): - markdown-standards: File naming, tags, frontmatter conventions - productivity-workflow: Goal cascade, daily/weekly planning - project-management: Project structure and status tracking Other: - Add statusline.sh for terminal vault stats display - Add CLAUDE.local.md.template for personal overrides - Update CLAUDE.md with new features documentation - Update all docs with v2.0 features and upgrade guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
53
vault-template/CLAUDE.local.md.template
Normal file
53
vault-template/CLAUDE.local.md.template
Normal file
@@ -0,0 +1,53 @@
|
||||
# Personal Overrides - CLAUDE.local.md
|
||||
|
||||
Copy this file to `CLAUDE.local.md` to add personal customizations that won't be committed to git.
|
||||
|
||||
## My Mission
|
||||
|
||||
[Your personal mission statement - what drives you]
|
||||
|
||||
## Working Style
|
||||
|
||||
- **Communication:** [Direct / Collaborative / Detailed]
|
||||
- **Feedback:** [Gentle / Direct / Challenging]
|
||||
- **Planning:** [Detailed plans / Flexible / Minimal]
|
||||
|
||||
## Schedule & Energy
|
||||
|
||||
- **Timezone:** America/New_York
|
||||
- **Best Focus Time:** [Morning / Afternoon / Evening]
|
||||
- **Work Hours:** 9am - 5pm
|
||||
- **Review Day:** [Sunday / Monday]
|
||||
|
||||
## Current Life Context
|
||||
|
||||
[Any personal context that affects your productivity - optional]
|
||||
|
||||
## Private Goals
|
||||
|
||||
[Goals you don't want in the shared CLAUDE.md]
|
||||
|
||||
## Personal Preferences
|
||||
|
||||
### Daily Notes
|
||||
- Include weather: [Yes / No]
|
||||
- Include quote: [Yes / No]
|
||||
- Time block style: [30 min / 1 hour / 2 hour]
|
||||
|
||||
### Coaching Intensity
|
||||
- Challenge level: [Gentle / Moderate / Intense]
|
||||
- Accountability check-ins: [Daily / Weekly]
|
||||
|
||||
## Custom Tags
|
||||
|
||||
Add personal tags not in the standard system:
|
||||
- #[your-tag-1]
|
||||
- #[your-tag-2]
|
||||
|
||||
## Notes for Claude
|
||||
|
||||
[Any specific instructions for how Claude should work with you]
|
||||
|
||||
---
|
||||
|
||||
*This file is gitignored and will not be committed*
|
||||
Reference in New Issue
Block a user