Generate a Phoenix LiveView with mount, events, and test
Generates a Phoenix LiveView module with mount, handle_event, render, and a corresponding LiveView test file.
/new-live PostLive.Index # Creates index LiveView for posts
/new-live UserLive.Show # Creates show LiveView for users
/new-live DashboardLive # Creates a dashboard LiveView
patterns/phoenix-patterns.md.use MyAppWeb, :live_viewmount/3, handle_params/3, handle_event/3 with @impl truerender/1 with HEEx templateLiveViewTest.mix format, mix credo --strict, mix test.lib/my_app_web/live/<live_view>.ex
test/my_app_web/live/<live_view>_test.exs
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer