Back to Skills

phoenix-liveview

MacPhobos
Updated 3 days ago
7 views
0
View on GitHub
Othergeneral

About

This skill sets up Phoenix Framework with LiveView for building real-time, resilient web applications on the BEAM virtual machine. It's ideal for developers who need fault-tolerant, interactive UIs with minimal client-side JavaScript, leveraging Elixir's OTP, Ecto, and PubSub. The environment provides a full toolchain for creating applications with soft real-time performance and clear domain boundaries.

Quick Install

Claude Code

Recommended
Primary
npx skills add MacPhobos/research-mind -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/MacPhobos/research-mind
Git CloneAlternative
git clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/phoenix-liveview

Copy and paste this command in Claude Code to install this skill

GitHub Repository

MacPhobos/research-mind
Path: .claude/skills/toolchains-elixir-frameworks-phoenix-liveview
0

Related Skills

asyncio

Other

This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming using async/await syntax. It covers core concepts like event loops, tasks, and coroutines along with practical implementations including aiohttp for async HTTP operations and FastAPI async patterns. Use it when building concurrent I/O-bound applications, parallel API clients, real-time systems, or async web servers.

View skill

golang-http-frameworks

Other

This skill helps developers build production-ready REST APIs in Go using net/http, Chi, Gin, Echo, and Fiber frameworks. It covers route structuring, middleware implementation, request validation, and error handling patterns. Use it when choosing an HTTP framework, designing REST endpoints, or implementing authentication and testing for Go services.

View skill

mypy

Other

mypy is a static type checker for Python that enables gradual typing with type hints and comprehensive type safety. Use it to add type safety to Python projects, enforce type checking in CI/CD, and refactor code with type annotations. It supports strict mode, Protocol types, and integrates with frameworks like FastAPI and Django.

View skill

asyncio

Other

This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming. It covers async/await patterns, event loops, tasks, coroutines, and integrations with aiohttp and FastAPI. Use it when building concurrent I/O operations, HTTP clients/servers, database access, or handling WebSocket connections and parallel API calls.

View skill