cloudzero
01Cloudzero/cloudzero-claude-marketplace
Plugin Claude Code
Plugin marketplace listing 2 plugins: cost-analyst, model-right-sizer.
Cloudzero/cloudzero-claude-marketplace
Plugin Claude Code
Plugin marketplace listing 2 plugins: cost-analyst, model-right-sizer.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Cut a release of this repository (the CloudZero plugin marketplace itself — not a customer-facing plugin). Promotes every touched plugin's own Unreleased changelog section to a dated entry, synthesizes those changes into a new SemVer section at the top of the root CHANGELOG.md, bumps .claude-plugin/marketplace.json's…
Cloudzero/cloudzero-claude-marketplace
Instructions file
Claude Code instructions for Cloudzero/cloudzero-claude-marketplace, covering claude.md, pull requests and validation.
Cloudzero/cloudzero-claude-marketplace
Plugin Claude Code
Comprehensive CloudZero cost analysis plugin providing AI-powered skills for investigating cost spikes, analyzing trends, comparing spending, optimizing services, optimization triage, projecting infrastructure costs from code diffs and IaC definitions, and tracking cloud infrastructure costs using CloudZero's MCP…
Cloudzero/cloudzero-claude-marketplace
MCP server Claude CodeCodexCursor +2
MCP server "cloudzero", hosted remotely at czca-server.discovery.cloudzero.com, as configured in Cloudzero/cloudzero-claude-marketplace.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when proactively scanning for cost anomalies, unusual spending, unexpected charges, or irregular patterns — during weekly reviews, after incidents, or when something looks off.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when comparing costs between time periods, environments, accounts, regions, or teams to understand spending differences and identify inefficiencies.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
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.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when a cost spike or unexpected increase has already been identified and you need to find which service, account, or resource is responsible.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when analyzing whether costs are growing, declining, or stable over time — for forecasting, budget planning, or understanding spending velocity.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when analyzing costs by organization-specific dimensions like teams, products, business units, or applications for showback, chargeback, or business-aligned cost reporting.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
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.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
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.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when you need a detailed breakdown of a specific cloud service's costs — EC2, RDS, S3, Lambda, etc. — to understand usage patterns and find optimization opportunities.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when evaluating how well cloud resources are tagged for cost allocation — to find untagged costs, improve showback accuracy, or prepare for chargeback reporting.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use when identifying where cloud spend is concentrated — which services, accounts, teams, or regions are driving the most cost — to prioritize optimization efforts.
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Use at the start of any CloudZero cost analysis session to load organization-specific context — custom dimensions, team structures, cost allocation policies, and workflows.
Cloudzero/cloudzero-claude-marketplace
Plugin Claude Code
Model-selection economist agent for Claude Code: decides which Claude model (and effort/token budget) each task in a flow should run on by weighing effectiveness need against efficiency pressure and difficulty, bookended around a build as a right-sizing blueprint and a closing usage report. Ships with companion skills.
Cloudzero/cloudzero-claude-marketplace
Agent
Model-selection economist — decides which Claude model each task in a flow should run on, independent of load, by weighing EFFECTIVENESS (capability the outcome needs) against EFFICIENCY (cost, latency, volume) and recommending the SMALLEST model that clears the bar. Grounds every call in live model IDs + per-token…
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
One-shot, PER-CALL-SITE audit of a repo's EXISTING LLM calls — every place code invokes a model (an SDK/API call, a sub-agent dispatch, an agent frontmatter definition), decomposed by INTENT into the distinct jobs it does, never a grep hit on a model name and never one candidate per file. A skill pinned by one static…
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Preview the model-routing MAP for an intent without building anything. You give it a free-text INTENT — "build a CLI that…", "add a feature that…", "refactor X into Y" — and it invokes the model-right-sizer agent in BLUEPRINT-ONLY mode: decompose the work, score each piece, and emit a single schema-conformant JSON…
Cloudzero/cloudzero-claude-marketplace
Skill Claude CodeCodex
Stamp a model-right-sizer mandate onto the CURRENT repo's agent-instructions file — CLAUDE.md, AGENTS.md, or both, whichever the repo has. Idempotent and append-only: an existing file is never overwritten, only the marker-delimited mandate block is inserted or refreshed. The mandate's "before" hook runs…