The store · category
Pipelines
5Multi-step automation that runs end to end — audit, generate, gate, and write — with every run recorded.
Enrichment Orchestrator
Five-agent pipeline that writes SEO metadata for every asset.
The most-used custom workflow on the site: five sub-agents (auditor, blog, content, linker, metadata) that audit, draft, and cross-link content, then write it to Supabase. Token usage and cost are tracked per run.
CRSS Exam-Prep Pipeline
Corpus checks, snapshots, edit digests and SME queues for an exam bank.
A deterministic content pipeline for the CRSS recovery-support question bank: gated corpus checks, bank snapshots, edit digests and an SME review queue, with every build recorded as a pipeline run.
Content Seeders
The bridge that pushes committed content into the live database.
Blog, research and projects content is Supabase-driven. The seeders upsert committed seed sources into the main project so content reaches the live site, then rebuild the semantic search index. Auto-runs on merge.
Playtest Harness
Autonomous mobile QA for the WebGL/Canvas2D game library.
Two rungs of game QA: a nightly LLM smoke pass that screenshots every game at a mobile viewport with software WebGL, and a deterministic per-PR Playwright gate that blocks merges on layout, obstruction or render regressions.
Semantic Search Index
Voyage embeddings + hybrid grounding for the concierge.
The semantic layer behind the site’s Ask/concierge: a content-embedding pipeline (Voyage) that indexes blog, research and projects, rebuilt on every content merge, then queried as hybrid keyword-plus-vector grounding so answers cite real pages. A freshness check guards against staleness.