Avoid setting model and context in skill
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
---
|
||||
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,8 +1,6 @@
|
||||
---
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user