notes

Create, search, edit, and link org-mode notes via emacsclient.

35|8|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/majorgreys/claude-orgmode --skill notes-majorgreys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/majorgreys/claude-orgmode/tree/main/skills/notes
Command: npx skills add https://github.com/majorgreys/claude-orgmode --skill notes-majorgreys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Org-mode note management via emacsclient streamlines creating, searching, editing, and linking notes without direct file manipulation, ensuring backlinks and graph integrity are maintained automatically.

Core Features & Use Cases

  • Create new org-mode notes with tags and content while keeping backlinks consistent.
  • Search notes by title, content, or tags and discover backlinks and relationships across the knowledge graph.
  • Edit sections and append content without duplicating entries using the section editing API.
  • Link notes bidirectionally and manage references and attachments through safe, database-backed operations.

Quick Start

Create a new note titled "My Note" using claude-orgmode-eval and begin editing with the section API.

Frequently Asked Questions about notes

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

FAQPage Schema
How do I create and link org-mode notes without breaking backlinks?

Org-mode note creation and linking via emacsclient maintains backlink consistency automatically by applying database-backed operations. This approach avoids direct file manipulation, ensuring graph integrity when adding new notes with tags and content.

How does emacsclient search org-roam knowledge graphs by content and tags?

Emacsclient searches org-roam knowledge graphs by querying note titles, content, and tags to discover existing backlinks and relationships. This mechanism leverages database-backed operations to retrieve connected notes across the graph safely.

Can I append content to org-mode note sections without duplicating entries?

Yes, you can append content to org-mode note sections without duplicating entries using the section editing API. This non-destructive workflow targets specific sections for modification, preventing redundant data insertion.

Does this org-mode note management approach support vulpea-backed knowledge graphs?

Yes, the org-mode note management workflow supports both org-roam and vulpea-backed knowledge graphs. It applies to users maintaining these specific PKM setups and requires safe, non-destructive note editing workflows.

What is the best way to manage bidirectional links and references in org-mode?

The best way to manage bidirectional links and references in org-mode is via emacsclient with safe, database-backed operations. This method links notes bidirectionally and manages attachments while automatically maintaining graph integrity.