Roblox development hub: architecture and skill routing is a Roblox Suite skill — Architecture principles, cross-skill workflows, quick-reference patterns. It belongs to the Core domain. What it covers: The single entry point: overarching architecture and server-authority principles.. Quick-reference patterns and a decision tree that routes you to the right specialized skill.. Cross-skill workflows for data, UI, animation, monetization, and networking.. . The official sources for this skill are taken verbatim from its SKILL.md and point to the Roblox Engine API Reference and related create.roblox.com documentation. The full reference set is available in the references/ directory on GitHub (https://github.com/nonlooped/roblox-suite/tree/main/roblox/references).
Roblox development hub: architecture and skill routing
The entry-point skill for the suite. It gives your agent the big-picture architecture — server authority, the client-server model, performance mindset, and code organization — plus a decision tree that routes to the right specialist skill for datastores, animation, UI, monetization, networking, and more. Load this first; it tells the agent which deep skill to read next.
What it covers
- The single entry point: overarching architecture and server-authority principles.
- Quick-reference patterns and a decision tree that routes you to the right specialized skill.
- Cross-skill workflows for data, UI, animation, monetization, and networking.
Key sources
Taken verbatim from this skill's "Official sources" block. The full reference set lives in references/ on GitHub .