·python-skills
</>

python-skills

llama-farm/llamafarm

Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.

24Installs·2Trend·@llama-farm

Installation

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

SKILL.md

Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo.

| Component | Path | Python | Key Dependencies |

| Server | server/ | 3.12+ | FastAPI, Celery, Pydantic, structlog | | RAG | rag/ | 3.11+ | LlamaIndex, ChromaDB, Celery | | Universal Runtime | runtimes/universal/ | 3.11+ | PyTorch, transformers, FastAPI | | Config | config/ | 3.11+ | Pydantic, JSONSchema | | Common | common/ | 3.10+ | HuggingFace Hub |

Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security. 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 python-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is python-skills?

Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security. Source: llama-farm/llamafarm.

How do I install python-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 python-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