🎯

python-skills

🎯Skill

from llama-farm/llamafarm

VibeIndex|
What it does
|

Shared Python best practices for the LlamaFarm monorepo, covering patterns, async programming, typing, testing, error handling, and security.

πŸ“¦

Same repository

llama-farm/llamafarm(18 items)

python-skills

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add llama-farm/llamafarm --skill python-skills
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add llama-farm/llamafarm --skill python-skills
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/python-skills/SKILL.md

SKILL.md

46Installs
830
-
Last UpdatedJan 26, 2026

More from this repository10

🎯
code-review🎯Skill

Comprehensive code review skill that analyzes diffs for security vulnerabilities, anti-patterns, and quality issues with automatic frontend/backend domain detection

🎯
electron-skills🎯Skill

Provides Electron 28 patterns for the LlamaFarm Desktop application, covering main/renderer processes, IPC communication, security, and packaging.

🎯
typescript-skills🎯Skill

Provides shared TypeScript best practices for LlamaFarm's Designer (React) and Electron subsystems, covering idiomatic patterns for TanStack Query, TailwindCSS, and Radix UI.

🎯
react-skills🎯Skill

Provides React 18 patterns for LlamaFarm Designer, covering components, hooks, TanStack Query v5, React Router v7, and testing.

🎯
go-skills🎯Skill

Shared Go best practices for the LlamaFarm CLI project, covering idiomatic Go patterns, error handling with context wrapping, concurrency with mutexes and channels, table-driven testing, and security guidelines for Go 1.24+ with Cobra and Bubbletea.

🎯
cli-skills🎯Skill

Provides CLI development best practices for LlamaFarm using Cobra, Bubbletea, and Lipgloss frameworks in Go.

🎯
rag-skills🎯Skill

RAG-specific best practices skill for LlamaFarm covering LlamaIndex, ChromaDB, and Celery workers, including ingestion, retrieval, embeddings, and performance patterns.

🎯
common-skills🎯Skill

Common utilities best practices skill for LlamaFarm covering HuggingFace Hub integration, GGUF model management, and shared Python utilities used across all LlamaFarm services.

🎯
server-skills🎯Skill

Provides server-specific best practices for FastAPI, Celery, and Pydantic development within the LlamaFarm project, extending Python skills with framework-specific patterns.

🎯
runtime-skills🎯Skill

Universal runtime best practices for PyTorch inference, Transformers models, and FastAPI serving, covering device management, model loading, and memory optimization.