glassity
01Plugin Claude Code
Glassity's Claude Code plugins for AWS cost and FinOps work.
Plugin Claude Code
Glassity's Claude Code plugins for AWS cost and FinOps work.
Plugin Claude Code
Ask your agent what you spent on AWS last month, which savings opportunities are worth the engineering time, and whether your reservations cover your fleet. Skills and workflow commands over the glassity CLI, with every write gated by a confirmation you read first.
Agent
Deep-triage subagent for FinOps opportunities. Use only when the user explicitly asks for "deep triage", "investigate my top opportunities", or "walk through each opportunity and propose next steps". Invokes the glassity CLI to list, read, and optionally advance opportunities through the two-phase confirmation flow.…
Agent
Advisory subagent that walks one opportunity through the five-step FinOps lifecycle (Discovery, Opportunity Assessment, Stakeholder & Planning Alignment, Execution, Feedback Loop & Celebration). Use only when the user explicitly asks for "five steps", "scrum master", "walk me through this opportunity", "FinOps…
Command
Step 3 (Stakeholder & Planning Alignment) — turn a scored opportunity into owned, executable work. Two sub-phases: the opportunity-level one approves the org plan and seeds assignments; the assignment-level one names a single accountable owner, builds a persona-tailored plan with a timed rollback, and advances to…
Command
Step 2 (Opportunity Assessment) — score discovered opportunities on value, effort, and risk, compute Net Optimization Value, and apply the NOV gate. Rejects negative-NOV Fool's Gold. Read-only; recommends /finops-align for what passes.
Command
Step 1 (Discovery) — collect and classify cloud-optimization ideas into Rate / Usage / Architectural / Governance, stamp each with a discovery date, and emit a typed-idea table. Read-only; applies the typed-idea gate and recommends /finops-assess for the discovered set.
Command
Step 4 (Execution) — convert a Definition-of-Ready plan into a deployed, verified change at an automation level the user picks per opportunity (L1 Manual, L2 Guided, L3 CI/CD, L4 Autonomous). Applies the verification gate: deployed, verified, rollback proven. Mutates.
Command
Step 5 (Feedback Loop & Celebration) — measure realized against projected savings, compute a labelled Cloud Entropy proxy, close the opportunity, and emit at least one new idea or policy update so the loop actually closes. Applies the double-loop gate. Mutates on the closure path.
Command
Orientation — say where an opportunity or assignment sits in the five-step FinOps lifecycle and what unlocks next. Useful when a record has no active stage: an opportunity while its assignments do the work, an assignment whose plan has not been approved yet, or a rejected or archived assignment. Read-only; mutates…
Skill Claude CodeCodex
Break down AWS cost by subaccount for the active Glassity tenant. Read-only. Use when the user asks "cost by account", "which accounts are spending the most", "subaccount cost report".
Skill Claude CodeCodex
EC2 usage breakdown (hours, instance type, region) for the active Glassity tenant. Read-only. Use when the user asks "EC2 usage report", "what EC2 instances are running", "breakdown of my EC2 spend".
Skill Claude CodeCodex
Month-over-month cost trends for the active Glassity tenant. Read-only. Use when the user asks "is my cost trending up", "MoM cost change", "month-over-month trend for my AWS spend".
Skill Claude CodeCodex
RDS usage breakdown (instance class, engine, region) for the active Glassity tenant. Read-only. Use when the user asks "RDS usage", "what databases are we running", "breakdown of my RDS spend".
Skill Claude CodeCodex
Show a cost summary for the active Glassity tenant over a date window. Read-only. Use when the user asks "what did we spend last month", "summarise my AWS cost", "cost totals for this quarter".
Skill Claude CodeCodex
Sign in to Glassity, check which tenant is active, or sign out. Run this before any other Glassity skill. glassity auth login is the normal path (browser sign-in, credential lands in the OS keychain); a Personal Access Token is the headless and CI path. Use when the user says "log in to Glassity", "who am I on…
Skill Claude CodeCodex
Shared vocabulary for the five-step FinOps workflow — the four idea types, the five lifecycle stages, the gate each step must clear, the Net Optimization Value and Definition-of-Ready formulas, and the L1-L4 automation dial. Every /finops- command reads its definitions here so the five stay consistent. Reference…
Skill Claude CodeCodex
Accept the refined plan for a Glassity assignment and advance it from alignment to execution. MUTATION — two-phase confirmation. Use when the user says "accept the plan", "I'm ready to execute", "advance to execution", "the plan looks good". Registers the plan file as an artifact, then transitions the assignment.
Skill Claude CodeCodex
Approve the organization-wide execution plan for a Glassity opportunity and seed its per-service assignments. MUTATION — two-phase confirmation. Use at the first alignment sub-phase, once the FinOps leader has written the plan at plans/ - -plan.md and is ready to distribute per-service briefs. Approval pins the newest…
Skill Claude CodeCodex
Register the closure report and move a Glassity opportunity to completed. MUTATION — two-phase confirmation. Use when the FinOps leader has finished closure/report-and-lessons-learned.md and says "mark closure done", "wrap up the opportunity", "close it out". Operates on the opportunity, not an assignment. The server…
Skill Claude CodeCodex
Close out a Glassity assignment by reporting the merged pull request. MUTATION — two-phase confirmation. Use when the user says "mark PR merged", "the PR is in", "we shipped it", or pastes a merged PR URL. The server verifies the pull request is actually merged and targets the expected repository before accepting the…
Skill Claude CodeCodex
Reject the per-service brief for a Glassity assignment and move it to rejected. MUTATION — two-phase confirmation. Use when the user says "reject the plan", "this brief is wrong", "skip this assignment", or decides the synthesized brief should not be executed. Records the rationale so the FinOps leader can see why…
Skill Claude CodeCodex
List FinOps opportunities in the active Glassity tenant, filtered by lifecycle stage and minimum potential monthly savings. Returns each opportunity's id, state, title, potential savings, and resource count. Read-only — no mutation. Use for "show my opportunities", "what opportunities are in execution", "anything over…
Skill Claude CodeCodex
Show detail for a single Glassity opportunity by prefix id — title, description, state, lifecycle stage, potential monthly savings, discovered-resource count, and the assignments fanned out from it. Read-only. Use when the user asks "tell me about opportunityX", "what is opportunity X", "why is this opportunity…