Skip to main content
Source

This page is generated from devops-agent/eks-cost-intelligence/references/porting-notes.md. Edit the source, not this page.

Porting Notes — eks-cost-intelligence

This file documents the differences between the Claude Code version and the DevOps Agent port. It is for maintainers, not for the agent to read during execution.

Differences from Claude Code Version

AspectClaude Code (skills/eks-cost-intelligence/)DevOps Agent (this skill)
Execution modelInteractive — asks user to confirm cluster, waits for responsesFully autonomous — hard-stop decision tables, no interactive prompts
Tool accessaws CLI, kubectl, optional MCP serverAWS APIs and Kubernetes APIs available in Agent Space
Report generationMarkdown + optional HTML via tools/report_to_html.pyMarkdown only, generated directly
MCP configurationLocal .mcp.json with eks-mcp-server skill for setupConfigured at Agent Space level (no setup instructions needed)
Reference file pathsskills/eks-cost-intelligence/references/references/ (relative to skill root)
Script dependenciesPython script for HTML conversionNone — no scripts permitted
Cluster selectionShows list, asks user to chooseAuto-selects single cluster; HARD STOP on ambiguity