Advanced
Under the hood. Project structure, components, skills, and patterns.
For when you want to understand the internals
The build steps and customization commands handle most of what you need. But if you want to understand how the codebase is organized, what components you have access to, or what patterns the agents follow when they write code — this section covers all of it.
You do not need to read any of this to use the framework. The agents know these patterns and follow them automatically. This is here for when you want to modify something directly, debug an issue, or just satisfy your curiosity about how things work under the hood.
What is in this section
| Page | What it covers |
|---|---|
| Structure | How the codebase is organized, folder by folder |
| Components | The 60+ UI components you have available |
| Skills | Every Claude Code skill installed and what it does |
| Patterns | The coding patterns agents follow for consistency |