Agent skill · Workflow & Productivity

phx-examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: targets/amp/skills/phx-examples/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

# Examples & Walkthroughs ## Official Phoenix Guides (Reference) For standard implementation patterns, always check official guides first: | Topic | Guide | |-------|-------| | Contexts | [hexdocs.pm/phoenix/contexts](https://hexdocs.pm/phoenix/contexts.html) | | Ecto Basics | [hexdocs.pm/phoenix/ecto](https://hexdocs.pm/phoenix/ecto.html) | | LiveView | [hexdocs.pm/phoenix_live_view](https://hexdocs.pm/phoenix_live_view/welcome.html) | | Authentication | [mix phx.gen.auth](https://hexdocs.pm/phoenix/mix_phx_gen_auth.html) | | Channels | [hexdocs.pm/phoenix/channels](https://hexdocs.pm/phoenix/channels.html) | | Testing | [hexdocs.pm/phoenix/testing](https://hexdocs.pm/phoenix/testing.html) | | Deployment | [hexdocs.pm/phoenix/deployment](https://hexdocs.pm/phoenix/deployment.html) | ## Plugin-Specific Patterns Patterns NOT in official guides (unique to this plugin): ### Tidewave Integration Workflow ```bash # 1. Check if Tidewave is running /mcp # 2. If connected, debug with runtime tools # Get exact docs for YOUR dependency versions mcp__tidewave__get_docs "Ecto.Query" # Execute code in running app mcp__tidewave__project_eval "MyApp.Accounts.list_users() |> length()" # Query data

What's inside
Steps it walks through
  1. Official Phoenix Guides (Reference)
  2. Plugin-Specific Patterns
  3. Tidewave Integration Workflow
  4. Multi-Agent Review Workflow
  5. Iron Laws Enforcement
  6. Example Workflows
  7. Bug Investigation
  8. Feature Planning
  9. Security Audit
  10. When to Use Official Docs vs Plugin
Commands it runs
Get exact docs for YOUR dependency versions
mcp__tidewave__get_docs "Ecto.Query"
Execute code in running app
mcp__tidewave__project_eval "MyApp.Accounts.list_users() |> length()"
Query database directly
mcp__tidewave__execute_sql_query "SELECT count(*) FROM users"
phx-plan Add user avatars with S3 upload
phx-review lib/my_app/accounts.ex  # Elixir idioms
Security analyzer runs automatically on auth code
Deployment validator checks production readiness
More from claude-elixir-phoenix
All skills →
About this skill
What does the phx-examples skill do?

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

How do I install it?

Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill phx-examples --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