creating-melker-apps

Convert Markdown-like Melker documents into interactive terminal UIs.

19|1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/wistrand/melker --skill creating-melker-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-melker-apps
Source: https://github.com/wistrand/melker/tree/main/skills/creating-melker-apps
Command: npx skills add https://github.com/wistrand/melker --skill creating-melker-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a clear blueprint to create Melker apps from Markdown-like documents and to understand how to structure, run, and secure them.

Core Features & Use Cases

  • No build step required: Write Melker documents and render directly with the CLI.
  • Policy-based permissions and Dev Tools: Secure, auditable execution and debugging.
  • Rich component coverage: containers, dialogs, tables, markdown, canvases, and more; supports URL-based sharing and live inspection.

Quick Start

Create a Melker app file and run it with melker.ts to see a live terminal UI.

Frequently Asked Questions about creating-melker-apps

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

FAQPage Schema
How do I turn markdown documents into terminal UIs?

You can turn markdown documents into terminal UIs by writing Melker docs and rendering them directly via the Deno 2.5+ CLI. This process requires no build step and supports containers, tables, and canvases.

Can I secure terminal apps using policy-based permissions in Deno?

Yes, you can secure terminal apps using policy blocks within Melker documents. This provides safe, auditable, permission-scoped execution across terminal environments using Deno 2.5+ and TypeScript.

What is the best way to prototype interactive terminal UIs from local files?

The best way to prototype interactive terminal UIs from local files is using Melker documents with the Deno CLI. It supports rapid prototyping, live inspection, and built-in components like dialogs and tables without a build step.

Does Deno support running terminal UIs directly from URLs?

Yes, Deno supports running terminal UIs directly from URLs. Melker documents can be loaded and rendered from URL-based or local files, enabling easy sharing and deployment of interactive terminal applications.

Do I need TypeScript to build terminal UIs with Melker?

No, you do not need TypeScript to build terminal UIs with Melker. You write Markdown-like documents that render directly, though TypeScript scripting is supported for extending capabilities via optional references and assets directories.

What built-in components are available for terminal UIs in Melker?

Built-in components available for terminal UIs in Melker include containers, dialogs, tables, markdown, and canvases. These components support rich interfaces with live inspection and URL-based sharing without requiring a build step.