phxquick
SolidImplement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- oliver-kriska
- Repository
- oliver-kriska/claude-elixir-phoenix
- Created
- 3 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
cquick
Quick fix with TDD — no spec/review for small changes. Branch, test, implement, commit.
mindforge-quick
Execute a quick task with MindForge guarantees (atomic commits, state tracking) but skip optional agents
phxwork
Execute Elixir/Phoenix plan tasks with progress tracking. Use after /phx:plan to implement features with mix compile and mix test verification after each step, or --continue to resume interrupted work.
thrunt-quick
Execute a quick task with THRUNT guarantees (atomic commits, state tracking) but skip optional agents
phxplan
Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.