livemark-authoring

Organize and standardize Markdown article metadata with frontmatter fields and patch rules.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/datisthq/livemark --skill livemark-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: livemark-authoring
Source: https://github.com/datisthq/livemark/tree/main/skills/authoring
Command: npx skills add https://github.com/datisthq/livemark --skill livemark-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Livemark content authors often struggle to consistently place Markdown files, apply frontmatter correctly, and manage sidebar groups, URL paths, images, and patches without polluting upstream sources.

Core Features & Use Cases

  • Frontmatter templates and defaults guide for every Markdown item, including title, description, icon, date, tags, and group.
  • Patches workflow to apply metadata to existing files (like README.md) without altering upstream rendering.
  • Sidebar grouping, URL derivation, image/assets handling, and lifecycle changes (rename, reorder, hide) within a Livemark project.

Quick Start

Add or update a Markdown article using the include globs, apply frontmatter defaults, and leverage patches to adjust existing files.

Frequently Asked Questions about livemark-authoring

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

FAQPage Schema
How do I add frontmatter metadata to existing Markdown files without altering the upstream source?

You can apply frontmatter metadata to existing Markdown files like README.md using patch rules, which adjust content for rendering without mutating the original upstream sources.

What is the best way to organize Markdown articles and sidebar groups in a Livemark project?

Organizing Markdown articles in Livemark involves applying frontmatter fields and patch rules to standardize metadata, manage sidebar grouping, and handle lifecycle changes like renaming and reordering within include globs.

How do I derive URL paths and handle images for Markdown articles in Livemark?

Deriving URL paths and handling images for Livemark articles is managed by applying frontmatter defaults and patch rules, ensuring correct URL derivation and asset handling within the project structure.

What frontmatter fields are required when creating a Markdown article for Livemark?

Creating a Livemark Markdown article satisfies optional frontmatter field schemas including title, description, icon, date, author, tags, and group, guided by templates and defaults.

Can I rename or hide Markdown articles within the Livemark sidebar structure?

Yes, you can perform lifecycle changes such as renaming, reordering, and hiding Markdown articles within the sidebar structure by applying standardized frontmatter fields and patch rules.