Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.
find ~/llama-farm/ -name "*.skill"
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
Shared TypeScript best practices for Designer and Electron subsystems.
Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or...
Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.
Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device...
Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice...
React 18 patterns for LlamaFarm Designer. Covers components, hooks, TanStack Query, and testing.
RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings,...
Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
Generate specialized skills for each subsystem in the monorepo. Creates shared language skills and...
Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use `/fix-ci`...
Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.
Designer subsystem patterns for LlamaFarm. Covers React 18, TanStack Query, TailwindCSS, and Radix UI.
Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and...
Best practices for the Common utilities package in LlamaFarm. Covers HuggingFace Hub integration, GGUF model...
Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use...
Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality...