Org Ecosystem

Scaffold Org-mode documents with Babel blocks and GTD workflows.

71|2|Updated Feb 23, 2024
One-click install
npx skills add https://github.com/takeokunn/nixos-configuration --skill org-ecosystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Org Ecosystem
Source: https://github.com/takeokunn/nixos-configuration/tree/main/home-manager/programs/claude-code/skills/ecosystem/org-ecosystem
Command: npx skills add https://github.com/takeokunn/nixos-configuration --skill org-ecosystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a pattern-driven Org-mode framework that consolidates document creation, literate programming with Babel, GTD workflows, and multi-format exporting, enabling consistent and scalable Org-mode practices across projects.

Core Features & Use Cases

  • Patterns for fundamentals: headings, properties, drawers, timestamps, links, blocks, markup, and footnotes.
  • GTD and workflow templates: capture, agenda, refile, clocking, archiving, and publishing patterns.
  • Babel and export configurations: header arguments, code blocks, tangle, noweb, and export backends for HTML, Beamer, and Markdown.
  • Use Case: A user scaffolds a literate programming Org document that interleaves narrative with executable code and exports a polished report to HTML and Beamer slides.

Quick Start

Use the Org Ecosystem skill to scaffold a new org file with a simple todo and a Babel block.

Frequently Asked Questions about Org Ecosystem

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

FAQPage Schema
How do I set up a GTD workflow in Emacs Org-mode?

Literate programming in Org-mode uses Babel code blocks to interleave executable code with narrative text. You configure header arguments for execution, use noweb for code reuse, and tangle to extract source files, enabling reproducible documentation and analysis.

What is the best way to export Org-mode files to HTML and Beamer slides?

Org-mode Babel requires Emacs and uses header arguments to control code block execution, output handling, and file tangling. No external dependencies are needed beyond standard Emacs packages, making setup straightforward for existing Emacs users.

Can I use Org-mode properties and drawers to structure document metadata?

Org-mode structures documents using headings for hierarchy, properties for metadata, drawers for hidden content, and timestamps for scheduling. These fundamental syntax elements support consistent organization and enable tooling integration for project management workflows.

How do I tangle code blocks from an Org-mode file into source files?

Tangling in Org-mode extracts Babel code blocks into source files using the tangle header argument. You specify target filenames and languages, then execute the tangle operation to generate standalone source code files from your literate programming document.