Note Taking

Convert notes into atomic markdown files with cross-links and daily indexes.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill note-taking-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Note Taking
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/note-taking
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill note-taking-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes often accumulate as bundled, hard-to-link content. This skill converts input into atomic, linkable memory chunks under memory/notes, enabling precise backlinks and improved recall. It also supports optional Supernotes for richer summaries.

Core Features & Use Cases

  • Atomic storage: each claim becomes an individual file under memory/notes/${slug}.md, building a reliable notegraph with precise links.
  • Cross-linking and daily indexing: generates links to related notes and maintains a daily index at memory/notes/daily for quick browsing.
  • Optional Supernotes: if a Supernotes API key is configured, atomic notes can be queued as cards for review and memory externalization.
  • Use cases: capture ideas, quotes, or decisions as discrete atoms, then browse and relate them via [[slug]] references.

Quick Start

Provide a note as input to save it as atomic notes under memory/notes and, if configured, enqueue Supernotes.

Frequently Asked Questions about Note Taking

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

FAQPage Schema
How do I break down bundled notes into atomic, linkable memory chunks?

To create atomic notes, the skill splits multi-claim inputs into separate, discrete memory chunks. Each individual claim is written as its own markdown file under memory/notes, enabling precise cross-linkable graphs and improved recall across your content.

What is the best way to cross-link related atomic notes and browse them daily?

Cross-linking atomic notes is handled by generating direct links to related memory chunks using [[slug]] references. The skill also maintains a daily index at memory/notes/daily, allowing you to quickly browse and relate recently captured atoms.

Do I need a Supernotes API key to save notes as atomic memory files?

You do not need a Supernotes API key to save notes as atomic memory files. The Supernotes integration is entirely optional, allowing you to queue atomic notes as cards for review and memory externalization only when an API key is configured.

Can I capture ideas and quotes as discrete atoms and relate them via slug references?

Yes, you can capture ideas, quotes, or decisions as discrete atoms by providing input to the skill. It saves each claim as an individual file under memory/notes/${slug}.md, which you can then browse and relate using [[slug]] references.

How does atomic note storage improve backlinks and recall compared to bundled content?

Atomic note storage improves backlinks and recall by converting bundled, hard-to-link content into individual memory files. This precise separation builds a reliable notegraph, ensuring each discrete claim can be accurately referenced and retrieved.