Common Skills for LlamaFarm Best practices and code review checklists for the package - shared Python utilities used across all LlamaFarm services. Component Overview | Attribute | Value | |-----------|-------| | Path | | | Package | | | Python | 3.10+ | | Key Dependencies | huggingface hub, hf-transfer | Purpose The package provides shared functionality that needs to be consistent across multiple Python services: - Model file utilities (GGUF selection, quantization parsing) - HuggingFace Hub integration (listing, downloading) - Process management (PID files) Shared Python Skills This skill i…