view

Generate branded HTML artifacts from Egregore memory and markdown files.

275|17|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/egregore-labs/egregore --skill view-egregore-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view
Source: https://github.com/egregore-labs/egregore/tree/main/.claude/skills/view
Command: npx skills add https://github.com/egregore-labs/egregore --skill view-egregore-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts disparate Egregore memory files and ad-hoc prompts into a single, shareable, branded HTML view so teams can quickly inspect quests, handoffs, activity dashboards, and arbitrary markdown without manual file hunting or formatting.

Core Features & Use Cases

  • Type-aware resolution: Parses user arguments and resolves quests, handoffs, activity dashboards, or arbitrary markdown from memory directories without needing the graph.
  • Synthesis fallback: When no direct file is found, synthesizes a structured markdown summary from memory, codebase, and context and renders it as an artifact.
  • Interactive ambiguity handling: Detects multiple matches and prompts the user to choose the correct file, preferring recent handoffs when ambiguous.
  • Rendered output: Uses the egregore-artifacts renderer to produce branded HTML and opens it in the browser for easy sharing and review.

Quick Start

Say /view quest artifact-generation to resolve the quest file, render it as a branded HTML artifact, and open it in your browser.

Frequently Asked Questions about view

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

FAQPage Schema
How do I render markdown files as branded HTML artifacts?

To render markdown as branded HTML artifacts, the Skill resolves file paths from Egregore memory directories and invokes the egregore-artifacts renderer to output a styled view. It opens the final document in your browser for immediate review and sharing.

What happens when no markdown file is found for an artifact request?

When no direct markdown file is found, the Skill uses a synthesis fallback to generate a structured markdown summary from memory, codebase, and context. This synthesized content is then rendered as a branded HTML artifact for presentation.

How do I handle ambiguous file matches when viewing Egregore quests?

When resolving Egregore quests, the Skill detects ambiguous matches and interactively prompts the user to choose the correct file. It automatically prefers recent handoffs during the resolution process to reduce selection friction.

Can I generate a live activity dashboard from Egregore memory without a graph?

Yes, you can generate a live activity dashboard from Egregore memory without needing the graph. The Skill uses type-aware resolution to parse arguments and locate activity dashboards directly from memory directories.

Do I need the egregore-artifacts renderer installed to view markdown?

You need the egregore-artifacts renderer installed to produce the final branded HTML output. The Skill handles missing renderer installations gracefully by detecting the absence during the rendering process.

What is the best way to convert Egregore handoffs into a shareable HTML view?

The best way to convert Egregore handoffs into a shareable HTML view is to use the Skill's type-aware resolution. It parses user arguments to locate handoff files from memory and renders them as branded HTML artifacts.