analyzing-capacity-planning
Analyzes infrastructure capacity, forecasts growth, and suggests scaling strategies for compute and storage.
Install
mkdir -p .claude/skills/analyzing-capacity-planning && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4845" && unzip -o skill.zip -d .claude/skills/analyzing-capacity-planning && rm skill.zipInstalls to .claude/skills/analyzing-capacity-planning
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Execute this skill enables AI assistant to analyze capacity requirementsKey capabilities
- →Analyze current CPU, memory, database storage, network bandwidth, and request rate utilization.
- →Forecast future growth trends for capacity metrics.
- →Generate scaling recommendations including vertical and horizontal options.
- →Estimate costs associated with capacity expansion.
- →Identify potential bottlenecks in infrastructure.
How it works
The skill analyzes current resource utilization, forecasts future growth based on historical data, and generates scaling recommendations with cost estimates.
Inputs & outputs
When to use analyzing-capacity-planning
- →Assessing current infrastructure utilization
- →Forecasting future resource bottlenecks
- →Planning infrastructure scaling
- →Estimating capacity expansion costs
About this skill
Capacity Planning Analyzer
Analyze current resource utilization, forecast growth trends, and generate scaling recommendations with cost estimates for CPU, memory, storage, and network capacity.
Overview
This skill empowers Claude to analyze current resource utilization, predict future capacity needs, and provide actionable recommendations for scaling infrastructure. It generates insights into growth trends, identifies potential bottlenecks, and estimates costs associated with capacity expansion.
How It Works
- Analyze Utilization: The plugin analyzes current CPU, memory, database storage, network bandwidth, and request rate utilization.
- Forecast Growth: Based on historical data, the plugin forecasts future growth trends for key capacity metrics.
- Generate Recommendations: The plugin recommends scaling strategies, including vertical and horizontal scaling options, and estimates associated costs.
When to Use This Skill
This skill activates when you need to:
- Analyze current infrastructure capacity and identify potential bottlenecks.
- Forecast future resource requirements based on projected growth.
- Develop a capacity roadmap to ensure optimal performance and availability.
Examples
Example 1: Planning for Database Growth
User request: "Analyze database capacity and plan for future growth."
The skill will:
- Analyze current database storage utilization and growth rate.
- Forecast future storage requirements based on historical trends.
- Recommend scaling options, such as adding storage or migrating to a larger instance.
Example 2: Identifying CPU Bottlenecks
User request: "Analyze CPU utilization and identify potential bottlenecks."
The skill will:
- Analyze CPU utilization trends across different servers and applications.
- Identify periods of high CPU usage and potential bottlenecks.
- Recommend scaling options, such as adding more CPU cores or optimizing application code.
Best Practices
- Data Accuracy: Ensure that the data used for analysis is accurate and up-to-date.
- Metric Selection: Choose the right capacity metrics to monitor based on your specific application requirements.
- Regular Monitoring: Regularly monitor capacity metrics to identify potential issues before they impact performance.
Integration
This skill can be integrated with other monitoring and alerting tools to provide proactive capacity management. It can also be used in conjunction with infrastructure-as-code tools to automate scaling operations.
Prerequisites
- Appropriate file access permissions
- Required dependencies installed
Instructions
- Invoke this skill when the trigger conditions are met
- Provide necessary context and parameters
- Review the generated output
- Apply modifications as needed
Output
The skill produces structured output relevant to the task.
Error Handling
- Invalid input: Prompts for correction
- Missing dependencies: Lists required components
- Permission errors: Suggests remediation steps
Resources
- Project documentation
- Related skills and commands
Prerequisites
Limitations
- →Accuracy depends on the accuracy and recency of input data.
- →Effectiveness relies on selecting appropriate capacity metrics.
How it compares
This skill provides specific recommendations and cost estimates for scaling infrastructure based on utilization and growth trends, unlike a manual review of resource metrics.
Compared to similar skills
analyzing-capacity-planning side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| analyzing-capacity-planning (this skill) | 1 | 27d | Review | Intermediate |
| multi-cloud-architecture | 3 | 5mo | No flags | Advanced |
| agent-topology-optimizer | 1 | 6mo | Review | Advanced |
| internal-gcp-organization-structure | 0 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by jeremylongshore
View all by jeremylongshore →You might also like
multi-cloud-architecture
wshobson
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.
agent-topology-optimizer
ruvnet
Agent skill for topology-optimizer - invoke with $agent-topology-optimizer
internal-gcp-organization-structure
pagopa
Use when the user needs Google Cloud control-plane or platform-structure guidance for org or folder layout, billing-account model, project segmentation, Shared VPC host and service project topology, environment segmentation, platform-level network structure, or other layout decisions that shape how
compound-v-parallel
shermanhuman
Analyzes task dependencies and groups independent steps into parallel batches. Use when executing multi-step plans or performing research across multiple sources.
landing-zone-deployment-design
hexmasternl
Turn the Azure landing zone specs into a Bicep-first deployment model, module graph, and GitHub Actions staging plan.
large-data-storage-planning
VCasecnikovs
Class-level workflow for minimizing burn on PB-scale storage while preserving reliability and processing throughput.