🦀 ClawHub
Mardown Notes Organizer
by @youningnihaobang
A note organization and knowledge-linking tool that analyzes the directory structure, reorganizes notes according to the user's chosen classification scheme,...
TERMINAL
clawhub install notes-organizer📖 About This Skill
name: notes-organizer description: A note organization and knowledge-linking tool that analyzes the directory structure, reorganizes notes according to the user's chosen classification scheme, and adds Obsidian-style bidirectional links between highly related topics. license: MIT metadata: author: youningnihaobang
笔记整理与知识关联
智能整理Markdown笔记,按主题分类重组目录结构,并为高度相关的知识点添加Obsidian风格的双向链接。
功能
1. 目录重组:分析笔记内容,按用户指定的分类方案创建目录结构 2. 文件移动:将文件移动到对应的新目录 3. 双向链接:分析知识点关联性,添加双向链接 4. 清理工作:删除空目录和无用文件
使用方法
/notes-organizer <目录路径>
工作流程
执行此skill时,会依次询问以下问题:
问题1:分类方式
请选择笔记的分类方式:
问题2:目录命名风格
请选择目录命名风格:
01_基础知识/、02_进阶内容/基础知识/、进阶内容/basics/、advanced/问题3:是否需要子目录
是否需要创建二级子目录?
问题4:双向链接
是否需要自动添加双向链接?
如果需要双向链接,还会询问:
问题5:清理选项
整理完成后是否清理:
链接格式示例
在每个文件中添加相关链接块:
# 文件标题> 相关链接: [[文件A|显示名称]] | [[文件B|显示名称]]
正文内容...
依赖
注意事项
1. 执行前会备份原目录结构信息 2. 支持撤销操作(保留操作日志) 3. 不会删除任何文件内容,仅做移动和链接添加