🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
claude-skill-note-organizer
A Claude Code skill for organizing lecture notes and study notes into clean Markdown files.
git clone https://github.com/fd0415/claude-skill-note-organizer
📝 note-organizer
A Claude Code skill that transforms raw lecture transcripts and study notes into clean, structured Markdown files — faithfully, without adding anything that wasn't there.
✨ What it does
| Raw Input | Clean Output |
|---|---|
| Messy lecture transcripts with filler words | Structured Markdown with clear headings |
| Repeated explanations and classroom chatter | Deduplicated knowledge points only |
| Garbled speech-to-text segments | Filtered out silently |
Multiple .docx / .md / .txt files | One unified, well-organized .md file |
🚀 How to trigger
Just say any of the following in Claude Code:
帮我整理上传的笔记
整理这份笔记
帮我清理这些课堂记录
把这个录音稿整理成笔记
help me organize my notes
clean up this lecture transcript
turn this recording into notes
Or simply upload a .docx / .md / .txt file — the skill activates automatically.
🔄 5-Step Workflow
┌─────────────┐
│ 1. INPUT │ .docx / .md / .txt / pasted text
└──────┬──────┘
│
┌──────▼──────┐
│ 2. DENOISE │ Remove filler words, classroom chatter, garbled segments
└──────┬──────┘
│
┌──────▼──────┐
│ 3. EXTRACT │ Identify definitions, principles, steps, conclusions, comparisons
└──────┬──────┘
│
┌──────▼──────┐
│ 4. STRUCTURE│ Organize into H2 / H3 hierarchy from original headings
└──────┬──────┘
│
┌──────▼──────┐
│ 5. OUTPUT │ Save as 课程笔记_[topic].md, report compression ratio
└─────────────┘
🛡️ Core Principle
Faithful organization, not rewriting.
- Every output sentence can be traced back to the original text
- No added explanations, examples, or background knowledge
- No paraphrasing or abstract summaries of the author's intent
- Skips non-knowledge segments silently — no "this section omitted" notes
📋 What gets filtered out
| Category | Examples |
|---|---|
| Filler words | 嗯、啊、那个、然后那个、就是说、对吧 |
| Repeated content | Same point explained multiple times → keep the clearest version |
| Classroom management | Roll call, break reminders, "let's start class", "class dismissed" |
| Garbled ASR output | Incoherent segments from speech recognition errors |
📦 Supported Input Formats
.docx— Word documents (extracted via Python stdlib).md— Markdown files.txt— Plain text- Pasted text — directly in the chat
Large file handling: If the input exceeds ~8,000 characters, the skill warns you and suggests splitting into segments before proceeding.
💾 Output Format
课程笔记_[主题或日期].md
- Top-level heading:
# 课程笔记 - Body uses H2 / H3 only — no deeper nesting
- Tables, code, and formulas use proper Markdown syntax
- After saving, reports: original word count → output word count (compression ratio)
🔧 Installation
Copy SKILL.md to your Claude Code global skills directory:
mkdir -p ~/.claude/skills/note-organizer
cp SKILL.md ~/.claude/skills/note-organizer/SKILL.md
That's it — Claude Code picks it up automatically on next launch.
📄 License
MIT
// compatibility
| Platforms | api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | — |
// faq
What is claude-skill-note-organizer?
A Claude Code skill for organizing lecture notes and study notes into clean Markdown files.. It is open-source on GitHub.
Is claude-skill-note-organizer free to use?
claude-skill-note-organizer is open-source, so it is free to use.
What category does claude-skill-note-organizer belong to?
claude-skill-note-organizer is listed under other in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-skill-note-organizer)
// retro hit counter
[](https://claudeers.com/claude-skill-note-organizer)
// reviews
// guestbook
// related in Other
Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.
Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄