claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Other

claude-skill-note-organizer

A Claude Code skill for organizing lecture notes and study notes into clean Markdown files.

// Other[ api ][ claude ]#claude#other$open-sourceupdated 5 days ago
// install
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 InputClean Output
Messy lecture transcripts with filler wordsStructured Markdown with clear headings
Repeated explanations and classroom chatterDeduplicated knowledge points only
Garbled speech-to-text segmentsFiltered out silently
Multiple .docx / .md / .txt filesOne 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

CategoryExamples
Filler words嗯、啊、那个、然后那个、就是说、对吧
Repeated contentSame point explained multiple times → keep the clearest version
Classroom managementRoll call, break reminders, "let's start class", "class dismissed"
Garbled ASR outputIncoherent 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

Platformsapi
Operating systems
AI compatibilityclaude
License
Pricingopen-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.

0 views
14 stars
unclaimed
updated 5 days ago

// embed badge

claude-skill-note-organizer on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-skill-note-organizer.svg)](https://claudeers.com/claude-skill-note-organizer)

// retro hit counter

claude-skill-note-organizer hit counter
[![Hits](https://claudeers.com/api/counter/claude-skill-note-organizer.svg)](https://claudeers.com/claude-skill-note-organizer)

// reviews

// guestbook

0/500

// related in Other

🔓

符合nature论文学术表达和科研绘图的Skill

// otherYuan1z0825/Python27,143Apache-2.0[ claude ]
🔓

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

// othermanaflow-ai/Swift23,559NOASSERTION[ claude ]
🔓

Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic

// otheralchaincyf/HTML20,855MIT[ claude ]
🔓

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄

// otheritwanger/Java17,140[ claude ]
→ see how claude-skill-note-organizer connects across the ecosystem