·presenterm
#

presenterm

Create and deliver terminal-based presentations from markdown files with themes, code execution, mermaid/d2 diagrams, LaTeX/typst formulas, and PDF/HTML export capabilities.

15Installs·0Trend·@lanej

Installation

$npx skills add https://github.com/lanej/dotfiles --skill presenterm

How to Install presenterm

Quickly install presenterm AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/lanej/dotfiles --skill presenterm
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: lanej/dotfiles.

SKILL.md

View raw

presenterm is a modern terminal-based presentation tool that renders markdown files as slides. It supports themes, code syntax highlighting, images, diagram rendering (mermaid, d2), mathematical formulas (LaTeX, typst), and can export to PDF or HTML.

def fibonacci(n): if n <= 1: return n return fibonacci(n-1) + fibonacci(n-2)

echo "This will execute when you advance to this slide" date

Create and deliver terminal-based presentations from markdown files with themes, code execution, mermaid/d2 diagrams, LaTeX/typst formulas, and PDF/HTML export capabilities. Source: lanej/dotfiles.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lanej/dotfiles --skill presenterm
Category
#Documents
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from lanej/dotfiles

Quick answers

What is presenterm?

Create and deliver terminal-based presentations from markdown files with themes, code execution, mermaid/d2 diagrams, LaTeX/typst formulas, and PDF/HTML export capabilities. Source: lanej/dotfiles.

How do I install presenterm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lanej/dotfiles --skill presenterm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/lanej/dotfiles

Details

Category
#Documents
Source
skills.sh
First Seen
2026-02-24