atrium-preview

Create, monitor, update, and destroy live Atrium branch previews.

4|2|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/useatrium/atrium --skill atrium-preview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atrium-preview
Source: https://github.com/useatrium/atrium/tree/main/centaur/.agents/skills/atrium-preview
Command: npx skills add https://github.com/useatrium/atrium --skill atrium-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers safely create, monitor, and remove live previews of Atrium branches so teams can review changes in a realistic, shared environment without deploying to production.

Core Features & Use Cases

  • Preview Provisioning: Create a full Atrium preview from a committed and pushed branch.
  • Preview Monitoring: Check creation or update progress, report the resolved commit, and provide the authenticated preview URL.
  • Safe Lifecycle Management: Reuse previews for subsequent branch updates, force fresh environments when needed, handle capacity limits, and destroy previews when they are no longer needed.
  • Agent Testing: Explain how to connect a provider inside the preview before running real agents, while distinguishing the always-available demo agent.

Quick Start

Ask the Atrium preview skill to create a live preview for the pushed feature branch and report its authenticated URL, status, commit, and expiry.

Frequently Asked Questions about atrium-preview

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

FAQPage Schema
How do I create a shareable branch preview environment without deploying to production?

Creating a branch preview requires the Atrium Preview CLI and a supported useatrium/atrium repository. Once configured, you can provision a live preview from a pushed feature branch and receive an authenticated, shareable URL for collaborative testing without touching production.

Can I monitor the creation progress and check the status of my preview environment?

Yes, preview monitoring tracks creation and update progress, reports the resolved commit, and provides the authenticated preview URL. This allows you to verify exactly when your branch preview is ready for collaborative testing.

How do I handle capacity limits or force a fresh branch preview environment?

Safe lifecycle management handles capacity limits automatically and allows you to force fresh preview environments when needed. It also reuses existing previews for subsequent branch updates to optimize resources during collaborative testing.

How do I connect a provider inside the preview for agent testing?

Agent testing allows you to connect a provider inside the preview environment before running real agents. This ensures your provider-connected agents function correctly within the isolated branch preview, separate from the always-available demo agent.

When should I destroy a preview environment and how does cleanup work?

You should destroy previews when they are no longer needed for collaborative testing. Safe lifecycle management handles preview cleanup and destruction, removing the live branch environment to free capacity and maintain deployment hygiene.