Org

Automate org-mode file operations via Emacs batch mode and org-element API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vdemeester/home --skill org-vdemeester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Org
Source: https://github.com/vdemeester/home/tree/main/dots/.config/claude/skills/Org
Command: npx skills add https://github.com/vdemeester/home --skill org-vdemeester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides programmatic access to org-mode workflows (TODOs, Notes) via the org-manager tool, enabling reliable, repeatable org-mode manipulations for tasks, notes, and denoted documents.

Core Features & Use Cases

  • Todo & Note Automation: Create, update, and query TODOs and Denote notes.
  • Denote Integration: Link notes with Jira/Jira-like workflows and maintain structured metadata.

Quick Start

Create a new TODO in inbox.org and then refile to a Work section.

Frequently Asked Questions about Org

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

FAQPage Schema
How do I automate TODO management in org-mode files?

Org-mode automation enables programmatic creation, updates, and queries of TODOs through an Emacs batch-based CLI wrapper that outputs JSON. Use the org-manager tool to reliably manipulate .org files without manual editing, supporting refiling, timestamping, and bulk operations.

Can I integrate denote notes with org-mode workflows?

Yes, this Skill provides denote integration within org-mode, maintaining structured metadata and frontmatter while linking notes to task workflows. Automate denote note creation and updates alongside TODO management in a single unified system.

What's the best way to programmatically parse and modify org-mode files?

Use the org-element API through Emacs batch mode to parse and modify .org file content reliably. The Skill handles JSON output for all operations, automatic timestamping, property management, and tag operations without manual Emacs configuration.

Do I need Emacs installed to use org-mode automation?

Yes, Emacs is required to run the org-manager tool via batch mode. The Skill wraps the org-element API and Emacs batch processing, so a working Emacs installation with org-mode support is a prerequisite for all programmatic org-file operations.

How do I bulk update properties and tags across multiple org entries?

The Skill supports bulk, tag, and property management operations through the JSON-based CLI, allowing you to batch-modify multiple org entries with consistent updates. Operations apply across .org files with automatic handling of denote frontmatter and timestamps.

Can org-mode automation work with structured note-taking systems?

Yes, denote integration enables structured metadata and frontmatter support, making org-mode automation compatible with denote-based note-taking workflows. Link notes to TODOs and maintain consistent organization across your entire knowledge base.