From 4cf8412ec91269e33115f06f8172eb7243487862 Mon Sep 17 00:00:00 2001 From: uroma Date: Wed, 28 Jan 2026 08:44:55 +0000 Subject: [PATCH] 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 --- commands/dexto-code.md | 14 ++++++++++++-- commands/dexto-database.md | 13 +++++++++++-- commands/dexto-github.md | 13 +++++++++++-- commands/dexto-pdf.md | 13 +++++++++++-- commands/prometheus-bug.md | 5 +++-- commands/prometheus-feature.md | 5 +++-- 6 files changed, 51 insertions(+), 12 deletions(-) diff --git a/commands/dexto-code.md b/commands/dexto-code.md index 0a82739c..44dc299b 100644 --- a/commands/dexto-code.md +++ b/commands/dexto-code.md @@ -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:** {{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 diff --git a/commands/dexto-database.md b/commands/dexto-database.md index 4a29ed41..03b78df1 100644 --- a/commands/dexto-database.md +++ b/commands/dexto-database.md @@ -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:** {{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 diff --git a/commands/dexto-github.md b/commands/dexto-github.md index e3df9dd3..0529f9ee 100644 --- a/commands/dexto-github.md +++ b/commands/dexto-github.md @@ -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:** {{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 diff --git a/commands/dexto-pdf.md b/commands/dexto-pdf.md index d6343392..38e6eba5 100644 --- a/commands/dexto-pdf.md +++ b/commands/dexto-pdf.md @@ -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 diff --git a/commands/prometheus-bug.md b/commands/prometheus-bug.md index 799742e6..f8e08cf0 100644 --- a/commands/prometheus-bug.md +++ b/commands/prometheus-bug.md @@ -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:** {{USER_MESSAGE}} diff --git a/commands/prometheus-feature.md b/commands/prometheus-feature.md index 92b89d46..1b519d4d 100644 --- a/commands/prometheus-feature.md +++ b/commands/prometheus-feature.md @@ -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:** {{USER_MESSAGE}}