·config-skills
</>

config-skills

llama-farm/llamafarm

Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation.

16Installs·2Trend·@llama-farm

Installation

$npx skills add https://github.com/llama-farm/llamafarm --skill config-skills

SKILL.md

Specialized patterns and best practices for the LlamaFarm configuration module (config/).

The config module provides YAML/TOML/JSON configuration loading with JSONSchema validation:

| datamodel.py | Generated Pydantic v2 models from JSONSchema | | schema.yaml | Source JSONSchema with $ref references | | compileschema.py | Dereferences $ref to create schema.deref.yaml | | generatetypes.py | Generates Python types via datamodel-codegen | | validators.py | Custom validators beyond JSONSchema capabilities |

Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation. Source: llama-farm/llamafarm.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/llama-farm/llamafarm --skill config-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is config-skills?

Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation. Source: llama-farm/llamafarm.

How do I install config-skills?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/llama-farm/llamafarm --skill config-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/llama-farm/llamafarm