org-note

Create and update org-mode notes with Emacs Lisp slugification and ID generation.

9|1|Updated Jul 19, 2022
One-click install
npx skills add https://github.com/benthamite/dotfiles --skill org-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: org-note
Source: https://github.com/benthamite/dotfiles/tree/main/claude/skills/org-note
Command: npx skills add https://github.com/benthamite/dotfiles --skill org-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create and update org-mode notes, ensuring your important information is organized and easily accessible within your Emacs environment.

Core Features & Use Cases

  • Note Creation: Automatically generates new org-mode files with specified titles and content.
  • Note Updating: Appends or merges new information into existing org-mode files without overwriting.
  • Use Case: When you want to save meeting minutes or a project idea, you can ask the AI to create a new org-mode note with the relevant details.

Quick Start

Use the org-note skill to create a new note titled 'Meeting Notes' with the content from our conversation.

Frequently Asked Questions about org-note

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

FAQPage Schema
Can I append content to existing org-mode files without overwriting?

Yes, you can update existing org-mode notes by having this Skill append or merge new information into the file. This ensures your knowledge management workflow never overwrites previous content.

What is org-mode markup for note taking?

Org-mode notes use structured markup for content organization. This Skill supports org-mode markup, allowing you to format meeting minutes or project ideas hierarchically within your Emacs environment.

Where does this Skill save org-mode notes?

You specify a user directory for this Skill to save and manage org-mode notes. This ensures all newly created files and updated content are organized exactly within your Emacs knowledge management setup.

How does this approach compare to other note taking tools?

This Skill manages org-mode notes by creating and updating files in a specified directory. It differs from general note taking tools by utilizing Emacs Lisp specifically for slugification and ID generation within Emacs environments.