Use at the start of any CloudZero cost analysis session to load organization-specific context — custom dimensions, team structures, cost allocation policies, and workflows
50
55%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/cost-analyst/skills/understand-cloudzero-organization/SKILL.mdThis foundational skill retrieves organization-specific context from CloudZero that is essential for accurate cost analysis. It should be invoked once at the beginning of any cost analysis session to understand the organization's unique dimensions, workflows, and business context.
Note: Once organization context is retrieved in a conversation, other skills should reference the cached information rather than re-reading it.
Organization context from get_org_context includes:
Before calling the MCP tool, check the conversation history:
get_org_context been called already in this conversation?Call the CloudZero MCP server tool:
get_org_context()This returns comprehensive organization-specific information.
Review the returned context to understand:
Store key insights from organization context for reference by subsequent skills:
After retrieving organization context, provide a concise summary:
Organization Name: [If available] Primary Focus: [Optimization / Allocation / FinOps / etc.]
Based on organization context:
All other cost analysis skills should follow this pattern:
## Prerequisites
Before using this skill, ensure organization context has been retrieved via the
[Understand CloudZero Organization](../understand-cloudzero-organization/SKILL.md) skill.
If not already done in this conversation:
1. Use the understand-cloudzero-organization skill first
2. Then proceed with this skill's analysis
If organization context was already retrieved, reference that information.Avoid redundant calls: Once get_org_context is called in a conversation,
DO NOT call it again. Other skills should reference the previously retrieved context
rather than making duplicate API calls.
User request: "Analyze my cloud costs"
Assistant response:
I'll start by understanding your CloudZero organization context, then analyze your costs.
[Calls get_org_context]
I can see your organization uses custom dimensions for Teams and Products.
You have 8 engineering teams and 3 main products. Your cost allocation
policy requires Environment and Team tags on all resources.
Now let me analyze your top cost drivers using these dimensions...
[Proceeds with cost analysis using appropriate dimensions]Re-invoke this skill if:
760a9c7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.