Use cheaper model for mechanical skills

This commit is contained in:
Claudio Ortolina
2026-04-16 19:27:49 +01:00
parent 6b35b5cde5
commit e511d352e3
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
---
name: query-reporter
description: Capture Ecto SQL queries to a log file for analysis. Use this skill when the user asks to trace, capture, log, or inspect database queries, or mentions "SQL log", "query trace", "query capture", "what queries does this page run". Also use proactively when investigating slow pages, debugging N+1 queries, analyzing database performance, or when you need to understand what SQL a LiveView or action produces. Requires a running Phoenix server with Tidewave MCP.
model: haiku
context: fork
---
# Query Reporter
@@ -1,6 +1,8 @@
---
name: update-dependencies
description: Use when the user asks to update, upgrade, or refresh project dependencies, or when outdated dependencies need attention. Also use when the user mentions "outdated", "bump", "upgrade", or asks about dependency versions — even if they don't say "update dependencies" explicitly.
model: haiku
context: fork
---
# Update Dependencies