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,18 @@
|
|||||||
---
|
---
|
||||||
description: "Dexto Code Agent"
|
description: "Dexto Code Agent - Development tasks and code generation"
|
||||||
|
disable-model-invocation: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Use Dexto Code Agent.
|
Use Dexto Code Agent for development tasks and code generation.
|
||||||
|
|
||||||
**Task:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{USER_MESSAGE}}
|
||||||
|
|
||||||
|
**Instructions:**
|
||||||
|
1. Use ~/.claude/hooks/unified-integration-v2.sh with dexto-code mode
|
||||||
|
2. The Dexto Code Agent will handle:
|
||||||
|
- Feature development
|
||||||
|
- Code generation
|
||||||
|
- Bug fixing
|
||||||
|
- Code refactoring
|
||||||
|
- Implementation planning
|
||||||
|
|||||||
@@ -1,8 +1,17 @@
|
|||||||
---
|
---
|
||||||
description: "Dexto Database Agent"
|
description: "Dexto Database Agent - Database operations and SQL queries"
|
||||||
|
disable-model-invocation: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Use Dexto Database Agent.
|
Use Dexto Database Agent for database operations.
|
||||||
|
|
||||||
**Task:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{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
|
||||||
|
|||||||
@@ -1,8 +1,17 @@
|
|||||||
---
|
---
|
||||||
description: "Dexto Github Agent"
|
description: "Dexto GitHub Agent - GitHub operations, PRs, issues"
|
||||||
|
disable-model-invocation: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Use Dexto Github Agent.
|
Use Dexto GitHub Agent for GitHub operations.
|
||||||
|
|
||||||
**Task:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{USER_MESSAGE}}
|
||||||
|
|
||||||
|
**Instructions:**
|
||||||
|
1. Use ~/.claude/hooks/unified-integration-v2.sh with dexto-github mode
|
||||||
|
2. The Dexto GitHub Agent will handle:
|
||||||
|
- Pull request analysis
|
||||||
|
- Issue investigation
|
||||||
|
- Code review
|
||||||
|
- Repository management
|
||||||
|
|||||||
@@ -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:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{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
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
description: "Analyze and reproduce bugs using Prometheus bug analyzer agent with context retrieval and reproduction steps"
|
description: "Prometheus Bug Analyzer - Bug analysis and reproduction"
|
||||||
|
disable-model-invocation: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Invoke the Prometheus Bug Analyzer to investigate and reproduce the reported bug.
|
Use Prometheus Bug Analyzer to investigate and fix bugs.
|
||||||
|
|
||||||
**Task:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{USER_MESSAGE}}
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
description: "Analyze feature requests and create implementation plans using Prometheus feature analyzer agent"
|
description: "Prometheus Feature Analyzer - Feature planning and implementation"
|
||||||
|
disable-model-invocation: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Invoke the Prometheus Feature Analyzer to analyze and plan the feature implementation.
|
Use Prometheus Feature Analyzer to plan features.
|
||||||
|
|
||||||
**Task:**
|
**Task:**
|
||||||
{{USER_MESSAGE}}
|
{{USER_MESSAGE}}
|
||||||
|
|||||||
Reference in New Issue
Block a user