mdx-views

Write and debug MDX context files with llmview tags.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/noahtren/llmview --skill mdx-views
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mdx-views
Source: https://github.com/noahtren/llmview/tree/main/skills/mdx-views
Command: npx skills add https://github.com/noahtren/llmview --skill mdx-views

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users in writing and editing MDX view files for llmview, enabling clear, well-structured context that blends prose with llmview tags.

Core Features & Use Cases

  • MDX structuring: Learn how to embed <llmview> and <llmview-exec> tags within Markdown so context renders deterministically.
  • Globs and scope: Define project-wide or file-specific globs to control which files are included in a context.
  • On-demand guidance: Understand how to organize frontmatter, sections, and Quick Start for repeatable workflows across projects.

Quick Start

Write an mdx context file that describes your project and uses <llmview> tags to pull in relevant files, then render it with llmview to verify the resulting context.

Frequently Asked Questions about mdx-views

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

FAQPage Schema
How do I create MDX context files for llmview?

To create MDX context files for llmview, write a Markdown file with SKILL.md frontmatter containing name and description, then embed <llmview> and <llmview-exec> tags within prose to define context. Render it with llmview to verify deterministic output.

What is the best way to structure MDX view files that combine prose with llmview tags?

The best way to structure MDX view files is to organize frontmatter, designated sections, and a Quick Start guide, embedding <llmview> and <llmview-exec> tags within Markdown so context renders deterministically across repeatable workflows.

Why does my MDX context not render deterministically with llmview tags?

MDX context may not render deterministically if the file lacks proper SKILL.md frontmatter or structured Markdown sections. Ensuring correct frontmatter with name and description and organizing designated sections resolves rendering inconsistencies.

Do I need frontmatter in my MDX view files for llmview?

Yes, frontmatter is required in MDX view files to conform to the Skill Unit spec. You need SKILL.md frontmatter with name and description fields alongside a structured Markdown body with designated sections for proper rendering.

How does the <llmview-exec> tag work within MDX context files?

The <llmview-exec> tag works within MDX context files by enabling executable context alongside prose. Combined with <llmview> tags in structured Markdown, it allows llmview to pull in relevant files and render deterministic context for LLM consumption.