- Added disable-model-invocation flag to agent commands
- Added proper task template with {{USER_MESSAGE}}
- Added detailed instructions for each command
- Updated dexto-code, dexto-database, dexto-github, dexto-pdf
- Updated prometheus-bug, prometheus-feature
This should fix "Unknown skill" errors when using these commands.
Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
435 B
Markdown
18 lines
435 B
Markdown
---
|
|
description: "Dexto Database Agent - Database operations and SQL queries"
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
Use Dexto Database Agent for database operations.
|
|
|
|
**Task:**
|
|
{{USER_MESSAGE}}
|
|
|
|
**Instructions:**
|
|
1. Use ~/.claude/hooks/unified-integration-v2.sh with dexto-database mode
|
|
2. The Dexto Database Agent will handle:
|
|
- SQL query optimization
|
|
- Database schema design
|
|
- Data migration
|
|
- Database performance tuning
|