40 results (8.5ms) page 2 / 2
llama-farm / llamafarm-python-skills exact

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

llama-farm / llamafarm-cli-skills exact

CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.

llama-farm / llamafarm-typescript-skills exact

Shared TypeScript best practices for Designer and Electron subsystems.

llama-farm / llamafarm-commit-push-pr exact

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

wt 0.10
llama-farm / llamafarm-wt exact

Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.

llama-farm / llamafarm-rag-skills exact

RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.

llama-farm / llamafarm-common-skills exact

Best practices for the Common utilities package in LlamaFarm. Covers HuggingFace Hub integration, GGUF model management, and shared utilities.

llama-farm / llamafarm-generate-subsystem-skills exact

Generate specialized skills for each subsystem in the monorepo. Creates shared language skills and subsystem-specific checklists for high-quality AI code generation.

llama-farm / llamafarm-go-skills exact

Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.

llama-farm / llamafarm-electron-skills exact

Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.

llama-farm / llamafarm-designer-skills exact

Designer subsystem patterns for LlamaFarm. Covers React 18, TanStack Query, TailwindCSS, and Radix UI.

llama-farm / llamafarm-config-skills exact

Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation.

llama-farm / llamafarm-runtime-skills exact

Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device management, model loading, memory optimization, and performance tuning.

llama-farm / llamafarm-fix-ci exact

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>` for a specific run.

llama-farm / llamafarm-reflect exact

Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice user corrections after skill usage, or at the end of skill-heavy sessions. Also...

llama-farm / llamafarm-temp-files exact

Guidelines for creating temporary files in system temp directory. Use when agents need to create reports, logs, or progress files without cluttering the repository.

llama-farm / llamafarm-react-skills exact

React 18 patterns for LlamaFarm Designer. Covers components, hooks, TanStack Query, and testing.

llama-farm / llamafarm-server-skills exact

Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.

zechenzhangAGI / ai-research-skills-peft-fine-tuning exact

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with...

DonggangChen / antigravity-agentic-skills-huggingface-transformers exact

Hugging Face Transformers best practices including model loading, tokenization, fine-tuning workflows, and inference optimization. Use when working with transformer models, fine-tuning LLMs,...