From vamfi-software-consultancy
This skill should be used when the user asks to "optimise costs", "reduce cloud spend", "improve performance", "fix slow queries", "analyse FinOps", "reduce latency", "optimise infrastructure", "right-size resources", or needs to improve the efficiency of a running system.
npx claudepluginhub vamfi/vamfi-plugins --plugin vamfi-software-consultancyThis skill uses the workspace's default tool permissions.
Systematically identify and resolve cost inefficiencies and performance bottlenecks in running systems. Apply FinOps principles and performance engineering practices to deliver measurable improvements.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Systematically identify and resolve cost inefficiencies and performance bottlenecks in running systems. Apply FinOps principles and performance engineering practices to deliver measurable improvements.
Optimisation without measurement is guessing. This skill starts with data collection, identifies the most impactful opportunities, and produces a prioritised improvement plan with expected outcomes.
Identify the cost breakdown by:
| Opportunity | Typical Saving | Effort | Risk |
|---|---|---|---|
| Right-size over-provisioned compute | 30-50% compute cost | Low | Low |
| Reserved instances / Savings Plans (1-year) | 30-40% vs on-demand | Low | Low |
| Delete unused resources (orphaned volumes, snapshots, LBs) | Variable | Low | Low |
| Reduce non-prod environments operating hours | 60-70% non-prod compute | Low | Low |
| Move infrequent-access data to cheaper storage tiers | 50-80% storage cost | Medium | Low |
| Cache frequently read data (reduce DB reads) | 20-40% DB cost | Medium | Medium |
| Optimise network egress (CDN, compression) | Variable | Medium | Low |
# Cost Optimisation Report: [Service/System]
Analysis Period: [YYYY-MM to YYYY-MM]
Current Monthly Cost: [£/$]
## Top 5 Opportunities
| Opportunity | Current Cost | Estimated Saving | Effort | Recommended Action |
|---|---|---|---|---|
| [item] | [£/$] | [£/$ or %] | S/M/L | [specific action] |
## Quick Wins (implement this sprint)
[List of low-effort, low-risk actions with expected savings]
## Medium-Term Actions (next quarter)
[Actions requiring more planning]
Use the performance data available:
For slow database queries:
# Performance Improvement Plan
Baseline: [p95 latency: Xms, throughput: Y rps, error rate: Z%]
Target: [p95 latency: Xms, throughput: Y rps]
## Prioritised Improvements
| # | Improvement | Expected Gain | Effort | Owner |
|---|---|---|---|---|
| 1 | [improvement] | [X% latency reduction] | S/M/L | [role] |
references/finops-framework.md — FinOps principles and cloud-specific optimisationreferences/performance-profiling.md — Profiling techniques per tech stack