Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/cost-analyst/skills/cost-projection/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: cost-projection
description: "Project the monthly cost of an infrastructure definition (Terraform, CDK, CloudFormation, SAM) using CloudZero spend data. Reads IaC files, enumerates resources, and produces a line-item cost breakdown."
author: CloudZero <support@cloudzero.com>
version: 0.1.0
version: 1.0.0
license: Apache-2.0
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: diff-cost-projection
description: "Analyze code diffs for infrastructure cost impact using CloudZero spend data. Detects Terraform, CDK, CloudFormation, SAM, K8s, scaling, and application code changes that affect cloud spending."
author: CloudZero <support@cloudzero.com>
version: 0.1.0
version: 1.0.0
license: Apache-2.0
---

Expand Down
10 changes: 5 additions & 5 deletions plugins/cost-analyst/skills/optimize-triage/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: optimize-triage
description: >
Fetch top unaddressed CloudZero Optimize recommendations, dispatch parallel research
agents per item, apply SRE critique, and surface actionable findings with confidence
verdicts and per-resource report files. Read-only research only.
allowed-tools: Bash, Read, Glob, Grep, WebFetch, Task
description: "Fetch top unaddressed CloudZero Optimize recommendations, dispatch parallel research agents per item, apply SRE critique, and surface actionable findings with confidence verdicts and per-resource report files. Read-only research only."
author: CloudZero <support@cloudzero.com>
version: 1.0.0
license: Apache-2.0
allowed-tools: Bash, Read, Glob, Grep, WebFetch, Agent
---

# optimize-triage
Expand Down