What problem does it solve? Building static frontend sites on the Manus web-static template requires knowing its conventions: where files live, how to handle images without breaking deployments, which design tokens to preserve, and which UI pitfalls to avoid. This Skill provides the complete development guide so generated sites follow the template's rules from the first line of code. ## Core Features & Use Cases - Template Conventions: Documents the React 19 + Tailwind 4 + shadcn/ui stack, file layout under client/src, and customized defaults like the auto-centering container utility. - Asset Handling Workflow: Enforces uploading images via manus-upload-file and referencing returned storage paths instead of local media that causes deployment timeouts. - Design, Animation & Maps Guidance: Provides a design guide, motion timing rules, and full Google Maps integration through the built-in MapView component without API keys. - Use Case: When asked to build a landing page or dashboard on the web-static template, follow this guide to pick a design style, compose pages with shadcn/ui, and avoid pitfalls like invisible text from theme mismatches. ## Quick Start Build a static landing page on the web-static template following the webdev-readme-static guide, choosing a design style first and uploading any images with the CLI.