infra-storage

Inventory AICP storage surfaces and measure disk usage with du.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill infra-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-storage
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/infra-storage
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill infra-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infra-storage helps manage AICP's storage surfaces, including models, config, runtime state, and KB collections, addressing disk usage, data organization, and backup needs.

Core Features & Use Cases

  • Inventory storage surfaces and assess disk usage across models, config, runtime state, KB collections, and caches.
  • Move model GGUFs to a different disk, implement symlinks or update docker-compose mounts for storage reassignment.
  • Backup and migrate LocalAI KB Collections and per-project state; ensure safe transfer and restoreability.
  • Use for storage upgrades and audits; avoid using for the DLQ runtime ops, prompt caches, or config migrations.

Quick Start

Run a storage inventory to surface disk usage across models, config, and runtime state.

Frequently Asked Questions about infra-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check disk usage across model files and runtime state directories?

You can backup and migrate LocalAI KB collections and per-project state by relocating the files and ensuring safe transfer and restoreability. This preserves data integrity during storage upgrades and host directory migrations.

Can I move model GGUFs to a different disk without breaking docker-compose mounts?

You can move model GGUFs to a different disk by implementing symlinks or updating docker-compose mounts for storage reassignment. This ensures the containerized runtime correctly resolves the new file paths without losing access to the models.

What is the best way to archive AICP storage surfaces during a storage audit?

The best way to archive AICP storage surfaces during a storage audit is to inventory models, config, and runtime state, then propose safe relocation or archiving strategies. This keeps storage healthy and organized without data loss.

When should I not use storage migration for DLQ runtime ops or prompt caches?

You should not use storage migration for DLQ runtime ops, prompt caches, or config migrations. The tool is designed specifically for disk usage assessment, file relocation, and backing up models, runtime state, and KB collections.