From note-organizer
整理笔记内容,清理时间戳,生成元数据,渲染模板。接收文件内容,返回格式化后的文本(NotebookLM 或 Obsidian 格式)。
npx claudepluginhub siuninyue/siunin-plugins --plugin note-organizerThis skill uses the workspace's default tool permissions.
整理笔记内容的核心处理逻辑。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
整理笔记内容的核心处理逻辑。
输入为文本字符串,包含原始笔记内容。通常来自视频转录文件或会议记录。
输出为处理后的笔记文本,格式为 NotebookLM 或 Obsidian 模板渲染后的内容。
不询问用户任何问题:
clean_timestamps.py 移除视频转录格式的时间戳template_renderer.py 渲染目标格式模板# 单文件处理
/note-process ./notes/meeting.txt --format notebooklm
# 批量处理
/note-batch "./notes/*.txt" --format obsidian
详见 references/ 目录:
note-types.md - 笔记类型分类体系timestamp-formats.md - 时间戳格式规范template-fields.md - 模板字段说明command-integration.md - 命令集成文档