config-skills
Installation
SKILL.md
Config Skills for LlamaFarm
Specialized patterns and best practices for the LlamaFarm configuration module (config/).
Module Overview
The config module provides YAML/TOML/JSON configuration loading with JSONSchema validation:
| File | Purpose |
|---|---|
datamodel.py |
Generated Pydantic v2 models from JSONSchema |
schema.yaml |
Source JSONSchema with $ref references |
compile_schema.py |
Dereferences $ref to create schema.deref.yaml |
generate_types.py |
Generates Python types via datamodel-codegen |
validators.py |
Custom validators beyond JSONSchema capabilities |
helpers/loader.py |
Config loading, saving, and format detection |
helpers/generator.py |
Template-based config generation |