Streamlines Phoenix framework routing with standardized patterns for RESTful resources, scopes, pipelines, and verified routes.
This skill provides Claude with domain-specific knowledge for architecting and implementing routing logic within Elixir Phoenix applications. It offers comprehensive guidance on defining RESTful resources, organizing routes using nested scopes, configuring complex request pipelines for security, and utilizing Phoenix 1.7+ verified routes (~p sigil) for compile-time safety. By leveraging these patterns, developers can ensure their application's entry points are secure, maintainable, and follow Elixir's most professional implementation standards.
主要功能
01RESTful resource generation and customization
02Verified route implementation with ~p sigil
03Nested scope and namespace organization
04Multi-tenant and session-based routing patterns
05Advanced request pipeline configuration
0639 GitHub stars
使用场景
01Implementing secure authentication and authorization pipelines
02Architecting a versioned REST API with scoped namespaces
03Refactoring legacy route helpers to modern verified routes