note-organizer

Detect and merge duplicate Markdown or plain text notes.

18|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/alter123-zz/RaccoonClaw --skill note-organizer-alter123-zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-organizer
Source: https://github.com/alter123-zz/RaccoonClaw/tree/main/skills/note-organizer
Command: npx skills add https://github.com/alter123-zz/RaccoonClaw --skill note-organizer-alter123-zz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Detects and consolidates duplicate or highly similar notes to reduce fragmentation and streamline knowledge retrieval across personal or team note collections.

Core Features & Use Cases

  • Automatic Deduplication: Detects similar notes and merges or links them to remove redundancy.
  • AI-assisted Tagging: Assigns descriptive tags to notes to improve discoverability and organization.
  • Knowledge Graph Construction: Identifies relationships between notes and generates a graph view for exploration.
  • Use Case: Clean up a messy Markdown note archive by merging duplicates, tagging notes by topic, and visualizing connections for research or product documentation.

Quick Start

Use the tool to dedupe notes, add tags, and build a knowledge graph by running the dedupe, tag, and graph commands against your ./notes directory.

Frequently Asked Questions about note-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and merge duplicate Markdown notes in a local directory?

To dedupe Markdown notes, run a command-line Python tool against your local directory to detect highly similar notes and automatically consolidate them. This reduces fragmentation in your personal knowledge base.

Can I automatically tag plain text notes and visualize connections as a knowledge graph?

You can automatically tag plain text notes and visualize connections as a knowledge graph by applying AI-assisted tag assignment and generating a graph view using optional Python libraries like networkx.

What is the best way to clean up a messy archive of Markdown notes?

The best way to clean up a messy archive of Markdown notes is to use an automated tool that deduplicates similar files, assigns topic tags, and builds a knowledge graph. This streamlines retrieval across personal or team collections.

Do I need networkx installed to organize and dedupe my local notes?

You do not need networkx installed to organize and dedupe your local notes. The Python command-line tool supports optional libraries like networkx and markdown only for advanced tagging and knowledge graph generation.

Are there limitations when deduplicating highly similar notes in a large collection?

A limitation when deduplicating highly similar notes in a large collection is that the tool operates via a local command-line script. It targets Markdown and plain text formats, so proprietary file types are not supported for knowledge graph construction.