What problem does it solve? Open Knowledge Format (OKF) bundles are plain markdown plus YAML frontmatter with no required tooling, so there is no built-in way to browse or publish them. This Skill reads any OKF v0.1 bundle and emits a complete Astro + Starlight static-site project with search, navigation, and OKF-aware presentation. ## Core Features & Use Cases - Bundle-to-site generation: A stdlib-only Python generator scans concepts, reserved index.md/log.md files, nested directories, and non-markdown assets, then emits a full site with a hero landing page, one page per concept, and a changelog from log.md. - OKF metadata panels: Each concept page renders a color-coded type badge, tag chips, resource link, timestamp, and any producer-defined frontmatter keys, with internal links rewritten to site routes. - Tolerant conformance handling: Every observed bundle dialect (Google's sample bundles, spec-canonical bundles, producer-extended bundles) is supported, with spec violations degrading gracefully into WARN: reports instead of failures. - Use Case: You have a team knowledge bundle produced by an OKF producer and want to publish it to GitHub Pages. Run the generator with --base, --site, and --deploy-workflow, then npm install and npm run build to get a deploy-ready static site with full-text search and dark/light theming. ## Quick Start Ask the agent to generate a browsable website from your OKF knowledge bundle, for example: "Generate a site from my knowledge bundle at ./knowledge and prepare it for GitHub Pages."