Agent skill

phx-quick

Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.

oliver-kriska515★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-quick --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: targets/amp/skills/phx-quick/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 injection, e

What's inside
Steps it walks through
  1. Usage
  2. Arguments
  3. How It Differs
  4. Workflow
  5. Iron Laws
  6. Rules in Quick Mode
  7. Still Enforced (Iron Laws)
  8. Skipped
  9. When to Use
  10. Quick Patterns
  11. Add Field
  12. Fix Bug
  13. Add Endpoint
  14. Escape Hatch
Commands it runs
phx-quick Add pagination to posts
phx-quick Fix the login redirect bug
phx-quick Add CSV export to reports
More from claude-elixir-phoenix
All skills →
About this skill
What does the phx-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 phx-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.

Keep going