You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: reorganize notes skills and update bash script paths (#338)
Updated notes skill structure and permissions
This PR reorganizes the notes functionality by:
1. Moving note scripts to a shared directory structure (`.claude/skills/_shared/notes/`)
2. Adding new note utility scripts:
- `list-topics.sh`
- `summarize-notes.sh`
- `echo-notes-dir.sh`
3. Replacing the general skills with more specific note-focused skills:
- Added: `note-capture`, `note-find`, `note-list`, `note-organize`, `note-overview`, `note-refine`, `note-review`
- Removed: `idea-refine`, `scratch-capture`, `scratch-review`
These changes provide more granular control over note management capabilities.
0 commit comments