Phoenix Patterns Master Phoenix Framework patterns to build well-structured, maintainable web applications in Elixir. Context Design Contexts are dedicated modules that expose and group related functionality: Controller Patterns Fallback Controller Plug Pipelines Custom Plugs When to Use This Skill Use phoenix-patterns when you need to: - Structure Phoenix application architecture - Design context boundaries - Implement REST API controllers - Create custom authentication/authorization - Build reusable plug pipelines Best Practices - Keep controllers thin, contexts fat - Use action fallback fo…