skippy-model-package

Inspect GGUF model packages and plan layer ranges for staged deployment workflows.

3.1k|376|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Mesh-LLM/mesh-llm --skill skippy-model-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skippy-model-package
Source: https://github.com/Mesh-LLM/mesh-llm/tree/main/.agents/skills/skippy-model-package
Command: npx skills add https://github.com/Mesh-LLM/mesh-llm --skill skippy-model-package

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams inspect GGUF model packages, plan layer ranges, and generate or validate packaging artifacts for stage-based deployment.

Core Features & Use Cases

  • Inspect GGUF models and verify package metadata.
  • Plan layer ranges and packaging artifacts for stage-based deployment.
  • Generate and validate GGUF package artifacts, including fake packages for direct GGUFs.
  • Integrate with mesh cache policies and stage materialization workflows.

Quick Start

Run the skippy-model-package preflight <package-dir> to generate and validate a staged package plan.

Frequently Asked Questions about skippy-model-package

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

FAQPage Schema
How do I inspect and verify GGUF model package metadata before deployment?

To inspect GGUF model package metadata, use the skippy-model-package preflight command to read package manifests and validate packaging artifacts across local and distributed environments.

How do I plan layer ranges for a stage-based GGUF deployment?

Plan layer ranges for stage-based GGUF deployment by computing layer mappings and generating a staged package plan that validates packaging artifacts against your target deployment stages.

Can I generate fake GGUF packages for testing direct GGUFs?

Yes, you can generate fake GGUF packages for direct GGUFs to validate packaging artifacts and test stage materialization workflows without requiring a full production model package.

Does GGUF model packaging support mesh cache policy validation?

GGUF model packaging supports mesh cache policy validation by integrating with mesh storage and stage materialization workflows to verify cache policies across local and distributed environments.

What is the best way to validate stage materialization for GGUF artifacts?

The best way to validate stage materialization for GGUF artifacts is running a preflight package check to compute layer mappings, verify manifests, and generate staged deployment plans.