frontend-craft
Installation
SKILL.md
Frontend Craft — Gateway
Triage incoming Hotwire frontend requests, apply cross-cutting principles, and route to the right specialist skill. This skill owns no implementation cookbook — each specialist carries its own.
Routing Table
| Request Pattern | Route To |
|---|---|
| URL, history, frame navigation, Drive caching, rendering lifecycle, view transitions, page-refresh morphing | turbo-navigation-rendering |
| Turbo Streams, broadcasting, stream morphing, optimistic state, real-time sync via broadcasting | turbo-streams |
| Stimulus controller design, lifecycle, DOM behavior, browser APIs | stimulus-controllers |
| Form submission, validation, autosave, inline edit, submit UX | hotwire-forms |
| Media playback, gallery, upload preview, rich content integrations | media-content |
| Native bridge, web/native boundary, path configuration | hotwire-native |
| Broad or ambiguous frontend request | Stay here — apply principles below, then route |