From vanguard-frontier-agentic
Generates OpenCost-compatible cost allocation tables for Kubernetes namespaces, pods, and workloads from user-supplied cluster topology and live cloud pricing. No cluster credentials required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:kubernetes-allocation-reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate an OpenCost-compatible cost allocation breakdown for Kubernetes workloads using cluster shape data supplied by the caller and live public cloud pricing. The output attributes cost by namespace, workload, and labeled team, following OpenCost allocation semantics and mapping to FOCUS v1.2 billing columns.
Generate an OpenCost-compatible cost allocation breakdown for Kubernetes workloads using cluster shape data supplied by the caller and live public cloud pricing. The output attributes cost by namespace, workload, and labeled team, following OpenCost allocation semantics and mapping to FOCUS v1.2 billing columns.
No cluster credentials are accepted. All pricing is fetched from public pricing APIs.
Use this skill when:
live-price with source URL and ISO 8601 timestamp.live-price — price fetched from a public API within this session (include URL and timestamp)documentation-based — price sourced from official documentation when live fetch failed (include URL)assumed — price derived from analogous SKU or default ratio (state the assumption)excluded — costs intentionally omitted from the allocation (e.g., data transfer, licensing); explain whyThe caller must supply:
m6i.4xlarge), region, and count per node pool.team or cost-center label key, used to group allocation by team.If any required input is missing, ask one clarifying question per gap. Do not fabricate cluster data.
Return a structured allocation table with these columns:
| Column | Description | FOCUS mapping |
|---|---|---|
| Namespace | Kubernetes namespace | ResourceName (namespace scope) |
| Workload | Deployment / StatefulSet / DaemonSet / Job name | ResourceName (workload scope) |
| Team | Value of team or cost-center label | Tags/team |
| CPU request (m) | Millicores requested | N/A |
| Memory request (MiB) | MiB requested | N/A |
| CPU cost ($/period) | Cost attributed to CPU requests | BilledCost (CPU share) |
| Memory cost ($/period) | Cost attributed to memory requests | BilledCost (memory share) |
| Total allocated cost ($/period) | Sum of CPU and memory allocated cost | BilledCost |
| Provenance | Label for the price source | N/A |
Followed by:
unallocated.ServiceCategory = Containers, ChargeCategory = Usage, ServiceName = Kubernetes (user-supplied cluster name or "unnamed"), ProviderName = cloud provider of the node SKUs.Load these only when needed:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticReviews Kubecost/OpenCost deployments for enterprise chargeback readiness: cost allocation accuracy, label taxonomy completeness, idle cost attribution, API security, and savings recommendation hygiene.
Implement cloud cost optimization for Kubernetes using Kubecost, HPA/VPA autoscaling, spot instances, and resource quotas. Use for rising costs, misaligned requests, or showback reporting.
Analyzes Azure cloud costs on FinOps hubs using KQL queries in Azure Data Explorer. Handles trends, anomalies, recommendations, deployments, and operations via structured agent framework.