Preview

Renders and deploys documents, reports, and notebooks via Quarto commands.

30|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/allenai/asta-plugins --skill preview-allenai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Preview
Source: https://github.com/allenai/asta-plugins/tree/main/plugins/asta/skills/preview
Command: npx skills add https://github.com/allenai/asta-plugins --skill preview-allenai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for seamless rendering and deployment of project reports, documents, and notebooks, simplifying sharing and collaboration.

Core Features & Use Cases

  • Document Rendering: Convert source files into formatted web pages ready for publication.
  • Preview Generation: Create live previews for iterative review and feedback.
  • Use Case: Generate a website preview of a research report before publishing it publicly, ensuring formatting and citations appear correctly.

Quick Start

Use the preview skill to render your project documents and generate a local or CI deployment for sharing.

Frequently Asked Questions about Preview

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

FAQPage Schema
How do I render project documents and notebooks for web publication?

You can render project documents and notebooks into formatted web pages by invoking Quarto commands. This process generates a local or CI deployment, facilitating seamless sharing and collaborative review of your reports.

Can I generate a live preview of a research report before publishing it?

Yes, you can generate a live preview of a research report to iterate on formatting and citations. This allows you to review the document exactly as it will appear publicly before final deployment.

Do I need Quarto installed to deploy documentation and reports?

Yes, Quarto must be installed and configured to use this rendering functionality. It relies on Quarto commands to convert source files into formatted web pages ready for project documentation workflows.

What is the best way to share formatted notebooks for collaborative review?

The best way to share formatted notebooks for collaborative review is to render them into a web preview. This converts source files into formatted pages, generating a deployment that simplifies sharing and feedback.

Does this approach work for CI deployment of project documentation?

Yes, this approach works for CI deployment of project documentation. By invoking Quarto commands, it renders source files into formatted web pages suitable for automated pipelines and collaborative publishing environments.

Why are my citations not appearing correctly in the rendered document?

Citations may not appear correctly if the source files are not properly rendered into formatted web pages. Generating a live preview allows you to verify formatting and citations before publishing publicly.