seer-embed

Installation
SKILL.md

Add a Seer Embed

Seer embeds are rich widgets rendered inline in Seer's markdown output using Markdoc-style tag syntax ({% name %}{ ... }{% /name %}). Each embed has a Zod schema, a React component, and a registry entry.

Before You Start

  1. Read static/app/components/seer/markdown/embeds/schemas.ts to see existing schemas.
  2. Read static/app/components/seer/markdown/embeds/index.ts to see registered embeds.
  3. Confirm the embed name doesn't already exist.

Step 1: Add the Schema

In static/app/components/seer/markdown/embeds/schemas.ts, add an entry to SEER_EMBED_SCHEMAS:

export const SEER_EMBED_SCHEMAS = {
  // ...existing entries
Installs
1
GitHub Stars
44.4K
First Seen
6 days ago
seer-embed — getsentry/sentry