Fix agent commands with proper content structure
- 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>
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
---
|
||||
description: "Dexto Pdf Agent"
|
||||
description: "Dexto PDF Agent - PDF document analysis and summarization"
|
||||
disable-model-invocation: true
|
||||
---
|
||||
|
||||
Use Dexto Pdf Agent.
|
||||
Use Dexto PDF Agent for PDF document analysis.
|
||||
|
||||
**Task:**
|
||||
{{USER_MESSAGE}}
|
||||
|
||||
**Instructions:**
|
||||
1. Use ~/.claude/hooks/unified-integration-v2.sh with dexto-pdf mode
|
||||
2. The Dexto PDF Agent will handle:
|
||||
- Document summarization
|
||||
- Content extraction
|
||||
- PDF analysis
|
||||
- Research paper review
|
||||
|
||||
Reference in New Issue
Block a user