storage-management
Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.
Best use case
storage-management is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.
Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "storage-management" skill to help with this workflow task. Context: Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/storage-management/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How storage-management Compares
| Feature / Agent | storage-management | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage storage devices and resources in Proxmox. Monitor storage usage, allocate resources, and plan storage expansion for your virtualization infrastructure.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Storage Management Skill Manage and optimize storage in your Proxmox environment. ## What this skill does This skill enables you to: - List all storage devices in the cluster - Get storage device details and capacity - Monitor storage usage and utilization - Track storage allocation per VM/container - Analyze storage performance - Plan storage expansion - Manage storage pools - Monitor storage health - Identify storage bottlenecks - Generate storage reports ## When to use this skill Use this skill when you need to: - Check available storage capacity - Monitor storage utilization - Plan storage expansion - Analyze storage performance - Troubleshoot storage issues - Allocate storage to VMs/containers - Monitor storage device health - Generate capacity planning reports - Optimize storage allocation ## Available Tools - `get_storage` - Get all storage devices in the cluster - `get_node_storage` - Get storage devices for a specific node ## Typical Workflows ### Storage Capacity Planning 1. Use `get_storage` to view all storage devices 2. Use `get_node_storage` for node-specific analysis 3. Analyze current usage and growth trends 4. Plan storage expansion or upgrades 5. Generate capacity report ### Storage Monitoring 1. Use `get_storage` to view overall utilization 2. Use `get_node_storage` for detailed per-node analysis 3. Monitor critical thresholds 4. Track usage trends over time 5. Alert on capacity issues ### Storage Optimization 1. Use `get_storage` to identify underutilized storage 2. Use `get_node_storage` to analyze node-level usage 3. Rebalance storage allocation 4. Archive or consolidate data 5. Optimize storage pool configuration ### Storage Troubleshooting 1. Use `get_storage` to verify device availability 2. Use `get_node_storage` to diagnose node-specific issues 3. Check for I/O errors or performance degradation 4. Verify RAID status and redundancy 5. Analyze performance metrics ## Example Questions - "Show me all storage devices and their capacity" - "What's the storage usage per node?" - "Which storage devices are near capacity?" - "How much free space do we have across all storage?" - "Get storage capacity and planning report" - "Are there any storage performance issues?" - "Show storage allocation across the cluster" ## Response Format When using this skill, I provide: - Storage device listings with capacity/usage - Per-node storage analysis - Utilization percentages and trends - Available capacity summary - Bottleneck identification - Expansion recommendations ## Best Practices - Monitor storage capacity regularly - Maintain 20-30% free space for performance - Plan storage expansion proactively - Implement redundancy for critical storage - Monitor RAID health and status - Use appropriate storage tiers for workload types - Implement data archival policies - Monitor I/O performance and latency - Document storage configuration - Test disaster recovery procedures - Plan for future growth - Use snapshots for backup and recovery
Related Skills
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
server-management
Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
secrets-management
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
react-state-management
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
istio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
dependency-management-deps-audit
You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.
context-window-management
Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.
context-management-context-save
Use when working with context management context save
context-management-context-restore
Use when working with context management context restore
azure-storage-queue-ts
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout".
azure-storage-queue-py
Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue".