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
- Read
static/app/components/seer/markdown/embeds/schemas.tsto see existing schemas. - Read
static/app/components/seer/markdown/embeds/index.tsto see registered embeds. - 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