ve-terminal-mono

Generate developer-native HTML slide decks using a monospace aesthetic and CSS-based slide engine.

93.2k|10.8k|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nexu-io/open-design --skill ve-terminal-mono
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ve-terminal-mono
Source: https://github.com/nexu-io/open-design/tree/main/plugins/_official/examples/ve-terminal-mono
Command: npx skills add https://github.com/nexu-io/open-design --skill ve-terminal-mono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for technical, developer-focused presentations that avoid the visual clutter of traditional slide software, providing a clean, code-centric, and highly readable format.

Core Features & Use Cases

  • Monospace Design System: Implements a strict typographic discipline using Geist Mono, near-black backgrounds, and Dracula-green accents.
  • Pure CSS/SVG Pipeline: Enables the creation of complex diagrams and dashboards without external dependencies like Mermaid or Chart.js.
  • Use Case: Create a decision-grade AI literacy deck for engineering teams that integrates seamlessly into a git-based workflow and supports automatic light/dark mode switching.

Quick Start

Use the ve-terminal-mono skill to generate a new slide deck based on the provided example.html template.

Frequently Asked Questions about ve-terminal-mono

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

FAQPage Schema
How do I create a new slide deck with this theme?▼

Start by copying the example.html file in the plugin folder. Replace the slide content while maintaining the existing :root CSS tokens, SlideEngine script, and layout masters to ensure the Terminal Mono aesthetic is preserved.

Can I use external charting libraries like Chart.js?▼

No, this Skill requires a self-contained HTML file. Use the provided pure CSS/SVG pipeline diagram components or the dashboard KPI grid to visualize data without external dependencies.

Does the deck support automatic light and dark modes?▼

Yes, the theme includes dual-theme support via prefers-color-scheme media queries. The CSS automatically switches between the near-black dark mode and the light mode based on the user's system settings.

What are the limitations of the Terminal Mono theme?▼

The theme strictly forbids skeuomorphism, shadows, glows, and non-monospace fonts. It is designed for typographic discipline and requires all content to be contained within a single HTML file.