@skills · Owner
Agent skills by llama-farm
22 skills indexed from github.com/llama-farm. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 835 stars
- cli-skills · Skill · 835 stars
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
- code-review · Skill · 835 stars
Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/b
- commit-push-pr · Skill · 835 stars
Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.
- common-skills · Skill · 835 stars
Best practices for the Common utilities package in LlamaFarm. Covers HuggingFace Hub integration, GGUF model management, and shared utilities.
- config-skills · Skill · 835 stars
Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation.
- designer-skills · Skill · 835 stars
Designer subsystem patterns for LlamaFarm. Covers React 18, TanStack Query, TailwindCSS, and Radix UI.
- electron-skills · Skill · 835 stars
Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.
- fix-ci · Skill · 835 stars
Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use `/fix-ci` for current branch or `/fix-ci <run-id>`
- generate-subsystem-skills · Skill · 835 stars
Generate specialized skills for each subsystem in the monorepo. Creates shared language skills and subsystem-specific checklists for high-quality AI code g
- go-skills · Skill · 835 stars
Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.
- llamafarm · Collection · 835 stars
- python-skills · Skill · 835 stars
Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.
- rag-skills · Skill · 835 stars
RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.
- react-skills · Skill · 835 stars
React 18 patterns for LlamaFarm Designer. Covers components, hooks, TanStack Query, and testing.
- reflect · Skill · 835 stars
Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice user corrections after skill usage, or at
- runtime-skills · Skill · 835 stars
Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device management, model loading, memory optimizat
- server-skills · Skill · 835 stars
Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.
- skills · Collection · 835 stars
- temp-files · Skill · 835 stars
Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the re
- typescript-skills · Skill · 835 stars
Shared TypeScript best practices for Designer and Electron subsystems.
- wt · Skill · 835 stars
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.