quick
Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.
Profile →npx skills add oliver-kriska/claude-elixir-phoenix --skill quick --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Quick Mode Skip the planning ceremony. Get working code fast. ## Usage ```bash /phx:quick Add pagination to posts /phx:quick Fix the login redirect bug /phx:quick Add CSV export to reports ``` ## Arguments `$ARGUMENTS` = What to implement ## How It Differs | Normal Mode | Quick Mode | |-------------|------------| | Spawn research agents | No agents | | Create plan document | Mental model only | | Parallel review | Optional single review | | Multiple iterations | Single pass | ## Workflow 1. **Understand** - Read relevant files (max 3) 2. **Implement** - Write code directly 3. **Verify** - Quick compile check 4. **Done** - No ceremony ## Iron Laws 1. **NEVER skip verification** — run `mix compile --warnings-as-errors` after every change, even in quick mode 2. **DO NOT touch files outside the stated scope** — quick mode means minimal blast radius; if a fix requires changes across multiple domains, escalate to `/phx:plan` 3. **NEVER bypass security checks for speed** — auth, input validation, and XSS rules apply regardless of change size ## Rules in Quick Mode ### Still Enforced (Iron Laws) - ✓ No process without runtime reason - ✓ No DB in mount - ✓ Security basics (no SQL injectio
- Usage
- Arguments
- How It Differs
- Workflow
- Iron Laws
- Rules in Quick Mode
- Still Enforced (Iron Laws)
- Skipped
- When to Use
- Quick Patterns
- Add Field
- Fix Bug
- Add Endpoint
- Escape Hatch
What does the quick skill do?
Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.
How do I install it?
Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill quick --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.