·config-skills
</>

config-skills

llama-farm/llamafarm

Konfigurationsmodulmuster für LlamaFarm. Behandelt Pydantic v2-Modelle, JSONSchema-Generierung, YAML-Verarbeitung und Validierung.

16Installationen·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 |

Konfigurationsmodulmuster für LlamaFarm. Behandelt Pydantic v2-Modelle, JSONSchema-Generierung, YAML-Verarbeitung und Validierung. Quelle: llama-farm/llamafarm.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/llama-farm/llamafarm --skill config-skills
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist config-skills?

Konfigurationsmodulmuster für LlamaFarm. Behandelt Pydantic v2-Modelle, JSONSchema-Generierung, YAML-Verarbeitung und Validierung. Quelle: llama-farm/llamafarm.

Wie installiere ich config-skills?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/llama-farm/llamafarm --skill config-skills Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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