phx:quick

Implement small features and bug fixes in Elixir/Phoenix projects.

517|35|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/oliver-kriska/claude-elixir-phoenix --skill phx-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phx:quick
Source: https://github.com/oliver-kriska/claude-elixir-phoenix/tree/main/plugins/elixir-phoenix/skills/quick
Command: npx skills add https://github.com/oliver-kriska/claude-elixir-phoenix --skill phx-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of implementing small features or fixing bugs in Elixir/Phoenix projects by bypassing extensive planning and review stages, allowing for rapid code delivery.

Core Features & Use Cases

  • Rapid Implementation: Quickly add fields, fix bugs, or create simple endpoints.
  • Minimal Ceremony: Skips agent research, plan documents, and multiple review passes.
  • Use Case: You need to add a published_at timestamp field to your posts table. This Skill will generate the migration, update the schema, and modify the changeset with a single command.

Quick Start

Use the phx:quick skill to add a published_at timestamp to posts.

Frequently Asked Questions about phx:quick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly add a new field to an Elixir Phoenix schema and database?

To quickly add a new field in Phoenix, you need a migration, schema update, and changeset modification. This Skill generates all three directly, bypassing extensive planning to deliver rapid code for small features and bug fixes.

What is the best way to rapidly fix bugs in an Elixir Phoenix LiveView application?

The best way to rapidly fix bugs in LiveView is to enforce essential Phoenix iron laws while skipping multiple review passes. This approach focuses on direct code writing to resolve issues immediately without agent research or plan documents.

Can I use this rapid development approach to create basic API endpoints in Phoenix?

Yes, you can use this approach to create basic API endpoints in Phoenix. It is designed for rapid implementation of simple tasks, allowing you to generate necessary endpoint code directly while skipping extensive planning and review cycles.

Does rapid Phoenix code generation skip important Elixir framework rules?

No, rapid Phoenix code generation does not skip important rules. It enforces essential Elixir and Phoenix iron laws while only bypassing extensive planning, research, and multiple review stages to maximize development speed for small features.

When should I avoid using rapid code implementation for my Elixir Phoenix project?

You should avoid rapid code implementation for tasks requiring extensive planning, research, or multiple review passes. This approach is built for small features and bug fixes, bypassing deeper analysis to prioritize speed over complex architectural changes.