intent-detection

Detect user intent to suggest Elixir/Phoenix workflow commands like /phx:investigate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically interprets a user's natural language request and suggests the most appropriate workflow command, streamlining interaction and ensuring tasks are handled efficiently.

Core Features & Use Cases

  • Intelligent Routing: Analyzes user input for keywords and context to determine the underlying intent.
  • Workflow Suggestion: Recommends specific /phx: commands (e.g., /phx:plan, /phx:investigate) based on detected intent.
  • Use Case: When a user says "I'm getting a lot of timeout errors in the checkout LiveView," this Skill will suggest running /phx:investigate to diagnose the problem.

Quick Start

Use the intent-detection skill to analyze the user's request and suggest the correct workflow command.

Frequently Asked Questions about intent-detection

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

FAQPage Schema
How do I route natural language requests to Phoenix workflow commands?

Intent detection analyzes keywords and context signals from natural language input to map user requests to specific Phoenix workflow commands like /phx:investigate, /phx:plan, or /phx:review.

What is the best way to suggest Elixir workflow commands from user input?

Intent detection is the best way to suggest Elixir workflow commands from user input. It interprets natural language requests, prioritizes explicitly specified commands, and handles trivial tasks directly without requiring manual workflow selection.

Can I use intent detection to diagnose timeout errors in my checkout LiveView?

Yes, you can use intent detection to diagnose timeout errors in your checkout LiveView. When you describe the issue in natural language, the Skill identifies the underlying intent and suggests running the /phx:investigate command to diagnose the problem.

How does intent detection handle trivial tasks in Elixir development?

Intent detection handles trivial tasks in Elixir development by executing them directly instead of routing them to a heavier workflow. It prioritizes any user-specified commands while analyzing context signals to ensure efficient workflow initiation.

Does intent detection require any specific dependencies to map requests to /phx commands?

No, intent detection requires no external dependencies to map requests to /phx commands. It functions as an intermediate-level Skill that independently analyzes natural language input to suggest the appropriate Elixir or Phoenix workflow command.