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-dependenciesoperating 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.mdfrontmatter into tracked artifacts, then into the built mkdocs + Explorer site. - CI & Deploy Flow — the
check-docs.ymlfail-on-diff gate a pull request must clear, and how a merge tomasterflows throughdeploy-docs.ymlto Cloudflare Pages. - Data Flow — how
marketplace.jsonbecomesexplorer-data.jsonviaskill-inventory.js, and how the three Explorer views (Registry, Skill Map, Dependency Graph) all read that one file.