config-skills
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 |
Links to Shared Skills
More from llama-farm/llamafarm
code-review
Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/backend) from file paths.
1.2Kcommit-push-pr
Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.
81typescript-skills
Shared TypeScript best practices for Designer and Electron subsystems.
73electron-skills
Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.
70python-skills
Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.
54react-skills
React 18 patterns for LlamaFarm Designer. Covers components, hooks, TanStack Query, and testing.
51