What problem does it solve?
Using frontend helper APIs incorrectly can break navigation, toolbar behavior, data extraction, and workflow interactions; this Skill provides the canonical Drumr patterns so implementation stays consistent, safe, and discoverable.
Core Features & Use Cases
- Navigation helpers for opening and closing views, building breadcrumbs, and working with view container context.
- Toolbar DSL support for CRUD actions, dropdown menus, row toolbars, and reusable header composition.
- Utility coverage for UI object extraction, context access, authenticated requests, query builder operations, workflow registry management, and metadata-driven rendering.
- Common use cases include modal view flows, view header toolbars, plain-value extraction from UI objects, paginated data queries, and branching logic based on model or action metadata.
Quick Start
Ask the AI to implement a Drumr frontend helper pattern for a specific view, toolbar, or query flow using only the public exports listed in this Skill.