# Summary
[Introduction](README.md)
# Getting Started
- [Installation](getting-started/installation.md)
- [Quick Start](getting-started/quick-start.md)
- [Core Concepts](getting-started/concepts.md)
- [Your First Animation](getting-started/first-animation.md)
# Persona Guides
- [The Sketcher](personas/sketcher.md)
- [The Sprite Artist](personas/sprite-artist.md)
- [The Animator](personas/animator.md)
- [The Tool Builder](personas/tool-builder.md)
- [The Game Developer](personas/game-developer.md)
- [The AI Enthusiast](personas/ai-enthusiast.md)
# Format Specification
- [Overview](format/overview.md)
- [Palette](format/palette.md)
- [CSS Variables](format/css-variables.md)
- [Sprite](format/sprite.md)
- [Animation](format/animation.md)
- [Variant](format/variant.md)
- [Composition](format/composition.md)
- [Transforms](format/transforms.md)
- [Includes](format/includes.md)
- [Unsupported CSS](format/css/unsupported.md)
# CLI Reference
- [Overview](cli/overview.md)
- [render](cli/render.md)
- [import](cli/import.md)
- [validate](cli/validate.md)
- [fmt](cli/fmt.md)
- [explain](cli/explain.md)
- [diff](cli/diff.md)
- [suggest](cli/suggest.md)
- [show](cli/show.md)
- [grid](cli/grid.md)
- [inline](cli/inline.md)
- [analyze](cli/analyze.md)
- [prime](cli/prime.md)
- [prompts](cli/prompts.md)
- [palettes](cli/palettes.md)
- [build](cli/build.md)
- [new](cli/new.md)
- [init](cli/init.md)
- [alias](cli/alias.md)
- [sketch](cli/sketch.md)
# Export Formats
- [PNG Export](exports/png.md)
- [GIF Animation](exports/gif.md)
- [Spritesheet](exports/spritesheet.md)
- [Atlas Formats](exports/atlas.md)
- [Terminal Output](exports/terminal.md)
# Integrations
- [WASM Module](integrations/wasm.md)
- [Obsidian Plugin](integrations/obsidian.md)
- [Web Editor](integrations/web-editor.md)
- [Build System](integrations/build-system.md)
# AI Generation
- [System Prompts](ai-generation/system-prompts.md)
- [Best Practices](ai-generation/best-practices.md)
- [Example Gallery](ai-generation/examples.md)
- [Troubleshooting](ai-generation/troubleshooting.md)
# Playground
- [Interactive Sandbox](playground/sandbox.md)
- [Example Gallery](playground/gallery.md)
# Demos
- [CSS Colors](demos/colors.md)
- [CSS Variables](demos/variables.md)
- [CSS Timing Functions](demos/timing.md)
- [CSS Keyframes](demos/keyframes.md)
- [CSS Transforms](demos/transforms.md)
- [PNG Export](demos/export_png.md)
- [GIF Animation](demos/export_gif.md)
- [Spritesheets](demos/spritesheets.md)
# Reference
- [Built-in Palettes](reference/palettes.md)
- [Color Formats](reference/colors.md)
- [Exit Codes](reference/exit-codes.md)
- [Configuration (pxl.toml)](reference/config.md)
# Appendix
- [Vision & Philosophy](appendix/vision.md)
- [Changelog](appendix/changelog.md)
- [Contributing](appendix/contributing.md)