tidewave-integration

Execute Elixir code, SQL queries, and log retrieval in Phoenix applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides runtime intelligence for Phoenix applications, enabling developers to debug, test code, and query databases more effectively during development.

Core Features & Use Cases

  • Runtime Debugging: Inspect live application state, query logs, and execute code snippets directly.
  • Database Interaction: Run SQL queries against the development database.
  • Code Introspection: Find source code locations and fetch documentation for exact library versions.
  • Use Case: While developing a new feature, you can use this Skill to immediately check the database schema after a migration, test a context function with sample data, and view error logs without leaving your IDE.

Quick Start

Use the tidewave-integration skill to execute the Elixir code MyApp.Accounts.get_user!(1).

Frequently Asked Questions about tidewave-integration

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

FAQPage Schema
How do I debug a Phoenix application at runtime?

You can debug a Phoenix application at runtime by using Tidewave MCP tools to execute Elixir code snippets, inspect live application state, retrieve logs, and locate source code directly within your development environment.

Can I run SQL queries against my Elixir development database during debugging?

Yes, you can run SQL queries directly against your Elixir development database using the runtime intelligence provided by Tidewave MCP, allowing you to immediately check database schemas or verify data after migrations.

What is the best way to introspect Elixir source code and fetch library documentation?

The best way to introspect Elixir source code is using Tidewave MCP tools to find exact source code locations and fetch documentation for specific library versions, prioritizing runtime tools over traditional shell commands.

Does the Tidewave MCP framework require traditional shell commands for Phoenix development?

No, the Tidewave MCP framework explicitly prioritizes its own runtime debugging and introspection tools over traditional shell commands to enhance developer workflow efficiency when interacting with Phoenix applications.

How do I test Phoenix context functions with sample data without leaving my IDE?

You can test Phoenix context functions with sample data by leveraging Tidewave MCP to directly execute Elixir code snippets and run SQL queries against your development database without leaving your IDE.