introduction #
Overview #
fuz_docs is an experimental website with AI-generated documentation and agent skills for Fuz, a zippy stack for autonomy. It's a poorly-reviewed
actively-evolving dumping ground of conventions, patterns, and reference material for @fuzdev projects. Everything is in flux, not
all patterns are endorsed, and some content is plain slop.
This website is designed for both human and machine consumption. Humans are welcome to browse docs and skills, but expect rough edges.
Skills #
AI agent skills are structured knowledge files that
Claude Code loads for context. Each skill has a main SKILL.md and optional detailed
references.
| Skill | Purpose |
|---|---|
| fuz-stack | Coding conventions and patterns for TypeScript and Svelte 5 projects |
| grimoire | Cross-repo coordination with lore, quests, and skills |
Browse all skills at /skills.
Reference #
Auto-generated documentation from the @fuzdev ecosystem.
| Docs | Contents |
|---|---|
| stack | Toolchain versions, all packages, dependency graph |
| api | Auto-generated TypeScript and Svelte API documentation |
| library | Package metadata and exports |
Stack #
fuz_util → gro + fuz_css → fuz_ui → fuz_* apps
gro is a temporary build tool, to be replaced by fuz (Rust daemon +
CLI). See stack for details.