llamafarm
Build and run private AI apps entirely on your own hardware
All Skills in This Repository (19)
Pure Emerald Level Indicatorsrag-skills
Audit and optimize RAG pipelines with LlamaIndex, ChromaDB, and Celery best practices.
go-skills
Provides idiomatic Go patterns for CLI development with Cobra, Bubble Tea, and Lipgloss.
cli-skills
Design Go CLI applications with Cobra, Bubbletea, and Lipgloss patterns.
designer-skills
Provide design patterns and checklists for React UI with TailwindCSS, TanStack Query, and Radix UI.
typescript-skills
Enforce strict typing and readonly props in React and Electron TypeScript codebases.
code-review
Analyze code diffs for security vulnerabilities, anti-patterns, and quality issues.
reflect
Analyze user sessions and propose structured improvements to other skills.
server-skills
Enforce server-side pattern standardization for FastAPI, Celery, and Pydantic.
config-skills
Standardize and validate LlamaFarm configurations using Pydantic v2 and JSONSchema.
python-skills
Standardize Python development across LlamaFarm components with typing, testing, and security checks.
electron-skills
Consolidate Electron architecture patterns for secure desktop app development.
temp-files
Create and manage temporary files in the /tmp/claude/{sanitized-cwd} directory.
Frequently Asked Questions
FAQPage SchemaHow to install LlamaFarm?โผ
Run `npx skills add llama-farm/llamafarm --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with LlamaFarm?โผ
You can build RAG apps that query your PDFs and docs, train custom text classifiers, detect anomalies, extract data from documents with OCR, and run local chat models.
Does LlamaFarm work offline without cloud APIs?โผ
Yes. Everything runs on your own hardware with open-source models, so your data never leaves your device and there are no per-token API fees.
Do I need coding experience to use LlamaFarm?โผ
No. Download the desktop app for a no-command-line experience, or use the browser-based Designer to configure projects, upload datasets, and test chats visually.
Which AI agents and models does LlamaFarm support?โผ
It works with Claude Code and other SKILL.md-compatible agents, and supports Ollama, HuggingFace, GGUF, and any OpenAI-compatible endpoint as model backends.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core