Skip to content

Explainers

Visual, self-contained walkthroughs of how the Seer Agent Engine repo actually fits together — grounded in the real source files, not a stale diagram.

  • Plugin Architecture — how the required core-dependencies operating layer, the thin division plugins, and .claude-plugin/marketplace.json's registry model fit together.
  • Docs Pipeline — how the four generators turn marketplace.json + SKILL.md frontmatter into tracked artifacts, then into the built mkdocs + Explorer site.
  • CI & Deploy Flow — the check-docs.yml fail-on-diff gate a pull request must clear, and how a merge to master flows through deploy-docs.yml to Cloudflare Pages.
  • Data Flow — how marketplace.json becomes explorer-data.json via skill-inventory.js, and how the three Explorer views (Registry, Skill Map, Dependency Graph) all read that one file.