Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-phoenixOverview
Phoenix Framework skills for building web applications in Elixir.
Skills
This plugin provides the following skills:
- Phoenix Controllers - Building RESTful and LiveView controllers
- Phoenix Routing - Defining routes and pipelines
- Phoenix Views Templates - Creating views and templates
- Phoenix Patterns - Best practices for Phoenix applications
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
Installation
Install with npx (no installation required):
han plugin install jutsu-phoenix
License
Licensed under MIT - see repository for details.
Skills
phoenix-controllers
Handle HTTP requests with Phoenix controllers including actions, parameters, rendering, flash messages, and redirects
phoenix-patterns
Use when applying Phoenix Framework best practices including context design, controller patterns, and application architecture. Use when building Phoenix applications.
phoenix-routing
Define routes and URL helpers in Phoenix applications including resources, scopes, pipelines, and verified routes
phoenix-views-templates
Render views and templates in Phoenix using HEEx templates, function components, slots, and assigns