LlamaFarm — стандарты разработки общих утилит

engineering

common-skills is a Claude Code skill that defines development standards and code review checklists for the `llamafarm-common` package in the LlamaFarm project. The package delivers shared Python utilities consumed by all platform services: GGUF model handling (file selection, quantization parsing, downloading via HuggingFace Hub), integration with `huggingface_hub` and `hf-transfer`, and PID file management. The skill covers the public API of `llamafarm_common`, package structure (Python 3.10+, UV-managed dependencies), testing practices with mocked HuggingFace API calls, and security requirements such as token protection and safe path handling. It is intended for teams developing or reviewing LlamaFarm's shared infrastructure who need consistent patterns across services.