# Snurble docs

> Static-first LLM access for the Snurble docs site.

Key routes:
- [/llms-full.txt](/llms-full.txt) — concatenated markdown snapshot for the full docs set.
- [/sitemap.xml](/sitemap.xml) — XML route inventory for HTML pages and their markdown twins.

## Overview
- [Snurble design system](/index.md) — Front door for the Snurble docs site covering foundations, primitive families, and adoption paths.

## Primitive families
- [Experience Primitives - Snurble](/experience-primitives.md) — Documents ExperienceCard, ExperienceList, SkillIconList, and SkillIcon for experience-heavy pages.
- [Profile & Social Primitives - Snurble](/profile-social-primitives.md) — Covers ProfileHero, SocialLinks, and DecoratedHeading for profile headers, social navigation, and decorative section labels.
- [Project Primitives - Snurble](/project-primitives.md) — Documents ProjectCard and ProjectGrid for repository summaries while keeping data fetching and ranking in the consumer.
- [Shell Primitives - Snurble](/shell-primitives.md) — Documents FontAssets, JsonLd, SkipLink, SeoMeta, and ServiceWorker as additive shell-level helpers.

## Foundations
- [Snurble foundations](/foundation.md) — Explains repo ownership, current shared-package coverage, and the extraction boundaries that still stay local to consumers.

## Adoption
- [mattriley.tools migration cookbook](/mattriley-tools-migration.md) — Repeatable consumer-boundary guidance for moving sibling Astro sites onto the shared Snurble package surface without absorbing consumer-owned behavior.
- [Snurble release readiness](/release-readiness.md) — Publishing and adoption guidance for manual prereleases, consumer cutovers, rollback, and later release automation.

## Reference
- [WorkV2 Reference — Snurble](/workv2-reference.md) — Visual regression baseline for WorkV2 alignment, including token mapping and live component acceptance criteria.
