feat: Complete sync of all Claude Code CLI upgrades
- Add all 21 commands (clawd, ralph, prometheus*, dexto*) - Add all hooks (intelligent-router, clawd-*, prometheus-wrapper, unified-integration-v2) - Add skills (ralph, prometheus master) - Add MCP servers (registry.json, manager.sh) - Add plugins directory with marketplaces - Add health-check.sh and aliases.sh scripts - Complete repository synchronization with local ~/.claude/ Total changes: 100+ new files added All integrations now fully backed up in repository 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
39
skills/prometheus/skill.json
Normal file
39
skills/prometheus/skill.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "prometheus",
|
||||
"description": "Prometheus multi-agent code analysis system - Automated issue resolution, feature implementation, and intelligent code context retrieval using knowledge graphs",
|
||||
"version": "1.0.0",
|
||||
"author": "EuniAI",
|
||||
"homepage": "https://github.com/EuniAI/Prometheus",
|
||||
"repository": "https://github.com/EuniAI/Prometheus",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"multi-agent",
|
||||
"code-analysis",
|
||||
"bug-fixing",
|
||||
"feature-implementation",
|
||||
"knowledge-graph",
|
||||
"langgraph",
|
||||
"neo4j"
|
||||
],
|
||||
"capabilities": [
|
||||
"issue-classification",
|
||||
"bug-reproduction",
|
||||
"patch-generation",
|
||||
"context-retrieval",
|
||||
"feature-planning",
|
||||
"test-validation"
|
||||
],
|
||||
"triggers": [
|
||||
"analyze issue",
|
||||
"fix bug",
|
||||
"implement feature",
|
||||
"code context",
|
||||
"prometheus"
|
||||
],
|
||||
"integrations": {
|
||||
"neo4j": "Knowledge graph storage",
|
||||
"docker": "Containerized testing",
|
||||
"langgraph": "Agent orchestration",
|
||||
"ast": "Code parsing"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user