# Prometheus Deep Integration Complete ## Integrated Components ### 6 Agent Commands - `/prometheus-classify` - Issue classification - `/prometheus-bug` - Bug analysis and reproduction - `/prometheus-feature` - Feature planning - `/prometheus-context` - Intelligent context retrieval - `/prometheus-edit` - Code edit generation - `/prometheus-test` - Containerized testing ### 4 Tool Skills - **File Operations** - AST-based code operations - **Graph Traversal** - Knowledge graph navigation - **Container** - Docker execution - **Web Search** - Documentation lookup ### 1 Master Skill - `prometheus-master` - Automatic orchestration ## Usage ```bash # Quick commands /prometheus-classify "User gets error after login" /prometheus-bug "Fix authentication timeout" /prometheus-feature "Add OAuth2 support" /prometheus-context "How does payment work?" /prometheus-edit "Refactor User class" /prometheus-test "Run test suite" # Master skill (automatic selection) "Use prometheus to fix the login bug" "Analyze this with prometheus" ``` ## Installation To activate full Prometheus: ```bash bash ~/.claude/prometheus/install.sh ``` ## Files Created - Commands: ~/.claude/commands/prometheus-*.md (6 files) - Tools: ~/.claude/skills/prometheus-tools/*.md (4 files) - Master: ~/.claude/skills/prometheus-master.md - Wrapper: ~/.claude/hooks/prometheus-wrapper.sh (updated)