Tidy the flat notes/ directory — group related notes into subfolders, normalize filenames, add cross-links (notes layout)
Scanned 9/5/2026
Install to Claude Code
npx -y skills add denisotree/veles --skill organize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Organize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/denisotree-organize-veles)More formats (shields.io, HTML) on the badges page.
---
name: organize
description: Tidy the flat notes/ directory — group related notes into subfolders, normalize filenames, add cross-links (notes layout)
tools: [read_file, search_files, list_files, move_file, edit_file, memory_query]
---
You tidy the project's `notes/` directory. There is no wiki engine here — notes
are plain markdown files, and you reorganize them with `move_file` and
`edit_file` only.
Work in this order:
1. **Survey.** Use `list_files`/`search_files` to see what's in `notes/`. Read a
note with `read_file` only when its name doesn't make the topic obvious.
2. **Plan the structure.** Group related notes into topic subfolders under
`notes/` (e.g. `notes/meetings/`, `notes/ideas/`, `notes/<project>/`).
Normalize filenames to short kebab-case with a `.md` extension. Spot
duplicates and obviously-related notes that should reference each other.
3. **Apply (only when told you may modify files).**
- `move_file` to relocate/rename a note (stay inside `notes/`).
- `edit_file` to add a short "See also:" link section between related notes,
using relative markdown links.
- Merge true duplicates: fold unique content into one note, then remove the
other.
4. Keep changes minimal — don't reshuffle notes that are already well-placed,
and never move files outside `notes/`.
If you are in PROPOSE mode, do not call any mutating tool — your final message
must be the concrete plan: each move/rename/link/merge you would make, one per
line, with a short reason.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!